diff options
author | 2025-01-01 12:50:10 +0100 | |
---|---|---|
committer | 2025-01-01 12:51:22 +0100 | |
commit | f9eb32e6b0e64079d35fdc61f65399f6bc27cdf5 (patch) | |
tree | 7e842b9eeff63d2996b0cdb33b8e8f4862bd522f /scripts | |
parent | 41eb43ca9758c0ecdc1c1e65b57ce3d798ed7389 (diff) |
amiga: move paula, akiko, copper and fdc from machine to project folder
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/src/machine.lua | 36 | ||||
-rw-r--r-- | scripts/src/sound.lua | 16 |
2 files changed, 0 insertions, 52 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index acbf897cc85..3cc9b40227b 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -142,18 +142,6 @@ end --------------------------------------------------- -- ---@src/devices/machine/akiko.h,MACHINES["AKIKO"] = true ---------------------------------------------------- - -if (MACHINES["AKIKO"]~=null) then - files { - MAME_DIR .. "src/devices/machine/akiko.cpp", - MAME_DIR .. "src/devices/machine/akiko.h", - } -end - ---------------------------------------------------- --- --@src/devices/machine/am2901b.h,MACHINES["AM2901B"] = true --------------------------------------------------- @@ -164,18 +152,6 @@ if (MACHINES["AM2901B"]~=null) then } end ---------------------------------------------------- --- ---@src/devices/machine/amiga_copper.h,MACHINES["AMIGA_COPPER"] = true ---------------------------------------------------- - -if (MACHINES["AMIGA_COPPER"]~=null) then - files { - MAME_DIR .. "src/devices/machine/amiga_copper.cpp", - MAME_DIR .. "src/devices/machine/amiga_copper.h", - } -end - -------------------------------------------------- -- --@src/devices/machine/arm_iomd.h,MACHINES["ARM_IOMD"] = true @@ -836,18 +812,6 @@ end --------------------------------------------------- -- ---@src/devices/machine/amigafdc.h,MACHINES["AMIGAFDC"] = true ---------------------------------------------------- - -if (MACHINES["AMIGAFDC"]~=null) then - files { - MAME_DIR .. "src/devices/machine/amigafdc.cpp", - MAME_DIR .. "src/devices/machine/amigafdc.h", - } -end - ---------------------------------------------------- --- --@src/devices/machine/applepic.h,MACHINES["APPLEPIC"] = true --------------------------------------------------- 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 |