summaryrefslogtreecommitdiff
path: root/z80_to_x86.c
diff options
context:
space:
mode:
Diffstat (limited to 'z80_to_x86.c')
-rw-r--r--z80_to_x86.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/z80_to_x86.c b/z80_to_x86.c
index 68f3b4f..13716ff 100644
--- a/z80_to_x86.c
+++ b/z80_to_x86.c
@@ -2283,6 +2283,10 @@ void z80_clear_reset(z80_context * context, uint32_t cycle)
context->extra_pc = NULL;
context->pc = 0;
context->reset = 0;
+ if (context->busreq) {
+ //TODO: Figure out appropriate delay
+ context->busack = 1;
+ }
}
}