From 4e397aba753736184ba07cb5d19a67b8e572745b Mon Sep 17 00:00:00 2001 From: Mike Pavone Date: Fri, 10 May 2013 22:57:56 -0700 Subject: Initial stab at horizontal interrupts and improving accuracy of vertical interrupts. Also added the VINT pending flag to status port. --- m68k_to_x86.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm68k_to_x86.h') 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 -- cgit v1.2.3