summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author therealmogminer@gmail.com <therealmogminer@gmail.com>2016-08-30 12:41:04 +0200
committer therealmogminer@gmail.com <therealmogminer@gmail.com>2016-08-30 12:41:47 +0200
commiteb8ca9b78545942acf17e4a6918f2b475d2eb5e5 (patch)
treefdf46bbe07e780365b80d498b062181aaf02bb4e
parent89515782ad5a1bad82d16d123a33d093bfaf3098 (diff)
Fix MT06306, removed oricext bus from telstrat only, nw
-rw-r--r--src/mame/drivers/oric.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/drivers/oric.cpp b/src/mame/drivers/oric.cpp
index 69dff49397b..49b3cc59874 100644
--- a/src/mame/drivers/oric.cpp
+++ b/src/mame/drivers/oric.cpp
@@ -850,6 +850,10 @@ static MACHINE_CONFIG_DERIVED_CLASS( telstrat, oric, telestrat_state )
MCFG_FLOPPY_DRIVE_ADD("fdc:1", telestrat_floppies, nullptr, telestrat_state::floppy_formats)
MCFG_FLOPPY_DRIVE_ADD("fdc:2", telestrat_floppies, nullptr, telestrat_state::floppy_formats)
MCFG_FLOPPY_DRIVE_ADD("fdc:3", telestrat_floppies, nullptr, telestrat_state::floppy_formats)
+
+ // [RH] 30 August 2016: Based on the French Wikipedia page for the Oric, it does not appear
+ // that the Telestrat supported the same expansions as the Oric-1 and Atmos.
+ MCFG_DEVICE_REMOVE("ext")
MACHINE_CONFIG_END