mirror of
https://github.com/holub/mame
synced 2025-06-20 03:06:39 +03:00
Fix MT06306, removed oricext bus from telstrat only, nw
This commit is contained in:
parent
89515782ad
commit
eb8ca9b785
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user