VirtualC64 v5.0 beta
Commodore 64 Emulator
Loading...
Searching...
No Matches
MemoryTypes.h File Reference
#include "Reflection.h"

Go to the source code of this file.

Namespaces

namespace  vc64
 VirtualC64 project namespace.
 

Enumerations

enum  M_TYPE {
  M_RAM = 1 , M_CHAR , M_KERNAL , M_BASIC ,
  M_IO , M_CRTLO , M_CRTHI , M_PP ,
  M_NONE , M_COUNT
}
 Memory type. More...
 
enum  RAM_PATTERN {
  RAM_PATTERN_VICE , RAM_PATTERN_CCS , RAM_PATTERN_ZEROES , RAM_PATTERN_ONES ,
  RAM_PATTERN_RANDOM
}
 Ram startup pattern. More...