diff options
author | Michael Pavone <pavone@retrodev.com> | 2018-12-18 19:58:00 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2018-12-18 19:58:00 -0800 |
commit | 6cb4560e3d8d22203dbc9f0c651a482188ce3b25 (patch) | |
tree | 918b220f8f50357159252df92e61a152af8488f2 /vdp.h | |
parent | 834ee46f6588437936d9cbda4a0e70074c1ebaf8 (diff) |
Allow closing VDP debug windows with the close button in the window title bar
Diffstat (limited to 'vdp.h')
-rw-r--r-- | vdp.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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_ |