summaryrefslogtreecommitdiff
path: root/blastem.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2016-04-24 02:19:48 -0700
committerMichael Pavone <pavone@retrodev.com>2016-04-24 02:19:48 -0700
commit508a9aedf03d887dcc00a8c53caf8cef1ada2937 (patch)
tree8d0eae4e522d3ac51a09bd477624ec4155836368 /blastem.h
parent6c2b3708efcbd900c29422510cfdc62787d3c32d (diff)
Half assed, prefetch based open bus value emulation. Gets BlastEm up to 119/122 in VDP FIFO Testing
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 70c5134..eb1cc74 100644
--- a/blastem.h
+++ b/blastem.h
@@ -68,6 +68,7 @@ extern uint16_t *ram;
extern uint8_t z80_ram[Z80_RAM_BYTES];
uint16_t read_dma_value(uint32_t address);
+uint16_t get_open_bus_value();
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);