diff options
Diffstat (limited to 'm68k_to_x86.h')
-rw-r--r-- | m68k_to_x86.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m68k_to_x86.h b/m68k_to_x86.h index 7a80517..3a8e08d 100644 --- a/m68k_to_x86.h +++ b/m68k_to_x86.h @@ -28,7 +28,7 @@ typedef struct { typedef struct { uint8_t flags[5]; uint8_t status; - uint16_t reserved; + uint16_t int_ack; uint32_t dregs[8]; uint32_t aregs[9]; uint32_t target_cycle; //cycle at which the next synchronization or interrupt occurs |