diff options
author | 2019-12-18 12:35:45 +0100 | |
---|---|---|
committer | 2019-12-18 12:35:45 +0100 | |
commit | 73732ffb3956a3896bffa51c91ba1c4759ecef04 (patch) | |
tree | cf1681b77a7313cdb68cbbac0871850d6ed0a47f /scripts/src/machine.lua | |
parent | 2e1ba819b62ed3a1158baded689920981cc1ffc4 (diff) |
WIP NEW DEVICE Motorola mc6844 DMA controller (devicified from swtpc09.cpp)
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 7d1eaef0e7b..ed2dd04bc93 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -1897,6 +1897,18 @@ end --------------------------------------------------- -- +--@src/devices/machine/mc6844.h,MACHINES["MC6844"] = true +--------------------------------------------------- + +if (MACHINES["MC6844"]~=null) then + files { + MAME_DIR .. "src/devices/machine/mc6844.cpp", + MAME_DIR .. "src/devices/machine/mc6844.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/mc6846.h,MACHINES["MC6846"] = true --------------------------------------------------- |