diff options
author | 2020-02-27 20:55:37 -0500 | |
---|---|---|
committer | 2020-02-27 20:55:37 -0500 | |
commit | ae0a68c9354c7250470b34c9dc492fa9e5c31215 (patch) | |
tree | 83e74322e3e8ec8eafb9e3465e6a70f2773a730a /scripts/src | |
parent | 6c3e1da14a0484e2aaafa87c805440a5e41d5a7f (diff) |
New skeleton device: Am79C30A DSC
eurit30: LCDC writes identified, but exact type remains unknown (nw)
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 9188507cce4..a9a03c0d069 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -705,6 +705,18 @@ end --------------------------------------------------- -- +--@src/devices/machine/am79c30.h,MACHINES["AM79C30"] = true +--------------------------------------------------- + +if (MACHINES["AM79C30"]~=null) then + files { + MAME_DIR .. "src/devices/machine/am79c30.cpp", + MAME_DIR .. "src/devices/machine/am79c30.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/am79c90.h,MACHINES["AM79C90"] = true --------------------------------------------------- |