comparison vdp.h @ 2336:83f5529086c5

Make bogus word RAM read more appropriately bogus
author Michael Pavone <pavone@retrodev.com>
date Thu, 31 Aug 2023 20:28:33 -0700
parents 1e626d0ecf9c
children 4b2ac43c106e
comparison
equal deleted inserted replaced
2335:c05b7c5e6f11 2336:83f5529086c5
302 void vdp_force_update_framebuffer(vdp_context *context); 302 void vdp_force_update_framebuffer(vdp_context *context);
303 void vdp_toggle_debug_view(vdp_context *context, uint8_t debug_type); 303 void vdp_toggle_debug_view(vdp_context *context, uint8_t debug_type);
304 void vdp_inc_debug_mode(vdp_context *context); 304 void vdp_inc_debug_mode(vdp_context *context);
305 //to be implemented by the host system 305 //to be implemented by the host system
306 uint16_t read_dma_value(uint32_t address); 306 uint16_t read_dma_value(uint32_t address);
307 void vdp_dma_started(void);
307 void vdp_replay_event(vdp_context *context, uint8_t event, event_reader *reader); 308 void vdp_replay_event(vdp_context *context, uint8_t event, event_reader *reader);
308 309
309 #endif //VDP_H_ 310 #endif //VDP_H_