summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2023-12-15 21:29:34 +0100
committer hap <happppp@users.noreply.github.com>2023-12-15 21:29:44 +0100
commit365b977060dcb05a503f367e1b923a5778dd5d5f (patch)
treec083e3085592906d9dc12c684f93fe055104816d /scripts/src/machine.lua
parent74c4a0c3774e3aeb4895eb13f3c47773d34ce270 (diff)
add preliminary emulation of OKI MSM5001N CMOS LCD Watch IC
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r--scripts/src/machine.lua12
1 files changed, 12 insertions, 0 deletions
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
@@ -2654,6 +2654,18 @@ 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
---------------------------------------------------