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:
arbee 2017-12-04 09:13:22 -05:00
parent 8f6f99fe8b
commit 30a160d782

View File

@ -181,7 +181,7 @@ void rf5c400_device::device_start()
m_stream = stream_alloc(0, 2, clock() / 384);
m_rommask = (m_rom.length()/2) - 1;
m_rommask = m_rom.length() - 1;
}
//-------------------------------------------------