mirror of
https://github.com/holub/mame
synced 2025-07-04 01:18:59 +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)
|
#define SERIALPORT_IRQ ((R_SCON & 0x03) && GET_ES)
|
||||||
|
|
||||||
#if (HAS_I8052 || HAS_I8752)
|
#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
|
#else
|
||||||
#define NO_PENDING_IRQ !(R_TCON & 0xaa) && !(SERIALPORT_IRQ)
|
#define NO_PENDING_IRQ !(R_TCON & 0xaa) && !(SERIALPORT_IRQ)
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user