diff options
Diffstat (limited to 'scripts/src/sound.lua')
-rw-r--r-- | scripts/src/sound.lua | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/scripts/src/sound.lua b/scripts/src/sound.lua index df21e945310..e73db74d7e4 100644 --- a/scripts/src/sound.lua +++ b/scripts/src/sound.lua @@ -155,22 +155,6 @@ if (SOUNDS["TIA"]~=null) then } end - - ---------------------------------------------------- --- Amiga audio hardware ---@src/devices/machine/8364_paula.h,SOUNDS["PAULA_8364"] = true ---------------------------------------------------- - -if (SOUNDS["PAULA_8364"]~=null) then - files { - MAME_DIR .. "src/devices/machine/8364_paula.cpp", - MAME_DIR .. "src/devices/machine/8364_paula.h", - } -end - - - --------------------------------------------------- -- Bally Astrocade sound system --@src/devices/sound/astrocde.h,SOUNDS["ASTROCADE"] = true |