comparison z80_to_x86.h @ 662:66388360f873

Remove dedicated registers for Z80 bank reg and Z80 bank pointer as they are no longer used
author Michael Pavone <pavone@retrodev.com>
date Thu, 01 Jan 2015 23:37:24 -0800
parents e7cae6d9aaa6
children 30ccf56842d6
comparison
equal deleted inserted replaced
661:01c51f397db2 662:66388360f873
40 code_ptr read_io; 40 code_ptr read_io;
41 code_ptr write_io; 41 code_ptr write_io;
42 42
43 uint32_t flags; 43 uint32_t flags;
44 int8_t regs[Z80_UNUSED]; 44 int8_t regs[Z80_UNUSED];
45 int8_t bank_reg;
46 int8_t bank_pointer;
47 z80_run_fun run; 45 z80_run_fun run;
48 } z80_options; 46 } z80_options;
49 47
50 typedef struct { 48 typedef struct {
51 void * native_pc; 49 void * native_pc;