diff vdp.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 1e626d0ecf9c
children 4b2ac43c106e
line wrap: on
line diff
--- a/vdp.h	Sat Aug 26 20:32:53 2023 -0700
+++ b/vdp.h	Thu Aug 31 20:28:33 2023 -0700
@@ -304,6 +304,7 @@
 void vdp_inc_debug_mode(vdp_context *context);
 //to be implemented by the host system
 uint16_t read_dma_value(uint32_t address);
+void vdp_dma_started(void);
 void vdp_replay_event(vdp_context *context, uint8_t event, event_reader *reader);
 
 #endif //VDP_H_