summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author Dirk Best <mail@dirk-best.de>2018-04-18 00:24:44 +0200
committer Dirk Best <mail@dirk-best.de>2018-04-18 00:25:33 +0200
commitf0a77cb766b59603c4318014459adf71cde69647 (patch)
treef7a920ade0f58245f4ac3a71d3c378ab6f5edc3e /scripts
parent9dce73c8e77154544ae2b73f18fa32fa787ecfc2 (diff)
model1/model2: Emulate Model 1 I/O board, remove I/O RAM device
This includes an emulation of the Sega 315-5338A I/O controller which is also hooked up to the ufo21 driver now.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/target/mame/arcade.lua6
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua
index 914c8f6b27b..2b46c660e42 100644
--- a/scripts/target/mame/arcade.lua
+++ b/scripts/target/mame/arcade.lua
@@ -3368,8 +3368,10 @@ files {
MAME_DIR .. "src/mame/video/zaxxon.cpp",
MAME_DIR .. "src/mame/machine/315_5296.cpp",
MAME_DIR .. "src/mame/machine/315_5296.h",
- MAME_DIR .. "src/mame/machine/m1io.cpp",
- MAME_DIR .. "src/mame/machine/m1io.h",
+ MAME_DIR .. "src/mame/machine/315_5338a.cpp",
+ MAME_DIR .. "src/mame/machine/315_5338a.h",
+ MAME_DIR .. "src/mame/machine/model1io.cpp",
+ MAME_DIR .. "src/mame/machine/model1io.h",
MAME_DIR .. "src/mame/machine/fd1089.cpp",
MAME_DIR .. "src/mame/machine/fd1089.h",
MAME_DIR .. "src/mame/machine/fd1094.cpp",