]> Shamusworld >> Repos - apple2/blobdiff - src/v65c02.h
Fixed misc. bugs preventing certain games from working, added pause mode.
[apple2] / src / v65c02.h
index 145e659a39319ecb403992ebe2819eb1b1ea3195..2a189c82c3a11e4176e738df1a064b5e5922ed64 100755 (executable)
@@ -42,6 +42,7 @@ struct V65C02REGS
        uint8_t (* RdMem)(uint16_t);            // Address of BYTE read routine
        void (* WrMem)(uint16_t, uint8_t);      // Address of BYTE write routine
        uint16_t cpuFlags;                              // v65C02 IRQ/RESET flags
+       uint64_t overflow;                              // # of cycles we went over last time through
 };
 
 // Global variables (exported)