diff options
author | 2016-10-27 13:46:10 +0200 | |
---|---|---|
committer | 2016-10-27 13:46:42 +0200 | |
commit | 8225a140ee95a2688c6788c947d58909a4659527 (patch) | |
tree | 3d33273d239305852b086724bbbff18c41930705 /scripts/src | |
parent | 0d87ff49b17df9995d4556aaea9c5680b446604f (diff) |
-hazeltin: Added preliminary video, still broken due to timing issues. [Ryan Holtz]
Diffstat (limited to 'scripts/src')
-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 f1cecc70ec8..028a8aba135 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -453,6 +453,18 @@ end --------------------------------------------------- -- +--@src/devices/machine/am2847.h,MACHINES["AM2847"] = true +--------------------------------------------------- + +if (MACHINES["AM2847"]~=null) then + files { + MAME_DIR .. "src/devices/machine/am2847.cpp", + MAME_DIR .. "src/devices/machine/am2847.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/am53cf96.h,MACHINES["AM53CF96"] = true --------------------------------------------------- |