summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/crbaloon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/crbaloon.h')
-rw-r--r--src/mame/includes/crbaloon.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mame/includes/crbaloon.h b/src/mame/includes/crbaloon.h
index e1f658fb704..7ec2462a679 100644
--- a/src/mame/includes/crbaloon.h
+++ b/src/mame/includes/crbaloon.h
@@ -48,16 +48,8 @@ void crbaloon_audio_set_explosion_enable(device_t *sn, int enabled);
void crbaloon_audio_set_breath_enable(device_t *sn, int enabled);
void crbaloon_audio_set_appear_enable(device_t *sn, int enabled);
DECLARE_WRITE8_DEVICE_HANDLER( crbaloon_audio_set_laugh_enable );
-
MACHINE_CONFIG_EXTERN( crbaloon_audio );
-
/*----------- defined in video/crbaloon.c -----------*/
-
-
-
-
-
-
UINT16 crbaloon_get_collision_address(running_machine &machine);
void crbaloon_set_clear_collision_address(running_machine &machine, int _crbaloon_collision_address_clear);