From cd98b3665144c7a5ac641afe0fa916830bd2f563 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Sun, 16 Oct 2016 18:25:18 -0700 Subject: Initial stab at implementing the Jaguar object processor --- m68k_core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm68k_core.h') diff --git a/m68k_core.h b/m68k_core.h index f1e2cef..e79c5ee 100644 --- a/m68k_core.h +++ b/m68k_core.h @@ -47,7 +47,7 @@ typedef struct { code_ptr set_ccr; } m68k_options; -typedef struct { +typedef struct m68k_context { uint8_t flags[5]; uint8_t status; uint16_t int_ack; -- cgit v1.2.3