From 6cb4560e3d8d22203dbc9f0c651a482188ce3b25 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Tue, 18 Dec 2018 19:58:00 -0800 Subject: Allow closing VDP debug windows with the close button in the window title bar --- vdp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vdp.h') diff --git a/vdp.h b/vdp.h index fec1c35..22a5c2f 100644 --- a/vdp.h +++ b/vdp.h @@ -271,5 +271,7 @@ void vdp_deserialize(deserialize_buffer *buf, void *vcontext); 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_ -- cgit v1.2.3