X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fv6808.h;fp=src%2Fv6808.h;h=dda455fa14b90adc454d19d5e0400e82076137d0;hb=8dafbf94c7bc84dae635f9dabfc9be5424e49e68;hp=4ab68a68afb0427313c6951f3c0c21711619843f;hpb=e3ad811139308bfe8a818cf5e42e7553785fea82;p=stargem2 diff --git a/src/v6808.h b/src/v6808.h old mode 100755 new mode 100644 index 4ab68a6..dda455f --- a/src/v6808.h +++ b/src/v6808.h @@ -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__ @@ -22,12 +21,12 @@ #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