summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author arbee <rb6502@users.noreply.github.com>2020-08-21 12:36:34 -0400
committer arbee <rb6502@users.noreply.github.com>2020-08-21 12:36:34 -0400
commit983d3cdc77e2a90689e77be6d00e644237dd5fd7 (patch)
tree28466e1cd7cb0cce9d6f119f1bd94f8822d3868c
parent4223b14296fb494a881c5d7fc6042b5640d369c9 (diff)
apple3: Allow use of the CMS SCSI II Card, which works with SOSHDBoot. [R. Belmont]
-rw-r--r--src/mame/drivers/apple3.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/drivers/apple3.cpp b/src/mame/drivers/apple3.cpp
index ef61f7614a3..c5a694a0cbd 100644
--- a/src/mame/drivers/apple3.cpp
+++ b/src/mame/drivers/apple3.cpp
@@ -26,6 +26,7 @@
#include "bus/a2bus/a2thunderclock.h"
#include "bus/a2bus/mouse.h"
#include "bus/a2bus/a2zipdrive.h"
+#include "bus/a2bus/cmsscsi.h"
#include "bus/rs232/rs232.h"
@@ -46,6 +47,7 @@ static void apple3_cards(device_slot_interface &device)
device.option_add("thclock", A2BUS_THUNDERCLOCK); // ThunderWare ThunderClock Plus - driver assumes slot 2 by default
device.option_add("mouse", A2BUS_MOUSE); // Apple II Mouse Card
device.option_add("focusdrive", A2BUS_FOCUSDRIVE); // Focus Drive IDE card
+ device.option_add("cmsscsi", A2BUS_CMSSCSI); // CMS Apple II SCSI Card
}
static void a3_floppies(device_slot_interface &device)