diff options
author | 2025-01-11 23:11:20 +0100 | |
---|---|---|
committer | 2025-01-11 23:17:52 +0100 | |
commit | 5a0f8e57d052df9d3bcf758f63c5ef3bcd16cf71 (patch) | |
tree | 60552c5597ed7603e652005a83b28605ccf06328 /scripts/src/machine.lua | |
parent | 92d5c3d62084ae614830632422ce8e0fb096d4bd (diff) |
amiga: Move gayle into amiga folder
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r-- | scripts/src/machine.lua | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 5172bcc4381..a79fe0654bf 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -218,19 +218,6 @@ end --------------------------------------------------- -- ---@src/devices/machine/gayle.h,MACHINES["GAYLE"] = true ---------------------------------------------------- - -if (MACHINES["GAYLE"]~=null) then - files { - MAME_DIR .. "src/devices/machine/gayle.cpp", - MAME_DIR .. "src/devices/machine/gayle.h", - } -end - - ---------------------------------------------------- --- --@src/devices/machine/40105.h,MACHINES["CMOS40105"] = true --------------------------------------------------- |