summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author David Haywood <mamehaze@gmail.com>2018-10-09 17:46:02 +0100
committer ajrhacker <ajrhacker@users.noreply.github.com>2018-10-09 12:46:02 -0400
commit4b00992b7660b2ae960e3aa8b81e290f34a3eb7d (patch)
tree3a9d373cf3e10b2d296e5d7dc40070fb5671755b /scripts
parent1d766ffef12d78935b490e7ae940b00258998032 (diff)
XaviX naming changes (#4069)
* naming changes (nw) * move stub audio related functions to their own file (nw) * addressing notes (nw) * control sprite mode with sprite reg instead of value set in init (nw) * refactor a bit (nw) * sprite DMA connects directly to spriteram, not through the main bus (nw) * minor changes (nw) * fix multiplier unit use in rad_madf (nw) * implement 'text array / memory emulator' (nw) * some naming (nw) * code treats this like another palette entry (bg pen maybe)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/target/mame/mess.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua
index 080fc1b93e0..67a0ded6374 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -3428,6 +3428,7 @@ files {
MAME_DIR .. "src/mame/drivers/xavix.cpp",
MAME_DIR .. "src/mame/video/xavix.cpp",
MAME_DIR .. "src/mame/machine/xavix.cpp",
+ MAME_DIR .. "src/mame/audio/xavix.cpp",
MAME_DIR .. "src/mame/includes/xavix.h",
}