diff vdp.h @ 1629:079e5b9d59ce

Forcefully update the display when entering the 68K debugger so you can see it update in realtime as you step through the code
author Michael Pavone <pavone@retrodev.com>
date Thu, 01 Nov 2018 20:14:56 -0700
parents 40c3be9f1af7
children c4ba3177b72d
line wrap: on
line diff
--- a/vdp.h	Wed Oct 31 21:58:59 2018 -0700
+++ b/vdp.h	Thu Nov 01 20:14:56 2018 -0700
@@ -252,5 +252,6 @@
 void vdp_reacquire_framebuffer(vdp_context *context);
 void vdp_serialize(vdp_context *context, serialize_buffer *buf);
 void vdp_deserialize(deserialize_buffer *buf, void *vcontext);
+void vdp_force_update_framebuffer(vdp_context *context);
 
 #endif //VDP_H_