Fixed old copy/paste error. (nw)

This commit is contained in:
Ivan Vangelista 2014-01-16 18:16:52 +00:00
parent b7f7a73994
commit 7b36dde8de

View File

@ -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))