summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mdt60.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mdt60.cpp')
-rw-r--r--src/mame/drivers/mdt60.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mdt60.cpp b/src/mame/drivers/mdt60.cpp
index 63669bbf0f9..45623589d4f 100644
--- a/src/mame/drivers/mdt60.cpp
+++ b/src/mame/drivers/mdt60.cpp
@@ -108,7 +108,7 @@ TIMER_CALLBACK_MEMBER(mdt60_state::baud_timer)
MC6845_UPDATE_ROW(mdt60_state::update_row)
{
- u32 *pix = &bitmap.pix32(y);
+ u32 *pix = &bitmap.pix(y);
for (unsigned x = 0; x < x_count; x++)
{