comparison vdp.h @ 1649:b500e971da75

Allow closing VDP debug windows with the close button in the window title bar
author Michael Pavone <pavone@retrodev.com>
date Tue, 18 Dec 2018 19:58:00 -0800
parents 6909c5d0bbb5
children d0a69348add8
comparison
equal deleted inserted replaced
1647:5a662692c215 1649:b500e971da75
269 void vdp_serialize(vdp_context *context, serialize_buffer *buf); 269 void vdp_serialize(vdp_context *context, serialize_buffer *buf);
270 void vdp_deserialize(deserialize_buffer *buf, void *vcontext); 270 void vdp_deserialize(deserialize_buffer *buf, void *vcontext);
271 void vdp_force_update_framebuffer(vdp_context *context); 271 void vdp_force_update_framebuffer(vdp_context *context);
272 void vdp_toggle_debug_view(vdp_context *context, uint8_t debug_type); 272 void vdp_toggle_debug_view(vdp_context *context, uint8_t debug_type);
273 void vdp_inc_debug_mode(vdp_context *context); 273 void vdp_inc_debug_mode(vdp_context *context);
274 //to be implemented by the host system
275 uint16_t read_dma_value(uint32_t address);
274 276
275 #endif //VDP_H_ 277 #endif //VDP_H_