summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/iq151/grafik.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/iq151/grafik.cpp')
-rw-r--r--src/devices/bus/iq151/grafik.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/iq151/grafik.cpp b/src/devices/bus/iq151/grafik.cpp
index 304bcf87b43..497012cf2cd 100644
--- a/src/devices/bus/iq151/grafik.cpp
+++ b/src/devices/bus/iq151/grafik.cpp
@@ -178,7 +178,7 @@ void iq151_grafik_device::video_update(bitmap_ind16 &bitmap, const rectangle &cl
{
for (int ra = 0; ra < 8; ra++)
{
- bitmap.pix16(y, x*8 + ra) |= BIT(m_videoram[(32*8 -1 - y)*64 + x], ra);
+ bitmap.pix(y, x*8 + ra) |= BIT(m_videoram[(32*8 -1 - y)*64 + x], ra);
}
}
}