diff options
author | 2025-02-27 22:56:59 +0100 | |
---|---|---|
committer | 2025-02-27 22:58:01 +0100 | |
commit | d96222a3f03b0208a60ff641edb33c2e397e2378 (patch) | |
tree | 59c96c61a85f7173bedfc35bde669abeaaead332 /scripts/src/sound.lua | |
parent | 16817fba268b338da7db24e6a6cb36e0e1af83b8 (diff) |
tms52xx: Remove legacy spchrom implementation.
Diffstat (limited to 'scripts/src/sound.lua')
-rw-r--r-- | scripts/src/sound.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/src/sound.lua b/scripts/src/sound.lua index 3746cc64bd6..fe2322a5bcc 100644 --- a/scripts/src/sound.lua +++ b/scripts/src/sound.lua @@ -1123,8 +1123,6 @@ if (SOUNDS["TMS5220"]~=null) then MAME_DIR .. "src/devices/sound/tms5220.cpp", MAME_DIR .. "src/devices/sound/tms5220.h", MAME_DIR .. "src/devices/sound/tms5110r.hxx", - MAME_DIR .. "src/devices/machine/spchrom.cpp", - MAME_DIR .. "src/devices/machine/spchrom.h", } end |