summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/hmcs400
Commit message (Expand)AuthorAgeFilesLines
* diexec: Add callback to allow debugger to break into the middle of wait-type ... AJR2024-11-171-0/+1
* hmcs400: add hmcs412/414/424 hap2024-11-062-44/+229
* horseran: add svg screen for lcd [hap, Sean Riddle] hap2024-10-221-1/+1
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-271-4/+4
* sbackg: remove driver, merge with ecbackg driver instead hap2024-09-233-8/+8
* hmcs400: add nvram hap2024-09-213-5/+103
* hmcs400: add standby/stop mode hap2024-09-203-37/+57
* tlcs90: small spacing cleanup, remove execute_burn altogether (renamed but ke... hap2024-09-202-2/+2
* hmcs400: add timers hap2024-09-202-2/+132
* hmcs400: add pinout reference hap2024-09-191-3/+45
* hmcs400: add irq controller hap2024-09-193-17/+231
* diexec: remove vestigal execute_input_lines() hap2024-09-182-2/+1
* hmcs400: add logerror for unmapped ports hap2024-09-183-3/+32
* hmcs400: add i/o ports hap2024-09-183-6/+138
* hmcs400: fill in most of the opcodes hap2024-09-163-17/+300
* hmcs400: add opcode placeholders hap2024-09-163-5/+656
* hmcs400: add disassembler hap2024-09-163-92/+289
* hmcs400: add cpu skeleton device hap2024-09-165-0/+560