mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
- 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:
parent
bf79fa4948
commit
f76a01ecc7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user