summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mn1880/mn1880d.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Debugger feature improvements AJR2022-03-271-0/+5
| | | | | | | | - 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
* mn1860: Finish disassembly AJR2021-04-231-8/+10
|
* mn1860: Reassign another pair of opcodes for disassembly AJR2021-04-221-4/+4
|
* mn1880d.cpp: Minor documentation fixes AJR2021-04-191-2/+2
|
* mn1860: Identify another 2 opcodes in disassembly AJR2021-04-191-4/+14
|
* mn1860: Recognize two more opcodes in disassembly AJR2021-04-191-4/+10
|
* unidasm: Add preliminary MN1860 disassembler (still missing a few opcodes ↵ AJR2021-04-081-8/+63
| | | | due to lack of documentation)
* New machines marked as NOT_WORKING AJR2020-06-041-0/+568
---------------------------------- Novation BassStation Rack Analogue Synthesizer Module [DBWBP] Novation Drum Station [DBWBP] Novation Super Bass Station [DBWBP] Add disassembler and skeleton CPU device for Panasonic MN1880 architecture [AJR]