DMA and sprites (not working yet)
[mdlife] / src / hwregs.h
index c018023..2838026 100644 (file)
@@ -9,6 +9,10 @@
 #define VDP_CRAM       0xc0000000
 #define VDP_VSRAM      0x40000010
 
+#define VDP_VRAM_DMA   0x40000080
+#define VDP_CRAM_DMA   0xc0000080
+#define VDP_VSRAM_DMA  0x40000090
+
 #ifndef ASM
 #include <stdint.h>