summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/nbmj8688.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/nbmj8688.cpp')
-rw-r--r--src/mame/video/nbmj8688.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/nbmj8688.cpp b/src/mame/video/nbmj8688.cpp
index 75ab83fd15a..e4b8f58dffa 100644
--- a/src/mame/video/nbmj8688.cpp
+++ b/src/mame/video/nbmj8688.cpp
@@ -244,7 +244,7 @@ void nbmj8688_state::vramflip()
void nbmj8688_state::update_pixel(int x, int y)
{
int color = m_videoram[(y * 512) + x];
- m_tmpbitmap->pix16(y, x) = color;
+ m_tmpbitmap->pix(y, x) = color;
}
void nbmj8688_state::writeram_low(int x, int y, int color)