sh2: sync sh2 core with latest mame
[picodrive.git] / cpu / sh2 / sh2.h
index 4603e84..bdb2fd9 100644 (file)
@@ -66,8 +66,6 @@ typedef struct SH2_
 #define C_SH2_TO_M68K(xsh2, c) \\r
        ((int)((c + 3) * (xsh2).mult_sh2_to_m68k) >> CYCLE_MULT_SHIFT)\r
 \r
-extern SH2 *sh2; // active sh2. XXX: consider removing\r
-\r
 int  sh2_init(SH2 *sh2, int is_slave);\r
 void sh2_finish(SH2 *sh2);\r
 void sh2_reset(SH2 *sh2);\r