summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/leland.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/leland.cpp')
-rw-r--r--src/mame/video/leland.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/leland.cpp b/src/mame/video/leland.cpp
index e0e33b33c03..6a8b3d065c0 100644
--- a/src/mame/video/leland.cpp
+++ b/src/mame/video/leland.cpp
@@ -450,7 +450,7 @@ u32 leland_state::screen_update(screen_device &screen, bitmap_ind16 &bitmap, con
/* for each scanline in the visible region */
for (int y = cliprect.top(); y <= cliprect.bottom(); y++)
{
- u16 *const dst = &bitmap.pix16(y);
+ u16 *const dst = &bitmap.pix(y);
u8 const *const fg_src = &m_video_ram[y << 8];
/* for each pixel on the scanline */