diff options
| author | 2025-11-16 20:29:04 +0100 | |
|---|---|---|
| committer | 2025-11-16 20:29:27 +0100 | |
| commit | 0c31277a8580c4625d7af61c9a387afe07e059a9 (patch) | |
| tree | e57a856b94706072b636efcec26cf53ae0e359d6 /scripts | |
| parent | 661381746bf01462df2c40f3567918293a70a379 (diff) | |
machine/sega_scu.cpp: rename to saturn_scu, move to Sega folder, relicense to BSD-3
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/machine.lua | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 8f1722bdd00..4440d44b95f 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -3387,17 +3387,6 @@ if (MACHINES["SEGA_MD_IOPORT"]~=null) then } end ---------------------------------------------------- --- ---@src/devices/machine/sega_scu.h,MACHINES["SEGA_SCU"] = true ---------------------------------------------------- - -if (MACHINES["SEGA_SCU"]~=null) then - files { - MAME_DIR .. "src/devices/machine/sega_scu.cpp", - MAME_DIR .. "src/devices/machine/sega_scu.h", - } -end --------------------------------------------------- -- |
