From c2ffdd5ec1b13c28c4e36049eee879d1b3fb7212 Mon Sep 17 00:00:00 2001 From: myrtle Date: Fri, 8 May 2026 13:27:01 +0200 Subject: 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 --- scripts/src/machine.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'scripts') 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 @@ -2180,6 +2180,18 @@ if MACHINES["LH5810"] then } 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 -- cgit v1.2.3