summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/isa_cards.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-03-22 21:57:11 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-03-22 21:57:13 -0400
commit6b57e483d6d4974d4943806f9246d09e114b443e (patch)
tree4d92dcba50fec0410d2f8311e0c2d4a88db8ebce /src/devices/bus/isa/isa_cards.cpp
parent517858416d578350f5b9ac1316f3fbfe624b77a8 (diff)
Add skeleton ISA device for Novell Disk Coprocessor Board [modem7, minuszerodegrees.net]
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 77dc3513e15..97d676cd3e7 100644
--- a/src/devices/bus/isa/isa_cards.cpp
+++ b/src/devices/bus/isa/isa_cards.cpp
@@ -40,6 +40,7 @@
#include "lbaenhancer.h"
#include "cl_sh260.h"
#include "bt54x.h"
+#include "dcb.h"
// sound
#include "adlib.h"
@@ -183,4 +184,5 @@ void pc_isa16_cards(device_slot_interface &device)
device.option_add("ev346", EV346);
device.option_add("jc1310", JC1310);
device.option_add("bt545s", BT545S);
+ device.option_add("dcb", NOVELL_DCB);
}