pdp1.cpp: initialized 3 more variables that were causing crashes while running in gdb

This commit is contained in:
Ivan Vangelista 2020-09-30 17:12:49 +02:00
parent 868a424e27
commit b32b366d9f

View File

@ -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;
}