diff options
| author | 2018-02-10 14:23:30 -0600 | |
|---|---|---|
| committer | 2018-02-10 14:23:30 -0600 | |
| commit | 3195ba191d48deaf278ccb5216b0ab4c1a118dda (patch) | |
| tree | 1142a35d22f9a5220442e5ba5507a3752462cd0b /scripts/src/machine.lua | |
| parent | 49a4cb6866a9b1b6dd12d5ec620bc85cd086e0aa (diff) | |
am9519: add am9519 uic device [Carl]
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 c59f39b69a6..7e55d344f92 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -625,6 +625,18 @@ end --------------------------------------------------- -- +--@src/devices/machine/am9519.h,MACHINES["AM9519"] = true +--------------------------------------------------- + +if (MACHINES["AM9519"]~=null) then + files { + MAME_DIR .. "src/devices/machine/am9519.cpp", + MAME_DIR .. "src/devices/machine/am9519.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/amigafdc.h,MACHINES["AMIGAFDC"] = true --------------------------------------------------- |
