summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/b5000
Commit message (Collapse)AuthorAgeFilesLines
* b5000: rename base class to rw5000 hap2022-03-2811-1624/+0
|
* Debugger feature improvements AJR2022-03-271-8/+9
| | | | | | | | - 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
* srcclean and manual tidying up in preparation for 0.242 release Vas Crabb2022-03-271-1/+1
|
* misatk: change title string hap2022-03-261-1/+2
|
* Machines promoted to working hap2022-03-254-4/+16
| | | | | ---------------------------------- 18R (Rockwell) [hap, Sean Riddle]
* b5000: delay after ATB hap2022-03-257-26/+26
|
* b5000: remove tkbs_step hap2022-03-247-40/+14
|
* rw18r: fix page 2 rom load hap2022-03-243-8/+8
|
* Machines promoted to working hap2022-03-236-23/+21
| | | | | | | | | ---------------------------------- Auto Race [hap, Sean Riddle] Missile Attack (Mattel) [hap, Sean Riddle] Football (Mattel) [hap, Sean Riddle] Baseball (Mattel) [hap, Sean Riddle] Gravity (Mattel) [hap, Sean Riddle]
* b5000: add assert to multistep opcodes hap2022-03-212-2/+11
|
* New machines marked as NOT_WORKING hap2022-03-201-1/+1
| | | | | | | | | ---------------------------------- Auto Race [hap, Sean Riddle] Missile Attack (Mattel) [hap, Sean Riddle] Football (Mattel) [hap, Sean Riddle] Baseball (Mattel) [hap, Sean Riddle] Gravity (Mattel) [hap, Sean Riddle]
* New machines marked as NOT_WORKING hap2022-03-202-3/+6
| | | | | ---------------------------------- 18R (Rockwell) [hap, Sean Riddle]
* b5000: add pinout diagrams hap2022-03-209-20/+118
|
* b5000: add b6000, b6100 hap2022-03-209-12/+385
|
* b5000: add jump and i/o opcodes hap2022-03-196-70/+201
|
* b5000: added easy opcodes hap2022-03-187-48/+461
|
* b5000: add disassembler hap2022-03-174-31/+163
|
* add b5000 cpu core file placeholders hap2022-03-177-0/+479