diff options
author | 2023-05-23 09:31:59 +0200 | |
---|---|---|
committer | 2023-05-26 09:37:50 +0200 | |
commit | f432d6e4d2b9918c71b3a19adf2c9c57fdc79f81 (patch) | |
tree | e796762e5999aba8bbc9e701afd482f382261c7b /scripts/src/sound.lua | |
parent | fe33ad0eac5382b0bd6ff1df02687844d6d6b157 (diff) |
hrdvd: Add placeholders for all the chips, thanks Guru for tracing the pcb
Diffstat (limited to 'scripts/src/sound.lua')
-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 c1bf4f51af8..59ebe104b2e 100644 --- a/scripts/src/sound.lua +++ b/scripts/src/sound.lua @@ -1620,3 +1620,15 @@ if (SOUNDS["LYNX"]~=null) then MAME_DIR .. "src/devices/sound/lynx.h", } end + +--------------------------------------------------- +-- +--@src/devices/sound/nn71003f.h,SOUNDS["NN71003F"] = true +--------------------------------------------------- + +if (SOUNDS["NN71003F"]~=null) then + files { + MAME_DIR .. "src/devices/sound/nn71003f.cpp", + MAME_DIR .. "src/devices/sound/nn71003f.h", + } +end |