X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2Fsh2mame%2Fsh2.c;h=c4666454ef89de674618c52b078c885609812e81;hb=266c6afa84bde8d77a54d61ced8f227480247e24;hp=acd6a61761fb37d1e4090c3897f5d4cf4eae2472;hpb=acd35d4c08522db8cd6714c95c022be98f0889d7;p=picodrive.git diff --git a/cpu/sh2mame/sh2.c b/cpu/sh2mame/sh2.c index acd6a61..c466645 100644 --- a/cpu/sh2mame/sh2.c +++ b/cpu/sh2mame/sh2.c @@ -115,7 +115,7 @@ #define LOG(x) do { if (VERBOSE) logerror x; } while (0) -static int sh2_icount; +int sh2_icount; SH2 *sh2; #if 0