mirror of
https://github.com/holub/mame
synced 2025-04-28 03:02:52 +03:00
fixed unfixed uninitialized variables in src/mess/machine/terminal.c (nw)
This commit is contained in:
parent
5b43d36bf6
commit
077efbe873
@ -351,6 +351,7 @@ void generic_terminal_device::device_config_complete()
|
|||||||
void generic_terminal_device::device_reset()
|
void generic_terminal_device::device_reset()
|
||||||
{
|
{
|
||||||
clear();
|
clear();
|
||||||
|
m_framecnt = 0;
|
||||||
//m_timer->adjust(attotime::from_hz(2400), 0, attotime::from_hz(2400));
|
//m_timer->adjust(attotime::from_hz(2400), 0, attotime::from_hz(2400));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user