summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/korgm1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/korgm1.cpp')
-rw-r--r--src/mame/drivers/korgm1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/korgm1.cpp b/src/mame/drivers/korgm1.cpp
index c7fdc20825b..62e8d1dc1c0 100644
--- a/src/mame/drivers/korgm1.cpp
+++ b/src/mame/drivers/korgm1.cpp
@@ -66,7 +66,7 @@ void korgm1_state::video_start()
HD44780_PIXEL_UPDATE(korgm1_state::lcd_pixel_update)
{
if (x < 5 && y < 8 && line < 2 && pos < 40)
- bitmap.pix16(line * 8 + y, pos * 6 + x) = state;
+ bitmap.pix(line * 8 + y, pos * 6 + x) = state;
}
void korgm1_state::pio_pa_w(u8 data)