diff vdp.h @ 1946:c3c62dbf1ceb

WIP netplay support
author Michael Pavone <pavone@retrodev.com>
date Wed, 29 Apr 2020 01:00:57 -0700
parents 039553703c20
children e45a317802bd
line wrap: on
line diff
--- a/vdp.h	Wed Apr 29 01:00:15 2020 -0700
+++ b/vdp.h	Wed Apr 29 01:00:57 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_