summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/fidel_as12.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/fidel_as12.cpp')
-rw-r--r--src/mame/drivers/fidel_as12.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/fidel_as12.cpp b/src/mame/drivers/fidel_as12.cpp
index dc7e387194a..ab58c5f977b 100644
--- a/src/mame/drivers/fidel_as12.cpp
+++ b/src/mame/drivers/fidel_as12.cpp
@@ -3,7 +3,7 @@
// thanks-to:yoyo_chessboard
/******************************************************************************
*
-* fidel_as12.cpp, subdriver of fidelbase.cpp
+* fidel_as12.cpp, subdriver of machine/fidelbase.cpp, machine/chessbase.cpp
*******************************************************************************
@@ -120,7 +120,7 @@ void as12_state::main_map(address_map &map)
static INPUT_PORTS_START( as12 )
PORT_INCLUDE( fidel_cpu_div_4 )
- PORT_INCLUDE( fidel_cb_magnets )
+ PORT_INCLUDE( generic_cb_magnets )
PORT_START("IN.8")
PORT_BIT(0x01, IP_ACTIVE_HIGH, IPT_KEYPAD) PORT_CODE(KEYCODE_1) PORT_CODE(KEYCODE_1_PAD) PORT_NAME("RV / Pawn")