X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fv63701.h;fp=src%2Fv63701.h;h=19842b3972ac95afef96c2d5ee590913bf741441;hb=8ba4c4438d796f83851cd53914dff928193ed658;hp=2e711dcb0d5a6cb09b7b25c20ff0f148f7afa7d3;hpb=d22f243fc585a46e4c29d00bd32727d9f9f4055c;p=thunder diff --git a/src/v63701.h b/src/v63701.h index 2e711dc..19842b3 100644 --- a/src/v63701.h +++ b/src/v63701.h @@ -4,7 +4,6 @@ // by James Hammons // (C) 2014 Underground Software // - #ifndef __V63701_H__ #define __V63701_H__ @@ -19,14 +18,14 @@ #define FLAG_V 0x02 // oVerflow #define FLAG_C 0x01 // Carry -#define V63701_ASSERT_LINE_RESET 0x0001 // v63701 RESET line -#define V63701_ASSERT_LINE_IRQ 0x0002 // v63701 IRQ line -#define V63701_ASSERT_LINE_NMI 0x0004 // v63701 NMI line -#define V63701_STATE_WAI 0x0008 // v63701 wait for IRQ line -#define V63701_ASSERT_TIMER_OVERFLOW 0x0010 -#define V63701_ASSERT_OUTPUT_COMPARE 0x0020 -#define V63701_ASSERT_INPUT_CAPTURE 0x0040 -#define V63701_ASSERT_TRAP 0x0080 // Illegal instruction executed flag +#define V63701_LINE_RESET 0x0001 // v63701 RESET line +#define V63701_LINE_IRQ 0x0002 // v63701 IRQ line +#define V63701_LINE_NMI 0x0004 // v63701 NMI line +#define V63701_STATE_WAI 0x0008 // v63701 wait for IRQ line +#define V63701_TIMER_OVERFLOW 0x0010 +#define V63701_OUTPUT_COMPARE 0x0020 +#define V63701_INPUT_CAPTURE 0x0040 +#define V63701_TRAP 0x0080 // Illegal instruction executed flag //#define V6809_START_DEBUG_LOG 0x8000 // Debug log go (temporary!) // Useful structs @@ -135,4 +134,3 @@ extern void V63701WritePort1(uint8_t); extern void V63701WritePort2(uint8_t); #endif // __V63701_H__ -