summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/hnayayoi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/hnayayoi.cpp')
-rw-r--r--src/mame/video/hnayayoi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/hnayayoi.cpp b/src/mame/video/hnayayoi.cpp
index ec3c6f95924..8afb5f9359b 100644
--- a/src/mame/video/hnayayoi.cpp
+++ b/src/mame/video/hnayayoi.cpp
@@ -200,7 +200,7 @@ void hnayayoi_state::draw_layer_interleaved(bitmap_rgb32 &bitmap, const rectangl
{
uint8_t *src1 = &m_pixmap[left_pixmap][(row & 255) * 256];
uint8_t *src2 = &m_pixmap[right_pixmap][(row & 255) * 256];
- uint32_t *dst = &bitmap.pix32(y);
+ uint32_t *dst = &bitmap.pix(y);
const pen_t *pal = &m_palette->pens()[palbase * 16];