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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/includes/phoenix.h b/src/mame/includes/phoenix.h
index b5d6ab5cdc0..a14fbf13d85 100644
--- a/src/mame/includes/phoenix.h
+++ b/src/mame/includes/phoenix.h
@@ -34,8 +34,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(condor);
- DECLARE_DRIVER_INIT(vautourza);
+ DECLARE_DRIVER_INIT(oneprom);
+ DECLARE_DRIVER_INIT(coindsw);
+ DECLARE_DRIVER_INIT(oneprom_coindsw);
TILE_GET_INFO_MEMBER(get_fg_tile_info);
TILE_GET_INFO_MEMBER(get_bg_tile_info);
DECLARE_MACHINE_RESET(phoenix);