summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author Dirk Best <mail@dirk-best.de>2019-08-30 14:01:24 +0200
committer Dirk Best <mail@dirk-best.de>2019-08-30 14:04:13 +0200
commit5c4048ad73cdbe6a24a42bc1e6ed2cd6e45a2a94 (patch)
treec9b6cf5c8886cc853bbf36878aae9f4d7eba24ef /scripts
parentcb8c1590926cb0bd3db7a1a1ae25291475140853 (diff)
Emulate the Sega Billboard and hook it up to the STV driver
[biggestsonicfan, Dirk Best] It's not shown by default. To view it, choose the layout view 'Billboard'.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/target/mame/arcade.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua
index 21aa1c663e3..e6cc86c4296 100644
--- a/scripts/target/mame/arcade.lua
+++ b/scripts/target/mame/arcade.lua
@@ -3511,6 +3511,8 @@ files {
MAME_DIR .. "src/mame/machine/mc8123.h",
MAME_DIR .. "src/mame/machine/segaic16.cpp",
MAME_DIR .. "src/mame/machine/segaic16.h",
+ MAME_DIR .. "src/mame/machine/segabill.cpp",
+ MAME_DIR .. "src/mame/machine/segabill.h",
MAME_DIR .. "src/mame/audio/segasnd.cpp",
MAME_DIR .. "src/mame/audio/segasnd.h",
MAME_DIR .. "src/mame/video/segaic16.cpp",