diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/src/sound.lua | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/src/sound.lua b/scripts/src/sound.lua index e73db74d7e4..390b9e7a750 100644 --- a/scripts/src/sound.lua +++ b/scripts/src/sound.lua @@ -1504,6 +1504,18 @@ if (SOUNDS["LC82310"]~=null) then end --------------------------------------------------- +-- NEC uPD931 +--@src/devices/sound/upd931.h,SOUNDS["UPD931"] = true +--------------------------------------------------- + +if (SOUNDS["UPD931"]~=null) then + files { + MAME_DIR .. "src/devices/sound/upd931.cpp", + MAME_DIR .. "src/devices/sound/upd931.h", + } +end + +--------------------------------------------------- -- NEC uPD933 --@src/devices/sound/upd933.h,SOUNDS["UPD933"] = true --------------------------------------------------- |