summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/cr16c
Commit message (Collapse)AuthorAgeFilesLines
* srcclean in preparation for 0.243 Vas Crabb2022-04-241-1/+1
|
* Debugger feature improvements AJR2022-03-271-5/+14
| | | | | | | | - Add 'gbt' and 'gbf' debugger commands to step until a true or false conditional branch has been detected. - Update over 100 of the disassemblers in MAME to output a new STEP_COND flag for all conditional branches. Besides being used for execution of the new 'gbt' and 'gbf' commands, this flag also now helps the debugger 'out' command to properly handle conditional return instructions. - Remove STEP_OVER from many instructions that aren't actually subroutine calls (e.g. DJNZ on Z80). A 'gni' debugger command (go next instruction) has been added to accommodate some of the misuse. - Add instruction flag support to several more disassemblers that lacked them entirely (e.g. st62xx) - Don't pass over delay slots for debugging in ASAP core
* cr16cdasm.cpp: Use precompiled header AJR2021-01-042-8/+2
|
* Add CompactRISC CR16C disassembler to unidasm (largely untested) AJR2020-12-162-0/+1519