From 9bcbe3fdecded524ab97bd82b1ce8773186581c8 Mon Sep 17 00:00:00 2001 From: Curt Coder Date: Tue, 26 May 2015 09:29:07 +0300 Subject: [PATCH] (MESS) mos6530n: Set timer initial value. a2600 calgames now boots. (nw) --- src/emu/machine/mos6530n.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/emu/machine/mos6530n.c b/src/emu/machine/mos6530n.c index a1a9d196548..58f279f5437 100644 --- a/src/emu/machine/mos6530n.c +++ b/src/emu/machine/mos6530n.c @@ -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) {