summaryrefslogtreecommitdiff
path: root/blastem.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2015-05-14 00:04:22 -0700
committerMichael Pavone <pavone@retrodev.com>2015-05-14 00:04:22 -0700
commitb88dc02ba056c2b5891b1bb062a2ad44df5df544 (patch)
treee4f449b51b61ad539556e32052594e1ec2556273 /blastem.h
parent9ad6463d0b731c4afda4fceb9a9683e2f65e14f5 (diff)
Sync machine state before entering debugger
Diffstat (limited to 'blastem.h')
-rw-r--r--blastem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/blastem.h b/blastem.h
index 680fc73..23c62dd 100644
--- a/blastem.h
+++ b/blastem.h
@@ -52,6 +52,7 @@ extern uint16_t ram[RAM_WORDS];
extern uint8_t z80_ram[Z80_RAM_BYTES];
uint16_t read_dma_value(uint32_t address);
+m68k_context * sync_components(m68k_context *context, uint32_t address);
m68k_context * debugger(m68k_context * context, uint32_t address);
void set_speed_percent(genesis_context * context, uint32_t percent);