summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author yz70s <yz70s@users.noreply.github.com>2021-06-08 21:31:05 +0200
committer yz70s <yz70s@users.noreply.github.com>2021-06-08 21:36:37 +0200
commitba3e5baffceb6e226e8e4d8dc722352b416eefe0 (patch)
tree82750e1be26c710e5929f180c3a5453c33a66e2e /scripts
parent07a1542a7c73cd1a2a4003999e8744e548b43dd4 (diff)
naomi: add a new device for the Sega 837-14438 "SH I/O BD" hopper board
Diffstat (limited to 'scripts')
-rw-r--r--scripts/target/mame/arcade.lua2
-rw-r--r--scripts/target/mame/mess.lua2
2 files changed, 4 insertions, 0 deletions
diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua
index 00ac2a26a6d..8ac7d3cdf87 100644
--- a/scripts/target/mame/arcade.lua
+++ b/scripts/target/mame/arcade.lua
@@ -3556,6 +3556,8 @@ files {
MAME_DIR .. "src/mame/machine/dc-ctrl.h",
MAME_DIR .. "src/mame/machine/jvs13551.cpp",
MAME_DIR .. "src/mame/machine/jvs13551.h",
+ MAME_DIR .. "src/mame/machine/segashiobd.cpp",
+ MAME_DIR .. "src/mame/machine/segashiobd.h",
MAME_DIR .. "src/mame/drivers/triforce.cpp",
MAME_DIR .. "src/mame/drivers/puckpkmn.cpp",
MAME_DIR .. "src/mame/drivers/segac2.cpp",
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua
index 1fe07c532ed..0a651947626 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -1570,6 +1570,8 @@ files {
MAME_DIR .. "src/mame/machine/315-5881_crypt.h",
MAME_DIR .. "src/mame/machine/315-6154.cpp",
MAME_DIR .. "src/mame/machine/315-6154.h",
+ MAME_DIR .. "src/mame/machine/segashiobd.cpp",
+ MAME_DIR .. "src/mame/machine/segashiobd.h",
MAME_DIR .. "src/mame/video/powervr2.cpp",
MAME_DIR .. "src/mame/video/powervr2.h",
MAME_DIR .. "src/mame/drivers/neogeo.cpp",