diff options
author | Michael Pavone <pavone@retrodev.com> | 2015-01-01 23:37:24 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2015-01-01 23:37:24 -0800 |
commit | 32c7399651b886128f9cbd7d185684f84d392a1a (patch) | |
tree | b0d8e2b19dc467380fd385667744ccccafd9a972 /z80_to_x86.h | |
parent | 0611fe0f3eec53148200fc8575bfab7d09a9e6db (diff) |
Remove dedicated registers for Z80 bank reg and Z80 bank pointer as they are no longer used
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; |