diff options
| author | 2016-12-02 15:03:15 -0600 | |
|---|---|---|
| committer | 2016-12-02 15:07:26 -0600 | |
| commit | 5ad9b67e1dcedf324ed0ab9a877396046ecb850f (patch) | |
| tree | c44a96d6e6ad701d16a88feb033d9c73d5f60b4b /scripts/src/machine.lua | |
| parent | e029a9c2e868d901b775562d98d24911201336cf (diff) | |
new not working
----------------
Dulmont Magnum [Carl, Dave Jones]
isbc: new isbc8630 sct set [Al Kossow]
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 032c8f5064d..99262a72e93 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -659,6 +659,19 @@ end --------------------------------------------------- -- +--@src/devices/machine/cdp1879.h,MACHINES["CDP1879"] = true +--------------------------------------------------- + +if (MACHINES["CDP1879"]~=null) then + files { + MAME_DIR .. "src/devices/machine/cdp1879.cpp", + MAME_DIR .. "src/devices/machine/cdp1879.h", + } +end + + +--------------------------------------------------- +-- --@src/devices/machine/com8116.h,MACHINES["COM8116"] = true --------------------------------------------------- |
