summaryrefslogtreecommitdiff
path: root/vdp.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2021-02-10 20:12:16 -0800
committerMichael Pavone <pavone@retrodev.com>2021-02-10 20:12:16 -0800
commit753da22b82dd4b5edfa76aa53d380f630831fc57 (patch)
tree446406ad14b21924aa7d793a2f8ce74a83919816 /vdp.h
parent88164945ae08f9f2a2649b0b796319e9aab099bc (diff)
Implement serial IO, a generic serial device type and external interrupts
Diffstat (limited to 'vdp.h')
-rw-r--r--vdp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vdp.h b/vdp.h
index c33b42f..aca1cca 100644
--- a/vdp.h
+++ b/vdp.h
@@ -118,7 +118,7 @@ enum {
#define BIT_SPRITE_SZ 0x02
//Mode reg 3
-#define BIT_EINT_EN 0x10
+#define BIT_EINT_EN 0x08
#define BIT_VSCROLL 0x04
//Mode reg 4