summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/fidel_dames.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/fidel_dames.cpp')
-rw-r--r--src/mame/drivers/fidel_dames.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/fidel_dames.cpp b/src/mame/drivers/fidel_dames.cpp
index 24df971134b..9cc7cd2ec04 100644
--- a/src/mame/drivers/fidel_dames.cpp
+++ b/src/mame/drivers/fidel_dames.cpp
@@ -3,7 +3,7 @@
// thanks-to:yoyo_chessboard
/******************************************************************************
*
-* fidel_dames.cpp, subdriver of fidelbase.cpp
+* fidel_dames.cpp, subdriver of machine/fidelbase.cpp, machine/chessbase.cpp
*******************************************************************************
@@ -112,7 +112,7 @@ void dsc_state::main_map(address_map &map)
******************************************************************************/
static INPUT_PORTS_START( dsc )
- PORT_INCLUDE( fidel_cb_buttons )
+ PORT_INCLUDE( generic_cb_buttons )
PORT_MODIFY("IN.4")
PORT_BIT(0x8f, IP_ACTIVE_HIGH, IPT_UNUSED)