summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author myrtle <gatecat@ds0.me>2026-05-08 13:27:01 +0200
committer GitHub <noreply@github.com>2026-05-08 07:27:01 -0400
commitc2ffdd5ec1b13c28c4e36049eee879d1b3fb7212 (patch)
treeb11ad51e9f1b420d85aea219528ccb4bf679a5d4 /scripts
parentbcc561afdf812eff00e2d7c1a069aec2a2c66694 (diff)
pixtermu: Make the system boot and LCD/touchscreen work (#15220)
* pixtermu: Split up the APB peripherals * pixtermu: Implement the LH79524 timer * pixtermu: Implement dummy SSP * pixtermu: Make it boot and LCD/TS work
Diffstat (limited to 'scripts')
-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 d84f3d01041..9dcb61bb16d 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -2182,6 +2182,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/lh79524_timer.h,MACHINES["LH79524"] = true
+---------------------------------------------------
+
+if MACHINES["LH79524"] then
+ files {
+ MAME_DIR .. "src/devices/machine/lh79524_timer.cpp",
+ MAME_DIR .. "src/devices/machine/lh79524_timer.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/locomo.h,MACHINES["LOCOMO"] = true
---------------------------------------------------