mirror of
https://github.com/holub/mame
synced 2025-06-25 22:04:15 +03:00
pdp1.cpp: initialized 3 more variables that were causing crashes while running in gdb
This commit is contained in:
parent
868a424e27
commit
b32b366d9f
@ -676,6 +676,8 @@ void pdp1_typewriter_device::device_resolve_objects()
|
||||
void pdp1_typewriter_device::device_start()
|
||||
{
|
||||
m_tyo_timer = machine().scheduler().timer_alloc(timer_expired_delegate(FUNC(pdp1_typewriter_device::tyo_callback),this));
|
||||
|
||||
m_color = m_pos = m_case_shift = 0;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user