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 ------------------------------------ 1 file changed, 36 deletions(-) (limited to 'scripts/src/machine.lua') 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 -- cgit v1.2.3-70-g09d2