]> Shamusworld >> Repos - stargem2/blobdiff - src/v6808.h
Finally fixed problems with demo mode.
[stargem2] / src / v6808.h
old mode 100755 (executable)
new mode 100644 (file)
index 4ab68a6..dda455f
@@ -1,11 +1,10 @@
 //
 // Virtual 6808 Header file
 //
-// by James L. Hammons
+// by James Hammons
 //
 // (C) 2006 Underground Software
 //
-
 #ifndef __V6808_H__
 #define __V6808_H__
 
 #define FLAG_V         0x02            // oVerflow
 #define FLAG_C         0x01            // Carry
 
-#define V6808_ASSERT_LINE_RESET                0x0001          // v6808 RESET line
-#define V6808_ASSERT_LINE_IRQ          0x0002          // v6808 IRQ line
-#define V6808_ASSERT_LINE_NMI          0x0004          // v6808 NMI line
-#define V6808_STATE_WAI                                0x0008          // v6808 wait for IRQ line
-#define V6808_STATE_ILLEGAL_INST       0x0010          // Illegal instruction executed flag
-//#define V6809_START_DEBUG_LOG                0x0020          // Debug log go (temporary!)
+#define V6808_LINE_RESET                       0x0001  // v6808 RESET line
+#define V6808_LINE_IRQ                         0x0002  // v6808 IRQ line
+#define V6808_LINE_NMI                         0x0004  // v6808 NMI line
+#define V6808_STATE_WAI                                0x0008  // v6808 wait for IRQ line
+#define V6808_STATE_ILLEGAL_INST       0x0010  // Illegal instruction executed flag
+//#define V6809_START_DEBUG_LOG                0x0020  // Debug log go (temporary!)
 
 // Useful structs