diff z80_to_x86.h @ 660:e7cae6d9aaa6

Add the 3 cycle delay back in to Z80 bank area access
author Michael Pavone <pavone@retrodev.com>
date Thu, 01 Jan 2015 22:18:32 -0800
parents 759c38bf97f8
children 66388360f873
line wrap: on
line diff
--- a/z80_to_x86.h	Thu Jan 01 20:26:22 2015 -0800
+++ b/z80_to_x86.h	Thu Jan 01 22:18:32 2015 -0800
@@ -93,7 +93,6 @@
 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_