diff options
| author | 2019-08-17 22:38:28 -0400 | |
|---|---|---|
| committer | 2019-08-17 22:40:15 -0400 | |
| commit | de57ef7b9707af44358e703a70433294ba79c76e (patch) | |
| tree | 07eb43efb5a3077ff4ece5b655f8af2100fa570a /scripts/src/machine.lua | |
| parent | ab68b239f10c30532db062af76a68f6b5350c650 (diff) | |
atronic.cpp: Add more onboard devices, including new PCF8584 skeleton (nw)
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 f660735d7ad..97dfa1465e2 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -2267,6 +2267,18 @@ end --------------------------------------------------- -- +--@src/devices/machine/pcf8584.h,MACHINES["PCF8584"] = true +--------------------------------------------------- + +if (MACHINES["PCF8584"]~=null) then + files { + MAME_DIR .. "src/devices/machine/pcf8584.cpp", + MAME_DIR .. "src/devices/machine/pcf8584.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/pcf8593.h,MACHINES["PCF8593"] = true --------------------------------------------------- |
