From 5b533f87d725125bbc61599a5152586ccd28942d Mon Sep 17 00:00:00 2001 From: Dirk Best Date: Wed, 16 May 2018 02:19:06 +0200 Subject: model1: Emulate the I/O board used by Wing War and Netmerc It's also used by Virtua Cop, will be hooked up later to it. --- scripts/target/mame/arcade.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua index ffa0fc69264..823e64c38e4 100644 --- a/scripts/target/mame/arcade.lua +++ b/scripts/target/mame/arcade.lua @@ -3382,6 +3382,8 @@ files { MAME_DIR .. "src/mame/machine/315_5649.h", MAME_DIR .. "src/mame/machine/model1io.cpp", MAME_DIR .. "src/mame/machine/model1io.h", + MAME_DIR .. "src/mame/machine/model1io2.cpp", + MAME_DIR .. "src/mame/machine/model1io2.h", MAME_DIR .. "src/mame/machine/fd1089.cpp", MAME_DIR .. "src/mame/machine/fd1089.h", MAME_DIR .. "src/mame/machine/fd1094.cpp", -- cgit v1.2.3