]> Shamusworld >> Repos - apple2/blob - apple2/src/apple2.h
Creating trunk (should've done this from the start)...
[apple2] / apple2 / src / apple2.h
1 //\r
2 // Apple 2 SDL Portable Apple Emulator\r
3 //\r
4 \r
5 #include "types.h"\r
6 \r
7 enum { APPLE_TYPE_II, APPLE_TYPE_IIE, APPLE_TYPE_IIC };\r
8 \r
9 // Global variables (exported)\r
10 \r
11 extern uint8 ram[0x10000], rom[0x10000];                // RAM & ROM pointers\r
12 extern uint8 appleType;\r