From 16e0cd5352a9950fff2972f5c08636ff62987265 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Thu, 1 Nov 2018 20:14:56 -0700 Subject: Forcefully update the display when entering the 68K debugger so you can see it update in realtime as you step through the code --- debug.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debug.c') diff --git a/debug.c b/debug.c index ff4c8d5..1f09591 100644 --- a/debug.c +++ b/debug.c @@ -900,6 +900,8 @@ void debugger(m68k_context * context, uint32_t address) init_terminal(); sync_components(context, 0); + genesis_context *gen = context->system; + vdp_force_update_framebuffer(gen->vdp); //probably not necessary, but let's play it safe address &= 0xFFFFFF; if (address == branch_t) { -- cgit v1.2.3