diff segacd.h @ 2336:83f5529086c5

Make bogus word RAM read more appropriately bogus
author Michael Pavone <pavone@retrodev.com>
date Thu, 31 Aug 2023 20:28:33 -0700
parents c05b7c5e6f11
children 03e6ac327ba0
line wrap: on
line diff
--- a/segacd.h	Sat Aug 26 20:32:53 2023 -0700
+++ b/segacd.h	Thu Aug 31 20:28:33 2023 -0700
@@ -30,6 +30,7 @@
 	uint32_t        graphics_dx;
 	uint32_t        graphics_dy;
 	uint16_t        graphics_dst_x;
+	uint16_t        vdp_dma_value;
 	uint8_t         graphics_pixels[4];
 	uint8_t         graphics_debug_window;
 	uint8_t         timer_pending;
@@ -50,6 +51,7 @@
 	uint8_t         sub_paused_wordram;
 	uint8_t         bram_cart_write_enabled;
 	uint8_t         bram_cart_id;
+	uint8_t         has_vdp_dma_value;
 	rf5c164         pcm;
 	lc8951          cdc;
 	cdd_mcu         cdd;