]> git.sesse.net Git - pistorm/blobdiff - m68kcpu.h
step 1: add a state parameter to all opcode functions
[pistorm] / m68kcpu.h
index b5b919745217c2837c88a73d6cd9421f4de5c1fa..e93c3d4a04703f259e3dea05f8901ddcb0c3610a 100644 (file)
--- a/m68kcpu.h
+++ b/m68kcpu.h
@@ -946,7 +946,7 @@ typedef struct
 
 
 
-typedef struct
+typedef struct m68ki_cpu_core
 {
        uint cpu_type;     /* CPU Type: 68000, 68008, 68010, 68EC020, 68020, 68EC030, 68030, 68EC040, or 68040 */
        uint dar[16];      /* Data and Address Registers */