diff options
author | Mike Pavone <pavone@retrodev.com> | 2013-05-10 22:57:56 -0700 |
---|---|---|
committer | Mike Pavone <pavone@retrodev.com> | 2013-05-10 22:57:56 -0700 |
commit | 4e397aba753736184ba07cb5d19a67b8e572745b (patch) | |
tree | 85198baf66e33235141d621d159634aef112bbac /m68k_to_x86.h | |
parent | 4e3c7dd311f1babc8aa1993c4b10fe1d1f092744 (diff) |
Initial stab at horizontal interrupts and improving accuracy of vertical interrupts. Also added the VINT pending flag to status port.
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 |