summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tandy1t.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tandy1t.cpp')
-rw-r--r--src/mame/drivers/tandy1t.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tandy1t.cpp b/src/mame/drivers/tandy1t.cpp
index eb07e4b6e65..aeb23b81f97 100644
--- a/src/mame/drivers/tandy1t.cpp
+++ b/src/mame/drivers/tandy1t.cpp
@@ -775,7 +775,7 @@ MACHINE_CONFIG_START(tandy1000_state::t1000tx)
MCFG_DEVICE_MODIFY( "maincpu" )
MCFG_DEVICE_IO_MAP(tandy1000tx_io)
- MCFG_DEVICE_REMOVE("pc_keyboard")
+ config.device_remove("pc_keyboard");
tandy1000_90key(config);
MACHINE_CONFIG_END