summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/phoenix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/phoenix.h')
-rw-r--r--src/mame/includes/phoenix.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/phoenix.h b/src/mame/includes/phoenix.h
index fe69834d0ea..083e0ae4432 100644
--- a/src/mame/includes/phoenix.h
+++ b/src/mame/includes/phoenix.h
@@ -27,9 +27,9 @@ public:
DECLARE_READ8_MEMBER(survival_input_port_0_r);
DECLARE_CUSTOM_INPUT_MEMBER(player_input_r);
DECLARE_CUSTOM_INPUT_MEMBER(pleiads_protection_r);
- DECLARE_DRIVER_INIT(oneprom);
- DECLARE_DRIVER_INIT(coindsw);
- DECLARE_DRIVER_INIT(oneprom_coindsw);
+ void init_oneprom();
+ void init_coindsw();
+ void init_oneprom_coindsw();
TILE_GET_INFO_MEMBER(get_fg_tile_info);
TILE_GET_INFO_MEMBER(get_bg_tile_info);
DECLARE_MACHINE_RESET(phoenix);