summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ml20.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ml20.cpp')
-rw-r--r--src/mame/drivers/ml20.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ml20.cpp b/src/mame/drivers/ml20.cpp
index 413efc7ca99..d31a697b5a0 100644
--- a/src/mame/drivers/ml20.cpp
+++ b/src/mame/drivers/ml20.cpp
@@ -170,7 +170,7 @@ HD44780_PIXEL_UPDATE( ml20_state::lcd_pixel_update )
return;
if (line < 2 && pos < 16)
- bitmap.pix16(1 + y + line*8 + line, 1 + pos*6 + x) = state ? 1 : 2;
+ bitmap.pix(1 + y + line*8 + line, 1 + pos*6 + x) = state ? 1 : 2;
}
// 7654---- unknown (set to input)