ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/Frodo4/Src/C64.h
(Generate patch)

Comparing Frodo4/Src/C64.h (file contents):
Revision 1.2 by cebix, 2003-07-01T17:51:17Z vs.
Revision 1.3 by cebix, 2003-07-02T14:46:24Z

# Line 37 | Line 37
37   #endif
38  
39  
40 + // Sizes of memory areas
41 + const int C64_RAM_SIZE = 0x10000;
42 + const int COLOR_RAM_SIZE = 0x400;
43 + const int BASIC_ROM_SIZE = 0x2000;
44 + const int KERNAL_ROM_SIZE = 0x2000;
45 + const int CHAR_ROM_SIZE = 0x1000;
46 + const int DRIVE_RAM_SIZE = 0x800;
47 + const int DRIVE_ROM_SIZE = 0x4000;
48 +
49 +
50   // false: Frodo, true: FrodoSC
51   extern bool IsFrodoSC;
52  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines