From efbe4b30ba2a9eee0ac278cfb5597aee0dab08f4 Mon Sep 17 00:00:00 2001 From: AJR Date: Fri, 6 Dec 2019 19:00:26 -0500 Subject: New S-100 device: ASC Associates SASI Host Computer Adapter [AJR, Bitsavers] --- src/mame/drivers/poly88.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mame') 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) -- cgit v1.2.3