mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
tms5110: Initialize some more variables at reset. Fixes nonexistent or erratic speech on CVS games.
This commit is contained in:
parent
bb44269c55
commit
38adcf151a
@ -1108,6 +1108,10 @@ void tms5110_device::device_reset()
|
||||
m_next_is_address = false;
|
||||
m_address = 0;
|
||||
m_addr_bit = 0;
|
||||
|
||||
m_romclk_hack_timer->adjust(attotime::never);
|
||||
m_romclk_hack_timer_started = false;
|
||||
m_romclk_hack_state = false;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user