summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame')
-rw-r--r--src/mame/drivers/poly88.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/drivers/poly88.cpp b/src/mame/drivers/poly88.cpp
index a6f59b3f2e3..e7bb817c9dd 100644
--- a/src/mame/drivers/poly88.cpp
+++ b/src/mame/drivers/poly88.cpp
@@ -48,6 +48,7 @@ at least some models of the Poly-88 are known to have used.)
#include "emu.h"
#include "includes/poly88.h"
+#include "bus/s100/ascsasi.h"
#include "bus/s100/poly16k.h"
#include "bus/s100/polyfdc.h"
#include "bus/s100/polyvti.h"
@@ -107,6 +108,7 @@ static void poly88_s100_devices(device_slot_interface &device)
device.option_add("8kscbb", S100_8K_SC_BB);
device.option_add("poly16k", S100_POLY_16K);
device.option_add("polyfdc", S100_POLY_FDC);
+ device.option_add("ascsasi", S100_ASC_SASI);
}
DEVICE_INPUT_DEFAULTS_START(poly88_vti_1800)