diff options
author | 2025-02-11 20:48:35 +0100 | |
---|---|---|
committer | 2025-02-11 20:48:35 +0100 | |
commit | 3262f39d24dba6160013b739b2c2c5cd6fe450fa (patch) | |
tree | d4871f0e0d0e78f7a31ce06ea9d81899121ef50c /scripts | |
parent | e7de95ae070beb88aa887c3d8a182555a0e62c08 (diff) |
sega/saturn.cpp: move stvcd into sega folder, bulk replace sat_cdrom -> cdrom i/f, hookup photo cd list
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/src/machine.lua | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 1e5ffa1dce0..f146574f715 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -3442,18 +3442,6 @@ end --------------------------------------------------- -- ---@src/devices/machine/stvcd.h,MACHINES["STVCD"] = true ---------------------------------------------------- - -if (MACHINES["STVCD"]~=null) then - files { - MAME_DIR .. "src/devices/machine/stvcd.cpp", - MAME_DIR .. "src/devices/machine/stvcd.h", - } -end - ---------------------------------------------------- --- --@src/devices/machine/swtpc8212.h,MACHINES["SWTPC8212"] = true --------------------------------------------------- |