(MESS) mos6530n: Set timer initial value. a2600 calgames now boots. (nw)

This commit is contained in:
Curt Coder 2015-05-26 09:29:07 +03:00
parent 9fb784804b
commit 9bcbe3fdec

View File

@ -259,6 +259,7 @@ void mos6530_base_t::device_reset()
update_irq();
edge_detect();
m_timer = 0xff;
m_prescale = 1024;
if (cur_live.state != IDLE) {