diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-10-19 03:21:24 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-10-19 03:21:24 -0700 |
commit | 15b6f9038a33cdab77f7fe380d6f41fd284fd9c5 (patch) | |
tree | 0b150350de9e69c834b0d8ab47f5adb7d3c5f8a9 /z80_to_x86.h | |
parent | 65de831ad38f0846261f3dd3fbab787234d45627 (diff) |
Implemented Z80 IM 2 and attempted correct intack cycle delay
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[]; }; |