diff z80_to_x86.c @ 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.c	Thu Jan 01 20:26:22 2015 -0800
+++ b/z80_to_x86.c	Thu Jan 01 22:18:32 2015 -0800
@@ -2223,13 +2223,6 @@
 	jmp_rind(code, options->gen.context_reg);
 }
 
-void * z80_gen_bank_write(uint32_t start_address, void * voptions)
-{
-	z80_options * options = voptions;
-	//TODO: Handle writes to bank register
-	return options;
-}
-
 void init_z80_context(z80_context * context, z80_options * options)
 {
 	memset(context, 0, sizeof(*context));