diff m68k_to_x86.h @ 317:e5e8b48ad157

Initial stab at horizontal interrupts and improving accuracy of vertical interrupts. Also added the VINT pending flag to status port.
author Mike Pavone <pavone@retrodev.com>
date Fri, 10 May 2013 22:57:56 -0700
parents a8ee7934a1f8
children 467bfa17004a
line wrap: on
line diff
--- a/m68k_to_x86.h	Thu May 09 20:59:49 2013 -0700
+++ b/m68k_to_x86.h	Fri May 10 22:57:56 2013 -0700
@@ -28,7 +28,7 @@
 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