diff options
author | 2022-06-14 10:50:20 +0200 | |
---|---|---|
committer | 2022-06-14 12:07:55 +0200 | |
commit | e76d23fc73a4ebb66959dc7b7c7f79ad6b0dcde1 (patch) | |
tree | d0bec988955f924167dac1fade448c8d2347406c /scripts/src/machine.lua | |
parent | 58650bd6812a92dfcfd8fa5bc6e225b34d4aa479 (diff) |
saa7191: Move to devices/machine too
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r-- | scripts/src/machine.lua | 11 |
1 files changed, 11 insertions, 0 deletions
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 |