From a5e4482ebff3aef553f7ceffdcfc14ddc408dfa8 Mon Sep 17 00:00:00 2001 From: hap Date: Mon, 19 Feb 2024 13:49:04 +0100 Subject: lc7582: rename file to lc7580 --- scripts/src/video.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'scripts') 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 -- cgit v1.2.3