summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/ht1130/ht1130.cpp
Commit message (Expand)AuthorAgeFilesLines
* diexec: Add callback to allow debugger to break into the middle of wait-type ... AJR2024-11-171-0/+1
* ht1130: no need for m_compins variable hap2024-01-081-24/+37
* kikikai: remove ymsnd busy flag workaround, hap2024-01-071-12/+12
* ht1130: add wake up after halt hap2024-01-051-1/+14
* ht1130: safety mask when reading/writing ram hap2024-01-041-6/+6
* ht1130: get rid of code duplication from prev commit hap2024-01-041-9/+11
* ht1130: output lcd com/seg pins instead of ram data hap2024-01-041-4/+38
* ht1130: only clear regs at device_reset that RES clears, hap2023-12-281-7/+12
* ht1130: system clock is stopped when halted so don't enter the icount loop hap2023-12-261-14/+16
* Holtek HT1130 CPU core, and preliminary driver for a brick game using it (#11... mamehaze2023-12-261-0/+1059