From 365b977060dcb05a503f367e1b923a5778dd5d5f Mon Sep 17 00:00:00 2001 From: hap Date: Fri, 15 Dec 2023 21:29:34 +0100 Subject: add preliminary emulation of OKI MSM5001N CMOS LCD Watch IC --- 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 35ee188a230..e57d938cc00 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -2652,6 +2652,18 @@ if (MACHINES["MOS6551"]~=null) then } end +--------------------------------------------------- +-- +--@src/devices/machine/msm5001n.h,MACHINES["MSM5001N"] = true +--------------------------------------------------- + +if (MACHINES["MSM5001N"]~=null) then + files { + MAME_DIR .. "src/devices/machine/msm5001n.cpp", + MAME_DIR .. "src/devices/machine/msm5001n.h", + } +end + --------------------------------------------------- -- --@src/devices/machine/msm5832.h,MACHINES["MSM5832"] = true -- cgit v1.2.3