diff options
author | 2024-10-17 14:12:33 +0200 | |
---|---|---|
committer | 2024-10-17 14:12:42 +0200 | |
commit | 14efb71aa4e00561f45efec43965852daa48aee4 (patch) | |
tree | a7e5de1fb618c76fbd09c910c71b7a3221451038 /scripts | |
parent | f7df65b086d44cfea3d718a616b077e72ed117a9 (diff) |
source org: move dedicated dave soundchip to enterprise folder
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/src/sound.lua | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/scripts/src/sound.lua b/scripts/src/sound.lua index 054d87a266f..06589a4fad9 100644 --- a/scripts/src/sound.lua +++ b/scripts/src/sound.lua @@ -1467,18 +1467,6 @@ if (SOUNDS["MM5837"]~=null) then end --------------------------------------------------- --- Intelligent Designs DAVE ---@src/devices/sound/dave.h,SOUNDS["DAVE"] = true ---------------------------------------------------- - -if (SOUNDS["DAVE"]~=null) then - files { - MAME_DIR .. "src/devices/sound/dave.cpp", - MAME_DIR .. "src/devices/sound/dave.h", - } -end - ---------------------------------------------------- -- Toshiba TA7630 --@src/devices/sound/ta7630.h,SOUNDS["TA7630"] = true --------------------------------------------------- |