mirror of
https://github.com/holub/mame
synced 2025-04-16 05:24:54 +03:00
Fix monoflops
This commit is contained in:
parent
ca310eef39
commit
d1b88dcbef
@ -14,7 +14,7 @@ NETLIB_NAMESPACE_DEVICES_START()
|
||||
|
||||
NETLIB_START(74123)
|
||||
{
|
||||
if ((m_dev_type != 9602) || (m_dev_type != 4538) )
|
||||
if ((m_dev_type != 9602) && (m_dev_type != 4538) )
|
||||
m_dev_type = 74123;
|
||||
|
||||
register_sub("RP", m_RP);
|
||||
|
Loading…
Reference in New Issue
Block a user