summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author Wilbert Pol <wilbertpol@users.noreply.github.com>2015-07-19 14:36:12 +0200
committer Wilbert Pol <wilbertpol@users.noreply.github.com>2015-07-19 14:36:12 +0200
commit69f5f49c5242076ee47c751c184388afe8d3bd00 (patch)
tree1ba3303df5dae596dfd88d857a0ac284202686bb /scripts
parent16d785db9cda5e834d66d88afe360f20792edd33 (diff)
msx.c: Start hooking up moonsound; not fully working yet (nw)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/src/bus.lua2
-rw-r--r--scripts/target/mame/mess.lua2
2 files changed, 3 insertions, 1 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua
index 8638af2e780..59efdf1ad09 100644
--- a/scripts/src/bus.lua
+++ b/scripts/src/bus.lua
@@ -890,6 +890,8 @@ if (BUSES["MSX_SLOT"]~=null) then
MAME_DIR .. "src/emu/bus/msx_cart/korean.h",
MAME_DIR .. "src/emu/bus/msx_cart/majutsushi.c",
MAME_DIR .. "src/emu/bus/msx_cart/majutsushi.h",
+ MAME_DIR .. "src/emu/bus/msx_cart/moonsound.h",
+ MAME_DIR .. "src/emu/bus/msx_cart/moonsound.c",
MAME_DIR .. "src/emu/bus/msx_cart/msx_audio.c",
MAME_DIR .. "src/emu/bus/msx_cart/msx_audio.h",
MAME_DIR .. "src/emu/bus/msx_cart/msx_audio_kb.c",
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua
index f68248fff50..9b21024d72d 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -156,7 +156,7 @@ SOUNDS["YM3526"] = true
SOUNDS["Y8950"] = true
SOUNDS["YMF262"] = true
--SOUNDS["YMF271"] = true
---SOUNDS["YMF278B"] = true
+SOUNDS["YMF278B"] = true
--SOUNDS["YMZ280B"] = true
SOUNDS["SN76477"] = true
SOUNDS["SN76496"] = true