From e76d23fc73a4ebb66959dc7b7c7f79ad6b0dcde1 Mon Sep 17 00:00:00 2001 From: Olivier Galibert Date: Tue, 14 Jun 2022 10:50:20 +0200 Subject: saa7191: Move to devices/machine too --- scripts/src/machine.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'scripts/src') diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 344d06b9ecc..60fd77428dd 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -5017,3 +5017,14 @@ if (MACHINES["AT_MB"]~=null) then MAME_DIR .. "src/devices/machine/at.h", } end + +--------------------------------------------------- +-- +--@src/devices/machine/saa7191.h,MACHINES["SAA7191"] = true +--------------------------------------------------- +if (MACHINES["SAA7191"]~=null) then + files { + MAME_DIR .. "src/devices/machine/saa7191.cpp", + MAME_DIR .. "src/devices/machine/saa7191.h", + } +end -- cgit v1.2.3