diff vdp.h @ 2025:e7a516f08cec

Implement serial IO, a generic serial device type and external interrupts
author Michael Pavone <pavone@retrodev.com>
date Wed, 10 Feb 2021 20:12:16 -0800
parents 4ace0fef6f8f
children a61b47d5489e
line wrap: on
line diff
--- a/vdp.h	Tue Nov 24 23:15:25 2020 -0800
+++ b/vdp.h	Wed Feb 10 20:12:16 2021 -0800
@@ -118,7 +118,7 @@
 #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