]> Shamusworld >> Repos - apple2/blobdiff - src/apple2.h
Connected POWER function to GUI.
[apple2] / src / apple2.h
index 98b31e1fb844c90ddc6af65e7195901d82f615ba..0b60d624f6fd033d23b81ec5aa014b4b385251cb 100644 (file)
@@ -7,6 +7,10 @@
 
 enum { APPLE_TYPE_II, APPLE_TYPE_IIE, APPLE_TYPE_IIC };
 
+// Exported functions
+
+void SetPowerState(void);
+
 // Global variables (exported)
 
 extern uint8_t ram[0x10000], rom[0x10000];             // RAM & ROM pointers
@@ -27,3 +31,5 @@ extern bool ramwrt;
 extern bool altzp;
 extern bool ioudis;
 extern bool dhires;
+extern uint8_t lcState;
+