X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2Fsh2%2Fmame%2Fsh2.c;h=7beead30d84972a36afa43a764267dff8f74c9be;hb=f0d7b1faa17e6e0e21c04db2e1b46ae33a808e11;hp=8e84f7eb48445fc946073c7634b7f386b4cc278c;hpb=4b315c210a92a7ba0453933f22418584d4e6c2ab;p=picodrive.git diff --git a/cpu/sh2/mame/sh2.c b/cpu/sh2/mame/sh2.c index 8e84f7e..7beead3 100644 --- a/cpu/sh2/mame/sh2.c +++ b/cpu/sh2/mame/sh2.c @@ -116,7 +116,7 @@ #define LOG(x) do { if (VERBOSE) logerror x; } while (0) //int sh2_icount; -SH2 *sh2; +//SH2 *sh2; #if 0 INLINE UINT8 RB(offs_t A)