- Fixes mwalk0122red

The peplus games I tested (pexp0019, peps0716, pebe0014 and pepp0188) did not hang so this should be ok for peplus and mwalk
This commit is contained in:
Couriersud 2007-12-26 00:47:40 +00:00
parent bf79fa4948
commit f76a01ecc7

View File

@ -407,7 +407,7 @@ static READ32_HANDLER((*hold_eram_iaddr_callback));
#define SERIALPORT_IRQ ((R_SCON & 0x03) && GET_ES)
#if (HAS_I8052 || HAS_I8752)
#define NO_PENDING_IRQ !(R_TCON & 0xaa) && !(SERIALPORT_IRQ) && !GET_ET2 //!GET_TF2 && !GET_EXF2
#define NO_PENDING_IRQ !(R_TCON & 0xaa) && !(SERIALPORT_IRQ) && !(GET_ET2 && (GET_TF2 || GET_EXF2))
#else
#define NO_PENDING_IRQ !(R_TCON & 0xaa) && !(SERIALPORT_IRQ)
#endif