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