summaryrefslogtreecommitdiff
path: root/z80_to_x86.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2015-01-01 23:37:24 -0800
committerMichael Pavone <pavone@retrodev.com>2015-01-01 23:37:24 -0800
commit32c7399651b886128f9cbd7d185684f84d392a1a (patch)
treeb0d8e2b19dc467380fd385667744ccccafd9a972 /z80_to_x86.h
parent0611fe0f3eec53148200fc8575bfab7d09a9e6db (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.h2
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;