X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2Fsh2mame%2Fsh2.h;h=6684d1144e22d83603ca722761f4ea16fd80e86d;hb=266c6afa84bde8d77a54d61ced8f227480247e24;hp=cdcdecfc67930cc293f4ea9b394e414084060926;hpb=acd35d4c08522db8cd6714c95c022be98f0889d7;p=picodrive.git diff --git a/cpu/sh2mame/sh2.h b/cpu/sh2mame/sh2.h index cdcdecf..6684d11 100644 --- a/cpu/sh2mame/sh2.h +++ b/cpu/sh2mame/sh2.h @@ -50,6 +50,8 @@ typedef struct int is_slave; } SH2; +extern int sh2_icount; + void sh2_init(SH2 *sh2); void sh2_reset(SH2 *sh2); int sh2_execute(SH2 *sh2_, int cycles);