summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/skyfox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/skyfox.cpp')
-rw-r--r--src/mame/video/skyfox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/skyfox.cpp b/src/mame/video/skyfox.cpp
index 80a79461e0e..b16bd5bc831 100644
--- a/src/mame/video/skyfox.cpp
+++ b/src/mame/video/skyfox.cpp
@@ -220,7 +220,7 @@ void skyfox_state::draw_background(bitmap_ind16 &bitmap, const rectangle &clipre
but when strict compared on "1UP START" screen,
it seems the blinking pattern in each star may be different. */
if (((m_bg_ctrl >> 4) & 3) != (pen & 3) || !blinking)
- bitmap.pix16(y % 256, x % 512) = pen;
+ bitmap.pix(y % 256, x % 512) = pen;
}
}