summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/starfield_05xx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/starfield_05xx.cpp')
-rw-r--r--src/mame/video/starfield_05xx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/starfield_05xx.cpp b/src/mame/video/starfield_05xx.cpp
index 2fb46fd0b24..cdba1b1c7ba 100644
--- a/src/mame/video/starfield_05xx.cpp
+++ b/src/mame/video/starfield_05xx.cpp
@@ -642,7 +642,7 @@ void starfield_05xx_device::draw_starfield(bitmap_ind16 &bitmap, const rectangle
color |= (m_lfsr<<2)&0x20;
color = (~color)&0x3F;
- bitmap.pix16(y, dx) = STARS_COLOR_BASE + color;
+ bitmap.pix(y, dx) = STARS_COLOR_BASE + color;
}
}
}