summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/gaplus.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/gaplus.cpp')
-rw-r--r--src/mame/video/gaplus.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/gaplus.cpp b/src/mame/video/gaplus.cpp
index 2691ff9bedc..ff72474ac4e 100644
--- a/src/mame/video/gaplus.cpp
+++ b/src/mame/video/gaplus.cpp
@@ -262,7 +262,7 @@ void gaplus_base_state::starfield_render(bitmap_ind16 &bitmap)
if (x >= 0 && x < width && y >= 0 && y < height)
{
- bitmap.pix16(y, x) = m_stars[i].col;
+ bitmap.pix(y, x) = m_stars[i].col;
}
}
}