diff options
| author | 2018-05-16 02:19:06 +0200 | |
|---|---|---|
| committer | 2018-05-16 03:23:54 +0200 | |
| commit | 5b533f87d725125bbc61599a5152586ccd28942d (patch) | |
| tree | 9071001c8cf16b6a860b5057177e0308e6238467 /scripts | |
| parent | 4308e2a0c75c1813671327d19e9f983a62f71133 (diff) | |
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.
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/target/mame/arcade.lua | 2 |
1 files changed, 2 insertions, 0 deletions
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", |
