summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/ht1130
Commit message (Expand)AuthorAgeFilesLines
* diexec: Add callback to allow debugger to break into the middle of wait-type ... AJR2024-11-171-0/+1
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-271-6/+6
* diexec: remove vestigal execute_input_lines() hap2024-09-181-1/+0
* ht1130: no need for m_compins variable hap2024-01-083-36/+50
* kikikai: remove ymsnd busy flag workaround, hap2024-01-073-28/+27
* ht1130: add wake up after halt hap2024-01-052-2/+24
* ht1130: safety mask when reading/writing ram hap2024-01-041-6/+6
* ht1130: get rid of code duplication from prev commit hap2024-01-042-11/+14
* ht1130: output lcd com/seg pins instead of ram data hap2024-01-042-8/+50
* 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-264-0/+1875