summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author m1macrophage <168948267+m1macrophage@users.noreply.github.com>2025-06-12 01:21:01 -0700
committer GitHub <noreply@github.com>2025-06-12 10:21:01 +0200
commit9112f09cb5c4cbec34e86aafe465e3640d722e3b (patch)
tree48e08726b29e08f816c533a5ba5c048ae1dc4cae /scripts
parent9f810075abba80d63e06b79e6da8b487e3354ec6 (diff)
roland_tr707.cpp, video/hd61602.cpp: LCD emulation. (#13798)
* Emulated HD61602 device. * Incorporated it into the 707 driver and layout. * Corrected tempo potentiometer curve. * Made dinsync testable. * Marked systems as supporting save. * Minor layout cleanup.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/src/video.lua12
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/src/video.lua b/scripts/src/video.lua
index 10143752bce..1a1348cc58e 100644
--- a/scripts/src/video.lua
+++ b/scripts/src/video.lua
@@ -369,6 +369,18 @@ end
--------------------------------------------------
--
+--@src/devices/video/hd61602.h,VIDEOS["HD61602"] = true
+--------------------------------------------------
+
+if (VIDEOS["HD61602"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/video/hd61602.cpp",
+ MAME_DIR .. "src/devices/video/hd61602.h",
+ }
+end
+
+--------------------------------------------------
+--
--@src/devices/video/hd61603.h,VIDEOS["HD61603"] = true
--------------------------------------------------