mirror of
https://github.com/holub/mame
synced 2025-04-29 11:30:28 +03:00
rf5c400: fix regression (nw)
This fixes gradius4, and also fixes the dog whistling and other issues in the bmiidx games.
This commit is contained in:
parent
8f6f99fe8b
commit
30a160d782
@ -181,7 +181,7 @@ void rf5c400_device::device_start()
|
|||||||
|
|
||||||
m_stream = stream_alloc(0, 2, clock() / 384);
|
m_stream = stream_alloc(0, 2, clock() / 384);
|
||||||
|
|
||||||
m_rommask = (m_rom.length()/2) - 1;
|
m_rommask = m_rom.length() - 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
//-------------------------------------------------
|
//-------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user