summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ladybug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ladybug.h')
-rw-r--r--src/mame/includes/ladybug.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/mame/includes/ladybug.h b/src/mame/includes/ladybug.h
index 0d1027d7e4a..1f2fef75fbb 100644
--- a/src/mame/includes/ladybug.h
+++ b/src/mame/includes/ladybug.h
@@ -83,19 +83,6 @@ public:
void screen_eof_redclash(screen_device &screen, bool state);
};
-
-/*----------- defined in video/ladybug.c -----------*/
-
-
-
-
-
-
-
-
-
-
-
/*----------- defined in video/redclash.c -----------*/
DECLARE_WRITE8_HANDLER( redclash_videoram_w );
@@ -107,11 +94,6 @@ DECLARE_WRITE8_HANDLER( redclash_star1_w );
DECLARE_WRITE8_HANDLER( redclash_star2_w );
DECLARE_WRITE8_HANDLER( redclash_star_reset_w );
-
-
-
-
-
/* sraider uses the zerohour star generator board */
void redclash_set_stars_enable(running_machine &machine, UINT8 on);
void redclash_update_stars_state(running_machine &machine);