X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2Fsh2%2Fsh2.c;h=5736908d739a94e3b36f3b3e2c0d291fcc48ddaf;hb=27e2627380215963acbf38bf899a4a864446d826;hp=d185b3fe0226e803f47529c6a988a1a926c30d28;hpb=5f0ca48fedc1517d849df86085bc8d1c59780ed8;p=picodrive.git diff --git a/cpu/sh2/sh2.c b/cpu/sh2/sh2.c index d185b3f..5736908 100644 --- a/cpu/sh2/sh2.c +++ b/cpu/sh2/sh2.c @@ -118,6 +118,7 @@ void sh2_unpack(SH2 *sh2, const unsigned char *buff) sh2->pending_int_irq = p[0]; sh2->pending_int_vector = p[1]; + sh2->test_irq = 1; } #ifdef DRC_CMP