summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author MooglyGuy <MooglyGuy@users.noreply.github.com>2022-12-16 13:44:37 +0100
committer GitHub <noreply@github.com>2022-12-16 23:44:37 +1100
commit16e265185ead968484e6d1614bb63549a0fcda39 (patch)
tree8107640122abc9e0ce39ab6aec2a53ebb6c0fe36 /scripts
parent6c00c8ef02f477f5e89cf73e7384f0ff42a76484 (diff)
palm/palm.cpp: Improved Palm IIIc support. (#10684) [Ryan Holtz]
* machine/mc68328.cpp: Split MC68328 device into a base class with shared functionality, and derived MC68328 and MC68EZ328 models. * video/sed1375.cpp: Added roughly-functional implementation of the Epson SED1375 LCD controller. Machines promoted to working ------------------------ 3Com Palm IIIc [Ryan Holtz]
Diffstat (limited to 'scripts')
-rw-r--r--scripts/src/video.lua11
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/src/video.lua b/scripts/src/video.lua
index 538cf859a32..23e502444af 100644
--- a/scripts/src/video.lua
+++ b/scripts/src/video.lua
@@ -919,6 +919,17 @@ end
--------------------------------------------------
--
+--@src/devices/video/sed1375.h,VIDEOS["SED1375"] = true
+--------------------------------------------------
+if (VIDEOS["SED1375"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/video/sed1375.cpp",
+ MAME_DIR .. "src/devices/video/sed1375.h",
+ }
+end
+
+--------------------------------------------------
+--
--@src/devices/video/sed1500.h,VIDEOS["SED1500"] = true
--------------------------------------------------
if (VIDEOS["SED1500"]~=null) then