comparison 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
comparison
equal deleted inserted replaced
1937:cafde1255ad3 1983:a7b753e260a2
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_