summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/suprloco.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/suprloco.cpp')
-rw-r--r--src/mame/video/suprloco.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/suprloco.cpp b/src/mame/video/suprloco.cpp
index 49b76042936..203fe9d38b0 100644
--- a/src/mame/video/suprloco.cpp
+++ b/src/mame/video/suprloco.cpp
@@ -155,7 +155,7 @@ inline void suprloco_state::draw_pixel(bitmap_ind16 &bitmap,const rectangle &cli
}
if (cliprect.contains(x, y))
- bitmap.pix16(y, x) = color;
+ bitmap.pix(y, x) = color;
}