summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/apple2e.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2020-12-30 13:57:52 -0500
committer AJR <ajrhacker@users.noreply.github.com>2020-12-30 13:57:52 -0500
commit8fa9e7d9419bde7f958fcf5b8aabbd9493f229d6 (patch)
tree463a6f8dda6f04ad1755a3f4413dba38ce6a41f0 /src/mame/drivers/apple2e.cpp
parent914d50d78f5041bea136aa269b240559e2a13fe9 (diff)
apple2, apple2e, apple2gs: Add emulation of Apricorn Super Serial Imager as slot option [AJR, Apple II Documentation Project]
Diffstat (limited to 'src/mame/drivers/apple2e.cpp')
-rw-r--r--src/mame/drivers/apple2e.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/apple2e.cpp b/src/mame/drivers/apple2e.cpp
index 49cb03a14af..de4fef315f9 100644
--- a/src/mame/drivers/apple2e.cpp
+++ b/src/mame/drivers/apple2e.cpp
@@ -4516,6 +4516,7 @@ static void apple2_cards(device_slot_interface &device)
device.option_add("softcard", A2BUS_SOFTCARD); /* Microsoft SoftCard */
device.option_add("videoterm", A2BUS_VIDEOTERM); /* Videx VideoTerm */
device.option_add("ssc", A2BUS_SSC); /* Apple Super Serial Card */
+ device.option_add("ssi", APRICORN_SSI); /* Apricorn Super Serial Imager */
device.option_add("swyft", A2BUS_SWYFT); /* IAI SwyftCard */
device.option_add("themill", A2BUS_THEMILL); /* Stellation Two The Mill (6809 card) */
device.option_add("sam", A2BUS_SAM); /* SAM Software Automated Mouth (8-bit DAC + speaker) */