summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/target
diff options
context:
space:
mode:
author David Haywood <28625134+DavidHaywood@users.noreply.github.com>2021-06-23 14:31:30 +0100
committer GitHub <noreply@github.com>2021-06-23 23:31:30 +1000
commitb0628a92ec89386a5b898d7c95c5930046d48c75 (patch)
treed62ea408ba9e563a0dfa38a335f93231ad6f3f87 /scripts/target
parentd032a81a3d46ece0b57a07d0e1ddbd7378e66462 (diff)
Re-worked System 18 Alien Storm bootlegs, put in their own driver to study. (#8212)
This renders the tile strip backgrounds, making them a lot more playable.
Diffstat (limited to 'scripts/target')
-rw-r--r--scripts/target/mame/arcade.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua
index ad5d9ce3372..feda074e03c 100644
--- a/scripts/target/mame/arcade.lua
+++ b/scripts/target/mame/arcade.lua
@@ -3616,6 +3616,7 @@ files {
MAME_DIR .. "src/mame/drivers/segas18.cpp",
MAME_DIR .. "src/mame/includes/segas18.h",
MAME_DIR .. "src/mame/video/segas18.cpp",
+ MAME_DIR .. "src/mame/drivers/segas18_astormbl.cpp",
MAME_DIR .. "src/mame/drivers/segas24.cpp",
MAME_DIR .. "src/mame/includes/segas24.h",
MAME_DIR .. "src/mame/video/segas24.cpp",