summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/turrett.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/turrett.cpp')
-rw-r--r--src/mame/video/turrett.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/turrett.cpp b/src/mame/video/turrett.cpp
index c03e5ec440b..7672daf96c5 100644
--- a/src/mame/video/turrett.cpp
+++ b/src/mame/video/turrett.cpp
@@ -44,7 +44,7 @@ uint32_t turrett_state::screen_update(screen_device &screen, bitmap_ind16 &bitma
for (int y = cliprect.min_y; y <= cliprect.max_y; ++y)
{
const uint16_t *src = &vram[y * X_VISIBLE + cliprect.min_x];
- uint16_t *dest = &bitmap.pix16(y, cliprect.min_x);
+ uint16_t *dest = &bitmap.pix(y, cliprect.min_x);
if (m_video_fade != 0)
{