summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2021-04-27 23:52:38 +0200
committer hap <happppp@users.noreply.github.com>2021-04-27 23:52:51 +0200
commit03ea2d220738033f319a7204be14a0b31cd954f9 (patch)
tree96ce8f05b01a85a4f49e5923c2348c871d9a1513 /scripts
parenteba9f9ee8461814b527f1ed806c26452f5e8deb6 (diff)
slc1a: remove driver, turns out it's a mod of poly880
Diffstat (limited to 'scripts')
-rw-r--r--scripts/target/mame/mess.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua
index 419eb928c6c..dd34bf572a0 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -2586,7 +2586,6 @@ files {
MAME_DIR .. "src/mame/drivers/sbc6510.cpp",
MAME_DIR .. "src/mame/drivers/sitcom.cpp",
MAME_DIR .. "src/mame/drivers/slc1.cpp",
- MAME_DIR .. "src/mame/drivers/slc1a.cpp",
MAME_DIR .. "src/mame/drivers/test_t400.cpp",
MAME_DIR .. "src/mame/drivers/uzebox.cpp",
MAME_DIR .. "src/mame/drivers/z80dev.cpp",