Fix MT06306, removed oricext bus from telstrat only, nw

This commit is contained in:
therealmogminer@gmail.com 2016-08-30 12:41:04 +02:00
parent 89515782ad
commit eb8ca9b785

View File

@ -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