summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/m10.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/m10.c')
-rw-r--r--src/mame/video/m10.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/m10.c b/src/mame/video/m10.c
index 4eed90ddda5..4e5cf2f2ced 100644
--- a/src/mame/video/m10.c
+++ b/src/mame/video/m10.c
@@ -150,7 +150,7 @@ UINT32 m10_state::screen_update_m10(screen_device &screen, bitmap_ind16 &bitmap,
int y;
for (y = IREMM10_VBEND; y < IREMM10_VBSTART; y++)
- plot_pixel_m10(screen.machine(), bitmap, 16, y, 1);
+ plot_pixel_m10(machine(), bitmap, 16, y, 1);
}
for (offs = m_videoram.bytes() - 1; offs >= 0; offs--)