summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/isa_cards.cpp
diff options
context:
space:
mode:
author joakim <Joakim Larsson Edstrom>2018-04-02 21:44:32 +0200
committer joakim <Joakim Larsson Edstrom>2018-04-02 21:44:32 +0200
commitbdaad5598e3d3187cb2b379ea4280069506d8fb7 (patch)
treee4e65dad77551fa4a279af278682e56113bae90b /src/devices/bus/isa/isa_cards.cpp
parent478b4b9556ccbe1c2543989f2fe11bba05d69447 (diff)
NEW non working ISA16 card: Ericsson Information Systems IBM3270/5250 terminal adapter card
Diffstat (limited to 'src/devices/bus/isa/isa_cards.cpp')
-rw-r--r--src/devices/bus/isa/isa_cards.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/bus/isa/isa_cards.cpp b/src/devices/bus/isa/isa_cards.cpp
index 5f1e5243fd1..5701350db46 100644
--- a/src/devices/bus/isa/isa_cards.cpp
+++ b/src/devices/bus/isa/isa_cards.cpp
@@ -52,6 +52,7 @@
#include "ne1000.h"
#include "ne2000.h"
#include "3c505.h"
+#include "eis_sad8852.h"
// communication ports
#include "lpt.h"
@@ -159,4 +160,5 @@ SLOT_INTERFACE_START( pc_isa16_cards )
SLOT_INTERFACE("mach64", ISA16_SVGA_MACH64)
SLOT_INTERFACE("sb16_lle", ISA16_SB16)
SLOT_INTERFACE("mcd", ISA16_MCD)
+ SLOT_INTERFACE("sad8852", ISA16_SAD8852)
SLOT_INTERFACE_END