mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
(MESS) mos6530n: Set timer initial value. a2600 calgames now boots. (nw)
This commit is contained in:
parent
9fb784804b
commit
9bcbe3fdec
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user