summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ymdx11.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ymdx11.cpp')
-rw-r--r--src/mame/drivers/ymdx11.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ymdx11.cpp b/src/mame/drivers/ymdx11.cpp
index 0de96879f69..6b131a0dd8e 100644
--- a/src/mame/drivers/ymdx11.cpp
+++ b/src/mame/drivers/ymdx11.cpp
@@ -57,7 +57,7 @@ void yamaha_dx11_state::machine_start()
HD44780_PIXEL_UPDATE(yamaha_dx11_state::lcd_pixel_update)
{
if (x < 5 && y < 8 && line < 2 && pos < 16)
- bitmap.pix16(line * 8 + y, pos * 6 + x) = state;
+ bitmap.pix(line * 8 + y, pos * 6 + x) = state;
}
void yamaha_dx11_state::palette_init(palette_device &palette)