diff 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
line wrap: on
line diff
--- a/vdp.h	Sat Dec 15 13:06:47 2018 -0800
+++ b/vdp.h	Tue Dec 18 19:58:00 2018 -0800
@@ -271,5 +271,7 @@
 void vdp_force_update_framebuffer(vdp_context *context);
 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);
 
 #endif //VDP_H_