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.1 by cebix, 2003-07-01T17:09:43Z vs.
Revision 1.3 by cebix, 2003-07-02T14:46:24Z

# Line 1 | Line 1
1   /*
2   *  C64.h - Put the pieces together
3   *
4 < *  Frodo (C) 1994-1997,2002 Christian Bauer
4 > *  Frodo (C) 1994-1997,2002-2003 Christian Bauer
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# 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