comparison 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
comparison
equal deleted inserted replaced
659:759c38bf97f8 660:e7cae6d9aaa6
91 z80_context * z80_handle_code_write(uint32_t address, z80_context * context); 91 z80_context * z80_handle_code_write(uint32_t address, z80_context * context);
92 void z80_run(z80_context * context); 92 void z80_run(z80_context * context);
93 void z80_reset(z80_context * context); 93 void z80_reset(z80_context * context);
94 void zinsert_breakpoint(z80_context * context, uint16_t address, uint8_t * bp_handler); 94 void zinsert_breakpoint(z80_context * context, uint16_t address, uint8_t * bp_handler);
95 void zremove_breakpoint(z80_context * context, uint16_t address); 95 void zremove_breakpoint(z80_context * context, uint16_t address);
96 void * z80_gen_bank_write(uint32_t start_address, void * voptions);
97 96
98 #endif //Z80_TO_X86_H_ 97 #endif //Z80_TO_X86_H_
99 98