summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame
diff options
context:
space:
mode:
author Nigel Barnes <Pernod70@users.noreply.github.com>2017-10-01 22:05:28 +0100
committer Nigel Barnes <Pernod70@users.noreply.github.com>2017-10-02 02:00:21 +0100
commita65015f5cb7b838b6ae29fadc3d5de186430d1ef (patch)
treefdde5a2494e340be13672d8e724b806629b34173 /src/mame
parent5911529240e3825dcabc71023b4ccd30a3524bcc (diff)
abc310: Added 80286 2nd processor.
Diffstat (limited to 'src/mame')
-rw-r--r--src/mame/drivers/bbc.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/mame/drivers/bbc.cpp b/src/mame/drivers/bbc.cpp
index 4b6ad39cf54..0fc573744b5 100644
--- a/src/mame/drivers/bbc.cpp
+++ b/src/mame/drivers/bbc.cpp
@@ -777,7 +777,8 @@ FLOPPY_FORMATS_MEMBER( bbc_state::floppy_formats_bbc )
FLOPPY_OPUS_DDOS_FORMAT,
FLOPPY_OPUS_DDCPM_FORMAT,
FLOPPY_TORCH_CPN_FORMAT,
- FLOPPY_FSD_FORMAT
+ FLOPPY_FSD_FORMAT,
+ FLOPPY_PC_FORMAT
FLOPPY_FORMATS_END0
FLOPPY_FORMATS_MEMBER( bbc_state::floppy_formats_bbcm )
@@ -1208,9 +1209,9 @@ static MACHINE_CONFIG_DERIVED( abc310, bbcbp )
MCFG_DEVICE_REMOVE("wd1770:1")
/* Add 80286 co-processor */
- //MCFG_DEVICE_MODIFY("tube")
- //MCFG_SLOT_DEFAULT_OPTION("80286")
- //MCFG_SLOT_FIXED(true)
+ MCFG_DEVICE_MODIFY("tube")
+ MCFG_SLOT_DEFAULT_OPTION("80286")
+ MCFG_SLOT_FIXED(true)
/* Add ADAPTEC ACB-4000 Winchester Disc Controller */