summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/apple2e.cpp
diff options
context:
space:
mode:
author arbee <rb6502@users.noreply.github.com>2020-12-22 21:54:58 -0500
committer arbee <rb6502@users.noreply.github.com>2020-12-22 21:54:58 -0500
commitadd5e8a421757745d61b6691075e489631209a8d (patch)
tree5aae4013db2826d87781bbc01e61f9dc700ece8e /src/mame/drivers/apple2e.cpp
parenta58ecc28eeaa3ec6648ceb6298675a35c535db27 (diff)
apple2: Support for the Videx Uniprint parallel card [R. Belmont, Golden Child]
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 318446fd07a..425a2380ba7 100644
--- a/src/mame/drivers/apple2e.cpp
+++ b/src/mame/drivers/apple2e.cpp
@@ -178,6 +178,7 @@ MIG RAM page 2 $CE02 is the speaker/slot bitfield and $CE03 is the paddle/accele
#include "bus/a2bus/ssprite.h"
#include "bus/a2bus/timemasterho.h"
#include "bus/a2bus/transwarp.h"
+#include "bus/a2bus/uniprint.h"
#include "bus/a2bus/uthernet.h"
#include "bus/a2gameio/gameio.h"
@@ -4560,6 +4561,7 @@ static void apple2_cards(device_slot_interface &device)
device.option_add("uthernet", A2BUS_UTHERNET); /* A2RetroSystems Uthernet card */
device.option_add("sider2", A2BUS_SIDER2); /* Advanced Tech Systems / First Class Peripherals Sider 2 SASI card */
device.option_add("sider1", A2BUS_SIDER1); /* Advanced Tech Systems / First Class Peripherals Sider 1 SASI card */
+ device.option_add("uniprint", A2BUS_UNIPRINT); /* Videx Uniprint parallel printer card */
}
static void apple2eaux_cards(device_slot_interface &device)