summaryrefslogtreecommitdiff
path: root/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'debug.c')
-rw-r--r--debug.c2
1 files changed, 2 insertions, 0 deletions
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) {