diff options
author | Michael Pavone <pavone@retrodev.com> | 2021-02-10 20:12:16 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2021-02-10 20:12:16 -0800 |
commit | 753da22b82dd4b5edfa76aa53d380f630831fc57 (patch) | |
tree | 446406ad14b21924aa7d793a2f8ce74a83919816 /vdp.h | |
parent | 88164945ae08f9f2a2649b0b796319e9aab099bc (diff) |
Implement serial IO, a generic serial device type and external interrupts
Diffstat (limited to 'vdp.h')
-rw-r--r-- | vdp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |