summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/apple2e.cpp
diff options
context:
space:
mode:
author arbee <rb6502@users.noreply.github.com>2019-07-29 23:16:09 -0400
committer arbee <rb6502@users.noreply.github.com>2019-07-29 23:16:09 -0400
commit00db3c0c2141eac818174d3333ff8cf9cd765faa (patch)
tree046009159783632e0460a0140a60436811e465ff /src/mame/drivers/apple2e.cpp
parent31929898c9aeea705e1c613ab5dd0210b513859d (diff)
apple2: Add support for the 4Play Joystick Card [R. Belmont]
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 5affbbf58a1..589942c6e39 100644
--- a/src/mame/drivers/apple2e.cpp
+++ b/src/mame/drivers/apple2e.cpp
@@ -155,6 +155,7 @@ Address bus A0-A11 is Y0-Y11
#include "bus/a2bus/ssbapple.h"
#include "bus/a2bus/transwarp.h"
#include "bus/a2bus/a2vulcan.h"
+#include "bus/a2bus/4play.h"
#include "bus/a2gameio/gameio.h"
@@ -4431,6 +4432,7 @@ static void apple2_cards(device_slot_interface &device)
device.option_add("ssbapple", A2BUS_SSBAPPLE); /* SSB Apple speech board */
device.option_add("twarp", A2BUS_TRANSWARP); /* AE TransWarp accelerator */
device.option_add("vulcan", A2BUS_VULCANIIE); /* Applied Engineering Vulcan IDE drive */
+ device.option_add("4play", A2BUS_4PLAY); /* 4Play Joystick Card (Rev. B) */
}
static void apple2eaux_cards(device_slot_interface &device)