diff options
author | 2018-09-15 13:58:30 +0200 | |
---|---|---|
committer | 2018-09-15 13:58:30 +0200 | |
commit | 5b7629348cd29c33fb7bec68bf442a3675a417eb (patch) | |
tree | 8cdcb597b4d07bdac353f0ea0eb64a92e6a7b8e2 /scripts/src/machine.lua | |
parent | 705957edf962c41538554289d830eae0e45d12d5 (diff) | |
parent | 94d215f4a1fde8fdb6a8be7a648d1498984e5f25 (diff) |
Merge branch 'master' of https://github.com/mamedev/mame
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r-- | scripts/src/machine.lua | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index af0d98782a9..7c1cc8e66ca 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -612,6 +612,18 @@ end --------------------------------------------------- -- +--@src/devices/machine/am79c90.h,MACHINES["AM79C90"] = true +--------------------------------------------------- + +if (MACHINES["AM79C90"]~=null) then + files { + MAME_DIR .. "src/devices/machine/am79c90.cpp", + MAME_DIR .. "src/devices/machine/am79c90.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/am9513.h,MACHINES["AM9513"] = true --------------------------------------------------- |