summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bbc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/bbc.cpp')
-rw-r--r--src/mame/drivers/bbc.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/drivers/bbc.cpp b/src/mame/drivers/bbc.cpp
index 9189ad64654..be36996f85d 100644
--- a/src/mame/drivers/bbc.cpp
+++ b/src/mame/drivers/bbc.cpp
@@ -1480,6 +1480,7 @@ MACHINE_CONFIG_END
static MACHINE_CONFIG_DERIVED( bbcmet, bbcm )
/* printer */
MCFG_DEVICE_REMOVE("centronics")
+ MCFG_DEVICE_REMOVE("cent_data_out")
/* cassette */
MCFG_DEVICE_REMOVE("cassette")
@@ -1506,6 +1507,9 @@ static MACHINE_CONFIG_DERIVED( bbcmet, bbcm )
/* expansion ports */
MCFG_DEVICE_REMOVE("analogue")
+ MCFG_DEVICE_REMOVE("extube")
+ MCFG_DEVICE_REMOVE("1mhzbus")
+ MCFG_DEVICE_REMOVE("userport")
MACHINE_CONFIG_END