diff m68k_core.h @ 1090:a68274a25e2f

Initial stab at implementing the Jaguar object processor
author Michael Pavone <pavone@retrodev.com>
date Sun, 16 Oct 2016 18:25:18 -0700
parents 2ec5e6eaf81d
children faa3a4617f62
line wrap: on
line diff
--- a/m68k_core.h	Wed Oct 12 09:39:52 2016 -0700
+++ b/m68k_core.h	Sun Oct 16 18:25:18 2016 -0700
@@ -47,7 +47,7 @@
 	code_ptr		set_ccr;
 } m68k_options;
 
-typedef struct {
+typedef struct m68k_context {
 	uint8_t         flags[5];
 	uint8_t         status;
 	uint16_t        int_ack;