summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/fidel_phantom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/fidel_phantom.cpp')
-rw-r--r--src/mame/drivers/fidel_phantom.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/fidel_phantom.cpp b/src/mame/drivers/fidel_phantom.cpp
index c21bba2f4ae..777c826dd1f 100644
--- a/src/mame/drivers/fidel_phantom.cpp
+++ b/src/mame/drivers/fidel_phantom.cpp
@@ -2,7 +2,7 @@
// copyright-holders:hap
/******************************************************************************
*
-* fidel_phantom.cpp, subdriver of fidelbase.cpp
+* fidel_phantom.cpp, subdriver of machine/fidelbase.cpp, machine/chessbase.cpp
TODO:
- everything, this is a skeleton driver
@@ -93,7 +93,7 @@ void phantom_state::main_map(address_map &map)
******************************************************************************/
static INPUT_PORTS_START( fphantom )
- PORT_INCLUDE( fidel_cb_buttons )
+ PORT_INCLUDE( generic_cb_buttons )
INPUT_PORTS_END