summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/skyfox.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/skyfox.c')
-rw-r--r--src/mame/video/skyfox.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mame/video/skyfox.c b/src/mame/video/skyfox.c
index 73306d0302f..82c32c532a4 100644
--- a/src/mame/video/skyfox.c
+++ b/src/mame/video/skyfox.c
@@ -54,7 +54,6 @@ READ8_MEMBER(skyfox_state::skyfox_vregs_r)// for debug
WRITE8_MEMBER(skyfox_state::skyfox_vregs_w)
{
-
m_vreg[offset] = data;
switch (offset)
@@ -198,8 +197,7 @@ static void draw_sprites( running_machine &machine, bitmap_ind16 &bitmap, const
(CODE), \
0, \
flipx,flipy, \
- x + (DX),y + (DY), 0xff); \
-
+ x + (DX),y + (DY), 0xff);
if (state->m_bg_ctrl & 1) // flipscreen
{
x = width - x - (n - 1) * 8;