From 2071d8e545b9aca6af08852f721e9a7b7a617398 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Wed, 29 Apr 2020 01:00:57 -0700 Subject: WIP netplay support --- vdp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vdp.h') diff --git a/vdp.h b/vdp.h index 44dc46c..28a132e 100644 --- a/vdp.h +++ b/vdp.h @@ -285,5 +285,6 @@ void vdp_toggle_debug_view(vdp_context *context, uint8_t debug_type); 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_ -- cgit v1.2.3