| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. ↵ | 2024-09-27 | 5 | -22/+22 | |
| | | | | | (#12822) | ||||
| * | diexec: remove vestigal execute_input_lines() | 2024-09-18 | 1 | -1/+0 | |
| | | |||||
| * | hmcs400: add opcode placeholders | 2024-09-16 | 2 | -2/+4 | |
| | | |||||
| * | misc hap disasm: correction to prev commit | 2024-03-07 | 1 | -1/+1 | |
| | | |||||
| * | misc hap disasm: move opcode mnemonics enum out of header file | 2024-03-07 | 2 | -20/+20 | |
| | | |||||
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) | 2023-06-17 | 1 | -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 | 2023-05-01 | 2 | -53/+53 | |
| | | |||||
| * | cpu: remove obsolete debugger.h include from some of my files | 2022-04-02 | 1 | -2/+0 | |
| | | |||||
| * | Debugger feature improvements | 2022-03-27 | 1 | -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 | 2022-03-18 | 2 | -6/+6 | |
| | | |||||
| * | b5000: add disassembler | 2022-03-17 | 2 | -2/+3 | |
| | | |||||
| * | pps41: add part number to description | 2022-03-17 | 5 | -11/+12 | |
| | | |||||
| * | devices/*: Removed extra semicolons after function bodies in headers. (#9275) | 2022-02-06 | 2 | -7/+7 | |
| | | |||||
| * | sm510: fix wakeup after CEND, reorganize files a bit | 2021-12-21 | 1 | -0/+3 | |
| | | |||||
| * | hh_hmcs40: improved bpengo svg [hap, eggs] | 2021-08-16 | 1 | -1/+1 | |
| | | |||||
| * | lc80: separate the two sets instead of bios (not identical hardware) | 2021-04-26 | 1 | -1/+1 | |
| | | |||||
| * | mm78la: small fix with carry flag | 2021-03-24 | 1 | -3/+3 | |
| | | |||||
| * | hh_pps41: mwcfootb is mm78 | 2021-03-23 | 3 | -2/+4 | |
| | | |||||
| * | New working machines | 2021-03-22 | 7 | -43/+135 | |
| | | | | | | | -------------------- Brain Baffler [hap, Sean Riddle] Horoscope Computer [hap, Sean Riddle] | ||||
| * | pps41: add preliminary mm78la/mm77la | 2021-03-19 | 12 | -35/+239 | |
| | | |||||
| * | New working clones | 2021-03-15 | 1 | -0/+1 | |
| | | | | | | ------------------ Chess Champion 2150 [hap, Berger] | ||||
| * | pps41: remove obsolete function | 2021-03-14 | 3 | -8/+2 | |
| | | |||||
| * | New working machines | 2021-03-13 | 4 | -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 | 2021-03-11 | 2 | -3/+9 | |
| | | | | | | ---------------------------------- Tri-1 (Fonas) [hap, Sean Riddle] | ||||
| * | pps41: add serial i/o | 2021-03-09 | 4 | -9/+71 | |
| | | |||||
| * | pps41: add remaining mm78 opcodes | 2021-03-09 | 3 | -13/+63 | |
| | | |||||
| * | New working machines | 2021-03-09 | 5 | -9/+13 | |
| | | | | | | -------------------- Scrabble Sensor - Electronic Word Game [hap, Sean Riddle] | ||||
| * | pps41: added some mm78 opcodes (untested) | 2021-03-08 | 6 | -9/+278 | |
| | | |||||
| * | pps41: added mm78 disasm and mm77/mm78 skeleton device | 2021-03-08 | 9 | -20/+319 | |
| | | |||||
| * | New working machines | 2021-03-07 | 6 | -16/+87 | |
| | | | | | | -------------------- Memoquiz [hap, Sean Riddle] | ||||
| * | pps41: add some i/o opcodes | 2021-03-06 | 7 | -37/+138 | |
| | | |||||
| * | fidel_cc7: bcc rom is older | 2021-03-05 | 1 | -1/+3 | |
| | | |||||
| * | pps41: added most of the mm76 opcodes except for i/o | 2021-03-05 | 5 | -14/+523 | |
| | | |||||
| * | pps41: add skeleton MM76-derived devices | 2021-03-04 | 8 | -14/+193 | |
| | | |||||
| * | mastmind: reordered rom pages | 2021-03-03 | 1 | -3/+4 | |
| | | |||||
| * | added MM76 disassembler and preliminary PPS-4/1 MCU core [hap] | 2021-02-26 | 7 | -0/+707 | |
| New machines marked as NOT_WORKING ---------------------------------- Electronic Master Mind (Invicta) [hap, Sean Riddle] | |||||
