summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/hyhoo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/hyhoo.cpp')
-rw-r--r--src/mame/video/hyhoo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/hyhoo.cpp b/src/mame/video/hyhoo.cpp
index aebc3c49420..2651ee5f620 100644
--- a/src/mame/video/hyhoo.cpp
+++ b/src/mame/video/hyhoo.cpp
@@ -58,7 +58,7 @@ void hyhoo_state::device_timer(emu_timer &timer, device_timer_id id, int param,
switch (id)
{
case TIMER_BLITTER:
- m_nb1413m3->m_busyflag = 1;
+ m_nb1413m3->busyflag_w(1);
break;
default:
assert_always(false, "Unknown id in hyhoo_state::device_timer");
@@ -220,7 +220,7 @@ void hyhoo_state::hyhoo_gfxdraw()
}
}
- m_nb1413m3->m_busyflag = 0;
+ m_nb1413m3->busyflag_w(0);
m_blitter_timer->adjust(attotime::from_hz(400000) * m_nb1413m3->m_busyctr);
}