diff options
Diffstat (limited to 'z80_to_x86.h')
-rw-r--r-- | z80_to_x86.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/z80_to_x86.h b/z80_to_x86.h index 9b29852..d3e7b89 100644 --- a/z80_to_x86.h +++ b/z80_to_x86.h @@ -42,8 +42,6 @@ typedef struct { uint32_t flags; int8_t regs[Z80_UNUSED]; - int8_t bank_reg; - int8_t bank_pointer; z80_run_fun run; } z80_options; |