diff vdp.h @ 1983:a7b753e260a2 mame_interp

Merge from default
author Michael Pavone <pavone@retrodev.com>
date Sat, 09 May 2020 23:39:44 -0700
parents c3c62dbf1ceb
children e45a317802bd
line wrap: on
line diff
--- a/vdp.h	Sun Apr 19 00:59:49 2020 -0700
+++ b/vdp.h	Sat May 09 23:39:44 2020 -0700
@@ -285,5 +285,6 @@
 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_replay_event(vdp_context *context, uint8_t event, event_reader *reader);
 
 #endif //VDP_H_