summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/k057714.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/k057714.cpp')
-rw-r--r--src/mame/video/k057714.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/k057714.cpp b/src/mame/video/k057714.cpp
index 6e336987041..a61711be54a 100644
--- a/src/mame/video/k057714.cpp
+++ b/src/mame/video/k057714.cpp
@@ -370,7 +370,7 @@ void k057714_device::draw_frame(int frame, bitmap_ind16 &bitmap, const rectangle
for (int j = 0; j < height; j++)
{
- uint16_t *d = &bitmap.pix16(j + m_frame[frame].y, m_frame[frame].x);
+ uint16_t *const d = &bitmap.pix(j + m_frame[frame].y, m_frame[frame].x);
int li = (j * fb_pitch);
for (int i = 0; i < width; i++)
{