From 0188b4e80baefe6b5f889b92fe3cd1c6e52f5cab Mon Sep 17 00:00:00 2001 From: AJR Date: Wed, 12 Apr 2017 23:09:01 -0400 Subject: segaybd.cpp, srallyc: Add OKI MSM6253 device --- scripts/src/machine.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'scripts/src/machine.lua') diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index fd0f4c5c17a..82dd39639d8 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -1867,6 +1867,18 @@ if (MACHINES["MSM6242"]~=null) then } end +--------------------------------------------------- +-- +--@src/devices/machine/msm6253.h,MACHINES["MSM6253"] = true +--------------------------------------------------- + +if (MACHINES["MSM6253"]~=null) then + files { + MAME_DIR .. "src/devices/machine/msm6253.cpp", + MAME_DIR .. "src/devices/machine/msm6253.h", + } +end + --------------------------------------------------- -- --@src/devices/machine/ncr539x.h,MACHINES["NCR539x"] = true -- cgit v1.2.3