From 58fa30dc46cc5c5aeaabe9efd06351af1b82e12d Mon Sep 17 00:00:00 2001 From: Mike Pavone Date: Fri, 21 Dec 2012 16:04:41 -0800 Subject: Implement a couple of supervisor instructions --- m68k_to_x86.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'm68k_to_x86.h') diff --git a/m68k_to_x86.h b/m68k_to_x86.h index f2b0a73..35a593d 100644 --- a/m68k_to_x86.h +++ b/m68k_to_x86.h @@ -31,9 +31,10 @@ typedef struct { uint8_t status; uint16_t reserved; uint32_t dregs[8]; - uint32_t aregs[8]; - uint32_t target_cycle; + uint32_t aregs[9]; + uint32_t target_cycle; //cycle at which the next synchronization or interrupt occurs uint32_t current_cycle; + uint32_t sync_cycle; uint16_t *mem_pointers[NUM_MEM_AREAS]; void *next_context; uint16_t value; -- cgit v1.2.3