diff options
Diffstat (limited to 'scripts/target')
-rw-r--r-- | scripts/target/mame/arcade.lua | 2 | ||||
-rw-r--r-- | scripts/target/mame/mess.lua | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua index 913f7ad63e2..9e304c44ac4 100644 --- a/scripts/target/mame/arcade.lua +++ b/scripts/target/mame/arcade.lua @@ -239,7 +239,7 @@ SOUNDS["CDDA"] = true SOUNDS["ICS2115"] = true SOUNDS["I5000_SND"] = true SOUNDS["ST0016"] = true -SOUNDS["NILE"] = true +SOUNDS["SETAPCM"] = true SOUNDS["X1_010"] = true SOUNDS["VRENDER0"] = true SOUNDS["VOTRAX"] = true diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua index 1baf05ce3e2..f81851af8ee 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -259,7 +259,7 @@ SOUNDS["CDDA"] = true --SOUNDS["ICS2115"] = true --SOUNDS["I5000_SND"] = true --SOUNDS["ST0016"] = true ---SOUNDS["NILE"] = true +--SOUNDS["SETAPCM"] = true --SOUNDS["X1_010"] = true --SOUNDS["VRENDER0"] = true SOUNDS["VOTRAX"] = true |