]> Shamusworld >> Repos - rmac/blobdiff - rmac.h
Fix for #159: Split register sets according to architecture into different tables...
[rmac] / rmac.h
diff --git a/rmac.h b/rmac.h
index d03d010ccebe4a7003a64eaf5cfea3af3e4ebe39..44ed972d9e97e4493ea8ea4e7e8d563f7e6b0fcd 100644 (file)
--- a/rmac.h
+++ b/rmac.h
@@ -311,6 +311,10 @@ extern int activecpu;
 extern int activefpu;
 extern uint32_t org68k_address;
 extern int org68k_active;
+extern int *regbase;
+extern int *regtab;
+extern int *regcheck;
+extern int *regaccept;
 
 // Exported functions
 void strtoupper(char * s);