diff options
author | 2021-12-03 03:43:19 +0000 | |
---|---|---|
committer | 2021-12-02 22:43:19 -0500 | |
commit | 3e26ee8cfb580d3e7e53ecca422cc989e3ba4b7f (patch) | |
tree | e26f00a5f9290c8597f5c29e46a97e8e2d1db6c1 /scripts/src | |
parent | 7eac187fc8f66ae38113b279c06a2679c80f5a29 (diff) |
dl11: DEC DL11-type serial line unit (#8894)
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/machine.lua | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index cfb5d1d3c58..358a7f7581f 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -1127,6 +1127,16 @@ if (MACHINES["CXD1095"]~=null) then } end +--@src/devices/machine/dl11.h,MACHINES["DL11"] = true +--------------------------------------------------- + +if (MACHINES["DL11"]~=null) then + files { + MAME_DIR .. "src/devices/machine/dl11.cpp", + MAME_DIR .. "src/devices/machine/dl11.h", + } +end + --@src/devices/machine/ds1204.h,MACHINES["DS1204"] = true --------------------------------------------------- |