comparison 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
comparison
equal deleted inserted replaced
1628:3c1661305219 1629:079e5b9d59ce
250 void vdp_pbc_pause(vdp_context *context); 250 void vdp_pbc_pause(vdp_context *context);
251 void vdp_release_framebuffer(vdp_context *context); 251 void vdp_release_framebuffer(vdp_context *context);
252 void vdp_reacquire_framebuffer(vdp_context *context); 252 void vdp_reacquire_framebuffer(vdp_context *context);
253 void vdp_serialize(vdp_context *context, serialize_buffer *buf); 253 void vdp_serialize(vdp_context *context, serialize_buffer *buf);
254 void vdp_deserialize(deserialize_buffer *buf, void *vcontext); 254 void vdp_deserialize(deserialize_buffer *buf, void *vcontext);
255 void vdp_force_update_framebuffer(vdp_context *context);
255 256
256 #endif //VDP_H_ 257 #endif //VDP_H_