| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. ↵ | 2024-09-27 | 6 | -11/+11 | |
| | | | | | (#12822) | ||||
| * | hmcs400: add opcode placeholders | 2024-09-16 | 1 | -1/+2 | |
| | | |||||
| * | 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 | -13/+13 | |
| | | |||||
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) | 2023-06-17 | 1 | -9/+2 | |
| | | | | | | | | | | | | | 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 | -138/+138 | |
| | | |||||
| * | b6100: don't write to speaker on tkbs | 2022-09-12 | 2 | -0/+7 | |
| | | |||||
| * | goldnaxe: easier/easy dipswitch setting was the wrong way around [Jose Tejada] | 2022-06-12 | 3 | -3/+3 | |
| | | |||||
| * | b5500: subclass of a5500 instead of b5000 | 2022-04-10 | 4 | -39/+10 | |
| | | |||||
| * | rw5000: added b5500 | 2022-04-10 | 4 | -0/+159 | |
| | | |||||
| * | cpu: remove obsolete debugger.h include from some of my files | 2022-04-02 | 1 | -2/+0 | |
| | | |||||
| * | rw5000: update note about a4000 | 2022-04-01 | 1 | -2/+4 | |
| | | |||||
| * | New working machines | 2022-03-31 | 8 | -55/+82 | |
| | | | | | | | -------------------- 10R (Rockwell) [hap, Sean Riddle] 12R (Rockwell) [hap, Sean Riddle] | ||||
| * | rw5000: add a5500 | 2022-03-29 | 4 | -1/+167 | |
| | | |||||
| * | New working machines | 2022-03-29 | 3 | -62/+16 | |
| | | | | | | -------------------- 24K (Rockwell) [hap, Sean Riddle] | ||||
| * | rw5000: add a5000/a5900 | 2022-03-29 | 6 | -2/+163 | |
| | | |||||
| * | rw5000: separate b6000 disasm from b5000, add a5000 disasm | 2022-03-29 | 5 | -12/+110 | |
| | | |||||
| * | b5000: rename base class to rw5000 | 2022-03-28 | 11 | -0/+1635 | |
