diff options
author | 2024-02-19 13:49:04 +0100 | |
---|---|---|
committer | 2024-02-19 13:49:20 +0100 | |
commit | a5e4482ebff3aef553f7ceffdcfc14ddc408dfa8 (patch) | |
tree | c19f3223b98f500b82f96bed7080bff4ba35fa3d /scripts/src/video.lua | |
parent | f6d42406263dbc53745a7d5f4841247913bd1d19 (diff) |
lc7582: rename file to lc7580
Diffstat (limited to 'scripts/src/video.lua')
-rw-r--r-- | scripts/src/video.lua | 8 |
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 |