summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/palm
Commit message (Collapse)AuthorAgeFilesLines
* misc cpu: no need to check debug enabled flag manually hap2025-04-111-1/+1
|
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. ↵ holub2024-09-271-2/+2
| | | | (#12822)
* diexec: remove vestigal execute_input_lines() hap2024-09-181-1/+0
|
* ibm5100: improve program memory handling Patrick Mackinlay2024-04-082-13/+13
| | | | | | * force execution from ros during interrupts * correct lower-case 'u' in character font * fix l32/r32 display mode on 5110
* palm: add program level output Patrick Mackinlay2024-04-042-9/+11
|
* palm: improve interrupt handling Patrick Mackinlay2024-04-012-25/+83
| | | | | | | * fix debugger register access * consolidate internal state * add ros selection and bus out callbacks * add internal control instruction handler
* palm: fix disassembler synthetics Patrick Mackinlay2024-03-281-45/+45
|
* palm: new cpu device and disassembler Patrick Mackinlay2024-03-274-0/+547