summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/iq151/video32.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/iq151/video32.cpp')
-rw-r--r--src/devices/bus/iq151/video32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/iq151/video32.cpp b/src/devices/bus/iq151/video32.cpp
index fce21b963e9..2d3f75b66ed 100644
--- a/src/devices/bus/iq151/video32.cpp
+++ b/src/devices/bus/iq151/video32.cpp
@@ -126,7 +126,7 @@ void iq151_video32_device::video_update(bitmap_ind16 &bitmap, const rectangle &c
{
for (int ra = 0; ra < 8; ra++)
{
- uint16_t *p = &bitmap.pix16(sy++);
+ uint16_t *p = &bitmap.pix(sy++);
for (int x = ma; x < ma + 32; x++)
{