summaryrefslogtreecommitdiff
path: root/z80_to_x86.h
diff options
context:
space:
mode:
Diffstat (limited to 'z80_to_x86.h')
-rw-r--r--z80_to_x86.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/z80_to_x86.h b/z80_to_x86.h
index 453f580..7b155a1 100644
--- a/z80_to_x86.h
+++ b/z80_to_x86.h
@@ -37,6 +37,11 @@ typedef struct {
uint8_t * mem_pointers[ZNUM_MEM_AREAS];
uint8_t iff1;
uint8_t iff2;
+ uint16_t scratch1;
+ uint16_t scratch2;
+ void * extra_pc;
+ uint32_t sync_cycle;
+ uint32_t int_cycle;
native_map_slot * static_code_map;
native_map_slot * banked_code_map;
void * options;