From 7b36dde8de4e139a4803f82eb0f27df15b9e2e24 Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Thu, 16 Jan 2014 18:16:52 +0000 Subject: [PATCH] Fixed old copy/paste error. (nw) --- src/mame/machine/amiga.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/machine/amiga.c b/src/mame/machine/amiga.c index bf6dfa335a7..8d10cddd850 100644 --- a/src/mame/machine/amiga.c +++ b/src/mame/machine/amiga.c @@ -348,7 +348,7 @@ TIMER_CALLBACK_MEMBER(amiga_state::scanline_callback) } /* on every scanline, clock the second CIA TOD */ - mos6526_tod_w(m_cia_0, 1); + mos6526_tod_w(m_cia_1, 1); /* render up to this scanline */ if (!m_screen->update_partial(scanline))