summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/apple2e.cpp
diff options
context:
space:
mode:
author arbee <rb6502@users.noreply.github.com>2017-10-31 21:50:32 -0400
committer arbee <rb6502@users.noreply.github.com>2017-10-31 21:50:32 -0400
commit07de0d575dcb293ca77f857e60cd2542eba4bcf4 (patch)
tree3171e69e75cb05db3d4eb233561206eb705440e3 /src/mame/drivers/apple2e.cpp
parent7421ffdf7e6477e7a1fa751667ceb12e285b24f8 (diff)
apple2: preliminary support for "SSB Apple" speech board [R. Belmont, Apple II Documentation Project]
Diffstat (limited to 'src/mame/drivers/apple2e.cpp')
-rw-r--r--src/mame/drivers/apple2e.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/drivers/apple2e.cpp b/src/mame/drivers/apple2e.cpp
index d1ef8abbecd..4bc11785de1 100644
--- a/src/mame/drivers/apple2e.cpp
+++ b/src/mame/drivers/apple2e.cpp
@@ -148,6 +148,7 @@ Address bus A0-A11 is Y0-Y11
#include "bus/a2bus/a2eext80col.h"
#include "bus/a2bus/a2eramworks3.h"
#include "bus/a2bus/ssprite.h"
+#include "bus/a2bus/ssbapple.h"
#include "bus/rs232/rs232.h"
@@ -3743,6 +3744,7 @@ static SLOT_INTERFACE_START(apple2_cards)
// SLOT_INTERFACE("magicmusician", A2BUS_MAGICMUSICIAN) /* Magic Musician Card */
SLOT_INTERFACE("pcxport", A2BUS_PCXPORTER) /* Applied Engineering PC Transporter */
SLOT_INTERFACE("ssprite", A2BUS_SSPRITE) /* Synetix SuperSprite Board */
+ SLOT_INTERFACE("ssbapple", A2BUS_SSBAPPLE) /* SSB Apple speech board */
SLOT_INTERFACE_END
static SLOT_INTERFACE_START(apple2eaux_cards)