summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/heathzenith/h89/cards.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/heathzenith/h89/cards.cpp')
-rw-r--r--src/devices/bus/heathzenith/h89/cards.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/bus/heathzenith/h89/cards.cpp b/src/devices/bus/heathzenith/h89/cards.cpp
index 0f22c6401f8..888a6b275d9 100644
--- a/src/devices/bus/heathzenith/h89/cards.cpp
+++ b/src/devices/bus/heathzenith/h89/cards.cpp
@@ -16,6 +16,7 @@
#include "sigmasoft_parallel_port.h"
#include "sigmasoft_sound.h"
#include "we_pullup.h"
+#include "z_89_11.h"
#include "z37_fdc.h"
void h89_left_cards(device_slot_interface &device)
@@ -30,6 +31,8 @@ void h89_right_cards(device_slot_interface &device)
device.option_add("ha_88_3", H89BUS_HA_88_3);
device.option_add("h_88_5", H89BUS_H_88_5);
device.option_add("ss_snd", H89BUS_SIGMASOFT_SND);
+ device.option_add("z_89_11", H89BUS_Z_89_11);
+
device.option_add("z37fdc", H89BUS_Z37);
}