diff options
author | Michael Pavone <pavone@retrodev.com> | 2020-04-29 01:00:57 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2020-04-29 01:00:57 -0700 |
commit | 2071d8e545b9aca6af08852f721e9a7b7a617398 (patch) | |
tree | 75148c6c893661c0e6b0bada4c7ca5b71cd8255d /vdp.h | |
parent | 6641d3825bb931c5af37b98fc6420c972cfb3fd1 (diff) |
WIP netplay support
Diffstat (limited to 'vdp.h')
-rw-r--r-- | vdp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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_ |