summaryrefslogtreecommitdiff
path: root/z80_to_x86.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2015-01-01 22:18:32 -0800
committerMichael Pavone <pavone@retrodev.com>2015-01-01 22:18:32 -0800
commit758586c1b7feec3c4fa3761ed17d1a6ea3cbab00 (patch)
treebf6cf42b168974487b57469c8b2c452620e963e5 /z80_to_x86.h
parentd41ae43228509a1a67446492b844013cf1e68c36 (diff)
Add the 3 cycle delay back in to Z80 bank area access
Diffstat (limited to 'z80_to_x86.h')
-rw-r--r--z80_to_x86.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/z80_to_x86.h b/z80_to_x86.h
index 0c035c6..9b29852 100644
--- a/z80_to_x86.h
+++ b/z80_to_x86.h
@@ -93,7 +93,6 @@ void z80_run(z80_context * context);
void z80_reset(z80_context * context);
void zinsert_breakpoint(z80_context * context, uint16_t address, uint8_t * bp_handler);
void zremove_breakpoint(z80_context * context, uint16_t address);
-void * z80_gen_bank_write(uint32_t start_address, void * voptions);
#endif //Z80_TO_X86_H_