summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-09-05 13:12:08 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-09-05 13:12:08 -0400
commit26b72576c1dc7bdccd5ee54de4cc20c34c3ede75 (patch)
tree22661282ecb3290beca57cfaabb651214ad5bf53
parent62cfc07c60a9bc3c10f246c641f6c2261e25e5b2 (diff)
s100_am310: Reference this some place so the linker won't expunge it (nw)
-rw-r--r--src/mame/drivers/horizon.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/drivers/horizon.cpp b/src/mame/drivers/horizon.cpp
index b34eabc09a6..0410acdc020 100644
--- a/src/mame/drivers/horizon.cpp
+++ b/src/mame/drivers/horizon.cpp
@@ -152,6 +152,7 @@ DEVICE_INPUT_DEFAULTS_END
//-------------------------------------------------
// slot devices
+#include "bus/s100/am310.h"
//#include "bus/s100/dj2db.h"
//#include "bus/s100/djdma.h"
//#include "bus/s100/mm65k16s.h"
@@ -170,6 +171,7 @@ static void horizon_s100_cards(device_slot_interface &device)
//device.option_add("fpb", S100_FPB);
device.option_add("8ksc", S100_8K_SC);
device.option_add("8kscbb", S100_8K_SC_BB);
+ device.option_add("am310", S100_AM310);
}