diff options
author | 2017-04-10 22:55:00 -0400 | |
---|---|---|
committer | 2017-04-10 22:55:00 -0400 | |
commit | 32984a5a511c21cab259726e78a8d49e65240a76 (patch) | |
tree | b82f984a354510bc3460f2993caefa22119a9519 /scripts/src/machine.lua | |
parent | 0d78cbcf1703ac7fe8408f7d04c30cc4f3ec2e70 (diff) |
segaxbd.cpp: Rewrite CXD1095 as a device and also add it to megatech.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 720ba7f1c4f..493575cc093 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -744,6 +744,18 @@ end --------------------------------------------------- -- +--@src/devices/machine/cxd1095.h,MACHINES["CXD1095"] = true +--------------------------------------------------- + +if (MACHINES["CXD1095"]~=null) then + files { + MAME_DIR .. "src/devices/machine/cxd1095.cpp", + MAME_DIR .. "src/devices/machine/cxd1095.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/dm9334.h,MACHINES["DM9334"] = true --------------------------------------------------- |