summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/gamate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/gamate.cpp')
-rw-r--r--src/mame/video/gamate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/gamate.cpp b/src/mame/video/gamate.cpp
index 70cfd554ac1..2aed5a48e83 100644
--- a/src/mame/video/gamate.cpp
+++ b/src/mame/video/gamate.cpp
@@ -274,7 +274,7 @@ uint32_t gamate_video_device::screen_update(screen_device &screen, bitmap_ind16
if (m_displayblank)
pix = 0;
- bitmap.pix16(y, x) = pix;
+ bitmap.pix(y, x) = pix;
}
}