From f9eb32e6b0e64079d35fdc61f65399f6bc27cdf5 Mon Sep 17 00:00:00 2001 From: angelosa Date: Wed, 1 Jan 2025 12:50:10 +0100 Subject: amiga: move paula, akiko, copper and fdc from machine to project folder --- scripts/src/machine.lua | 36 ------------------------------------ scripts/src/sound.lua | 16 ---------------- 2 files changed, 52 deletions(-) (limited to 'scripts/src') 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 @@ -140,18 +140,6 @@ if (MACHINES["ACORN_VIDC"]~=null) then } 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 @@ -834,18 +810,6 @@ if (MACHINES["AM9519"]~=null) then } 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 -- cgit v1.2.3-70-g09d2