summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/rw5000
Commit message (Collapse)AuthorAgeFilesLines
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. ↵ holub2024-09-276-11/+11
| | | | (#12822)
* hmcs400: add opcode placeholders hap2024-09-161-1/+2
|
* 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-13/+13
|
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-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 hap2023-05-012-138/+138
|
* b6100: don't write to speaker on tkbs hap2022-09-122-0/+7
|
* goldnaxe: easier/easy dipswitch setting was the wrong way around [Jose Tejada] hap2022-06-123-3/+3
|
* b5500: subclass of a5500 instead of b5000 hap2022-04-104-39/+10
|
* rw5000: added b5500 hap2022-04-104-0/+159
|
* cpu: remove obsolete debugger.h include from some of my files hap2022-04-021-2/+0
|
* rw5000: update note about a4000 hap2022-04-011-2/+4
|
* New working machines hap2022-03-318-55/+82
| | | | | | -------------------- 10R (Rockwell) [hap, Sean Riddle] 12R (Rockwell) [hap, Sean Riddle]
* rw5000: add a5500 hap2022-03-294-1/+167
|
* New working machines hap2022-03-293-62/+16
| | | | | -------------------- 24K (Rockwell) [hap, Sean Riddle]
* rw5000: add a5000/a5900 hap2022-03-296-2/+163
|
* rw5000: separate b6000 disasm from b5000, add a5000 disasm hap2022-03-295-12/+110
|
* b5000: rename base class to rw5000 hap2022-03-2811-0/+1635