summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/pps41
Commit message (Collapse)AuthorAgeFilesLines
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. ↵ holub2024-09-275-22/+22
| | | | (#12822)
* diexec: remove vestigal execute_input_lines() hap2024-09-181-1/+0
|
* hmcs400: add opcode placeholders hap2024-09-162-2/+4
|
* 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-072-20/+20
|
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-15/+4
| | | | | | | | | | | | Read callbacks now need a default return value supplied at construction. Replaced isnull() with isunset() which tells you if the callback wasn't configured rather than whether it isn't safe to call. Enabled validation of device callbacks (it seems it was disabled at some point, probably accidentally). Device callbacks and object finders now implement the same interface for resolution.
* mn1400: add disassembler hap2023-05-012-53/+53
|
* cpu: remove obsolete debugger.h include from some of my files hap2022-04-021-2/+0
|
* Debugger feature improvements AJR2022-03-271-7/+7
| | | | | | | | - 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: added easy opcodes hap2022-03-182-6/+6
|
* b5000: add disassembler hap2022-03-172-2/+3
|
* pps41: add part number to description hap2022-03-175-11/+12
|
* devices/*: Removed extra semicolons after function bodies in headers. (#9275) 0kmg2022-02-062-7/+7
|
* sm510: fix wakeup after CEND, reorganize files a bit hap2021-12-211-0/+3
|
* hh_hmcs40: improved bpengo svg [hap, eggs] hap2021-08-161-1/+1
|
* lc80: separate the two sets instead of bios (not identical hardware) hap2021-04-261-1/+1
|
* mm78la: small fix with carry flag hap2021-03-241-3/+3
|
* hh_pps41: mwcfootb is mm78 hap2021-03-233-2/+4
|
* New working machines hap2021-03-227-43/+135
| | | | | | -------------------- Brain Baffler [hap, Sean Riddle] Horoscope Computer [hap, Sean Riddle]
* pps41: add preliminary mm78la/mm77la hap2021-03-1912-35/+239
|
* New working clones hap2021-03-151-0/+1
| | | | | ------------------ Chess Champion 2150 [hap, Berger]
* pps41: remove obsolete function hap2021-03-143-8/+2
|
* New working machines hap2021-03-134-47/+56
| | | | | | | -------------------- Super-Sonic Electronic Master Mind [hap, Sean Riddle] Reader's Digest Q&A - Computer Question & Answer Game [hap, Sean Riddle] World Championship Football [hap, Sean Riddle, Kevin Horton, Olivier Galibert]
* New machines marked as NOT_WORKING hap2021-03-112-3/+9
| | | | | ---------------------------------- Tri-1 (Fonas) [hap, Sean Riddle]
* pps41: add serial i/o hap2021-03-094-9/+71
|
* pps41: add remaining mm78 opcodes hap2021-03-093-13/+63
|
* New working machines hap2021-03-095-9/+13
| | | | | -------------------- Scrabble Sensor - Electronic Word Game [hap, Sean Riddle]
* pps41: added some mm78 opcodes (untested) hap2021-03-086-9/+278
|
* pps41: added mm78 disasm and mm77/mm78 skeleton device hap2021-03-089-20/+319
|
* New working machines hap2021-03-076-16/+87
| | | | | -------------------- Memoquiz [hap, Sean Riddle]
* pps41: add some i/o opcodes hap2021-03-067-37/+138
|
* fidel_cc7: bcc rom is older hap2021-03-051-1/+3
|
* pps41: added most of the mm76 opcodes except for i/o hap2021-03-055-14/+523
|
* pps41: add skeleton MM76-derived devices hap2021-03-048-14/+193
|
* mastmind: reordered rom pages hap2021-03-031-3/+4
|
* added MM76 disassembler and preliminary PPS-4/1 MCU core [hap] hap2021-02-267-0/+707
New machines marked as NOT_WORKING ---------------------------------- Electronic Master Mind (Invicta) [hap, Sean Riddle]