diff options
Diffstat (limited to 'z80_to_x86.h')
-rw-r--r-- | z80_to_x86.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/z80_to_x86.h b/z80_to_x86.h index 0a1f09c..85626de 100644 --- a/z80_to_x86.h +++ b/z80_to_x86.h @@ -87,6 +87,7 @@ struct z80_context { uint8_t busreq; uint8_t busack; uint8_t int_is_nmi; + uint8_t im2_vector; uint8_t ram_code_flags[]; }; |