summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/skullxbo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/skullxbo.h')
-rw-r--r--src/mame/includes/skullxbo.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mame/includes/skullxbo.h b/src/mame/includes/skullxbo.h
index b9fdb2d7ff1..285d486fcda 100644
--- a/src/mame/includes/skullxbo.h
+++ b/src/mame/includes/skullxbo.h
@@ -23,15 +23,10 @@ public:
UINT32 screen_update_skullxbo(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
-
/*----------- defined in video/skullxbo.c -----------*/
-
DECLARE_WRITE16_HANDLER( skullxbo_playfieldlatch_w );
DECLARE_WRITE16_HANDLER( skullxbo_xscroll_w );
DECLARE_WRITE16_HANDLER( skullxbo_yscroll_w );
DECLARE_WRITE16_HANDLER( skullxbo_mobmsb_w );
-
-
-
void skullxbo_scanline_update(running_machine &machine, int param);