summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/pps41/pps41base.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* cpu: remove obsolete debugger.h include from some of my files hap2022-04-021-2/+0
|
* b5000: added easy opcodes hap2022-03-181-5/+5
|
* b5000: add disassembler hap2022-03-171-1/+2
|
* pps41: add part number to description hap2022-03-171-0/+1
|
* New working machines hap2021-03-221-2/+6
| | | | | | -------------------- Brain Baffler [hap, Sean Riddle] Horoscope Computer [hap, Sean Riddle]
* pps41: add preliminary mm78la/mm77la hap2021-03-191-15/+18
|
* New working machines hap2021-03-131-34/+41
| | | | | | | -------------------- 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-111-3/+7
| | | | | ---------------------------------- Tri-1 (Fonas) [hap, Sean Riddle]
* pps41: add serial i/o hap2021-03-091-5/+49
|
* pps41: add remaining mm78 opcodes hap2021-03-091-1/+0
|
* New working machines hap2021-03-091-1/+1
| | | | | -------------------- Scrabble Sensor - Electronic Word Game [hap, Sean Riddle]
* pps41: added some mm78 opcodes (untested) hap2021-03-081-1/+2
|
* pps41: added mm78 disasm and mm77/mm78 skeleton device hap2021-03-081-13/+11
|
* New working machines hap2021-03-071-1/+40
| | | | | -------------------- Memoquiz [hap, Sean Riddle]
* pps41: add some i/o opcodes hap2021-03-061-9/+25
|
* pps41: added most of the mm76 opcodes except for i/o hap2021-03-051-5/+22
|
* pps41: add skeleton MM76-derived devices hap2021-03-041-3/+3
|
* added MM76 disassembler and preliminary PPS-4/1 MCU core [hap] hap2021-02-261-0/+230
New machines marked as NOT_WORKING ---------------------------------- Electronic Master Mind (Invicta) [hap, Sean Riddle]