diff options
author | 2017-01-11 19:56:35 +0100 | |
---|---|---|
committer | 2017-01-12 10:39:55 +0100 | |
commit | be76377dcf2c12d4a0c396e09060bdd7be9b5508 (patch) | |
tree | b53cbd86224891b29519909f6fb223097884dbef /scripts/src/machine.lua | |
parent | 651631b86d820cd40308ac408407833aed3e6762 (diff) |
New device: BIM 68153
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 e77228761e8..b4db9d9dcce 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -236,6 +236,18 @@ end --------------------------------------------------- -- +--@src/devices/machine/68153bim.h,MACHINES["BIM68153"] = true +--------------------------------------------------- + +if (MACHINES["BIM68153"]~=null) then + files { + MAME_DIR .. "src/devices/machine/68153bim.cpp", + MAME_DIR .. "src/devices/machine/68153bim.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/68230pit.h,MACHINES["PIT68230"] = true --------------------------------------------------- |