summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/video.lua
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2024-02-19 13:49:04 +0100
committer hap <happppp@users.noreply.github.com>2024-02-19 13:49:20 +0100
commita5e4482ebff3aef553f7ceffdcfc14ddc408dfa8 (patch)
treec19f3223b98f500b82f96bed7080bff4ba35fa3d /scripts/src/video.lua
parentf6d42406263dbc53745a7d5f4841247913bd1d19 (diff)
lc7582: rename file to lc7580
Diffstat (limited to 'scripts/src/video.lua')
-rw-r--r--scripts/src/video.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/src/video.lua b/scripts/src/video.lua
index edac07a927f..825ff9b08a9 100644
--- a/scripts/src/video.lua
+++ b/scripts/src/video.lua
@@ -619,13 +619,13 @@ end
--------------------------------------------------
--
---@src/devices/video/lc7582.h,VIDEOS["LC7582"] = true
+--@src/devices/video/lc7580.h,VIDEOS["LC7580"] = true
--------------------------------------------------
-if (VIDEOS["LC7582"]~=null) then
+if (VIDEOS["LC7580"]~=null) then
files {
- MAME_DIR .. "src/devices/video/lc7582.cpp",
- MAME_DIR .. "src/devices/video/lc7582.h",
+ MAME_DIR .. "src/devices/video/lc7580.cpp",
+ MAME_DIR .. "src/devices/video/lc7580.h",
}
end