mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
Fixed old copy/paste error. (nw)
This commit is contained in:
parent
b7f7a73994
commit
7b36dde8de
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user