diff options
Diffstat (limited to 'scripts/src/machine.lua')
| -rw-r--r-- | scripts/src/machine.lua | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index c89a11c63b4..846f813161d 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -2688,3 +2688,16 @@ if (MACHINES["NSC810"]~=null) then MAME_DIR .. "src/devices/machine/nsc810.h", } end + +--------------------------------------------------- +-- +--@src/devices/machine/vt82c496.h,MACHINES["VT82C496"] = true +--------------------------------------------------- + +if (MACHINES["VT82C496"]~=null) then + files { + MAME_DIR .. "src/devices/machine/vt82c496.c", + MAME_DIR .. "src/devices/machine/vt82c496.h", + } +end + |
