sh2: sync sh2 core with latest mame
[picodrive.git] / cpu / sh2 / sh2.c
index 7b9f9a1..2e0e838 100644 (file)
@@ -14,8 +14,6 @@
 
 #define I 0xf0
 
-SH2 *sh2; // active sh2
-
 int sh2_init(SH2 *sh2, int is_slave)
 {
        int ret = 0;