summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/cops1/cops1d.cpp
Commit message (Collapse)AuthorAgeFilesLines
* misc hap disasm: correction to prev commit hap2024-03-071-1/+1
|
* misc hap disasm: move opcode mnemonics enum out of header file hap2024-03-071-0/+12
|
* mn1400: add disassembler hap2023-05-011-31/+31
|
* Debugger feature improvements AJR2022-03-271-3/+3
| | | | | | | | - 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
* b5000: add disassembler hap2022-03-171-1/+1
|
* added MM76 disassembler and preliminary PPS-4/1 MCU core [hap] hap2021-02-261-2/+3
| | | | | | New machines marked as NOT_WORKING ---------------------------------- Electronic Master Mind (Invicta) [hap, Sean Riddle]
* added MM5799 MCU emulation [hap] hap2021-02-141-0/+188
New working machines -------------------- Basketball (Mattel) [hap, Sean Riddle] QuizKid Speller [hap, Sean Riddle] New working clones ------------------ QuizKid Racer (MM5799 version) [hap, Sean Riddle]