--- Frodo4/Src/C64.h 2003/07/01 17:51:17 1.2 +++ Frodo4/Src/C64.h 2003/07/02 14:46:24 1.3 @@ -37,6 +37,16 @@ #endif +// Sizes of memory areas +const int C64_RAM_SIZE = 0x10000; +const int COLOR_RAM_SIZE = 0x400; +const int BASIC_ROM_SIZE = 0x2000; +const int KERNAL_ROM_SIZE = 0x2000; +const int CHAR_ROM_SIZE = 0x1000; +const int DRIVE_RAM_SIZE = 0x800; +const int DRIVE_ROM_SIZE = 0x4000; + + // false: Frodo, true: FrodoSC extern bool IsFrodoSC;