]> Shamusworld >> Repos - apple2/blobdiff - src/apple2.h
Set eol-style to native to keep things sane.
[apple2] / src / apple2.h
index 48d39ff3ca139db28bde98151ecac063f62f57eb..cff8eedce4537f1a212014aace7affeba38b27f2 100755 (executable)
@@ -1,12 +1,12 @@
-//\r
-// Apple 2 SDL Portable Apple Emulator\r
-//\r
-\r
-#include "types.h"\r
-\r
-enum { APPLE_TYPE_II, APPLE_TYPE_IIE, APPLE_TYPE_IIC };\r
-\r
-// Global variables (exported)\r
-\r
-extern uint8 ram[0x10000], rom[0x10000];               // RAM & ROM pointers\r
-extern uint8 appleType;\r
+//
+// Apple 2 SDL Portable Apple Emulator
+//
+
+#include "types.h"
+
+enum { APPLE_TYPE_II, APPLE_TYPE_IIE, APPLE_TYPE_IIC };
+
+// Global variables (exported)
+
+extern uint8 ram[0x10000], rom[0x10000];               // RAM & ROM pointers
+extern uint8 appleType;