comparison 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
comparison
equal deleted inserted replaced
1945:ba7231d2411c 1946:c3c62dbf1ceb
283 void vdp_force_update_framebuffer(vdp_context *context); 283 void vdp_force_update_framebuffer(vdp_context *context);
284 void vdp_toggle_debug_view(vdp_context *context, uint8_t debug_type); 284 void vdp_toggle_debug_view(vdp_context *context, uint8_t debug_type);
285 void vdp_inc_debug_mode(vdp_context *context); 285 void vdp_inc_debug_mode(vdp_context *context);
286 //to be implemented by the host system 286 //to be implemented by the host system
287 uint16_t read_dma_value(uint32_t address); 287 uint16_t read_dma_value(uint32_t address);
288 void vdp_replay_event(vdp_context *context, uint8_t event, event_reader *reader);
288 289
289 #endif //VDP_H_ 290 #endif //VDP_H_