diff vdp.h @ 2411:efd2242c2c23

Fix silly TMS9918A bug, make CRAM viewer sorta useful in TMS9918A modes, make mode4 address map externally viewable for debugger
author Michael Pavone <pavone@retrodev.com>
date Thu, 04 Jan 2024 22:13:46 -0800
parents 3350b3c8faa8
children
line wrap: on
line diff
--- a/vdp.h	Thu Jan 04 22:12:03 2024 -0800
+++ b/vdp.h	Thu Jan 04 22:13:46 2024 -0800
@@ -320,4 +320,6 @@
 uint16_t vdp_status(vdp_context *context);
 void vdp_reg_write(vdp_context *context, uint16_t reg, uint16_t value);
 
+extern uint16_t mode4_address_map[0x4000];
+
 #endif //VDP_H_