summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/we32000
Commit message (Collapse)AuthorAgeFilesLines
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. ↵ holub2024-09-271-2/+2
| | | | (#12822)
* Debugger feature improvements AJR2022-03-271-2/+12
| | | | | | | | - 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
* emumem: A little more speedup. cache and specific change syntax, and are ↵ Olivier Galibert2020-05-252-10/+8
| | | | | | | | | | | | | | | | not pointers anymore [O. Galibert] The last(?) two changes are: - Add a template parameter to everything (theoretically the address space width, in practice a level derived from it to keep as much compatibility between widths as possible) so that the shift size becomes a constant. - Change the syntax of declaring and initializing the caches and specifics so that they're embedded in the owner device. Solves lifetime issues and also removes one indirection (looking up the base dispatch pointer through the cache/specific pointer).
* we32100d: Fix mask (nw) AJR2020-04-251-1/+1
|
* appease vs2019_clang with llvm 10.0 smf-2020-04-251-1/+1
|
* we32100d.cpp: Less goofy formatting (nw) AJR2020-01-251-1/+2
|
* srcclean, manual adjustments (nw) Vas Crabb2020-01-261-1/+1
|
* we32100: Type specifiers cannot be stacked (nw) AJR2020-01-162-14/+10
|
* pace, we32100: Notes (nw) AJR2020-01-011-1/+2
| | | | t11: Fix empty disassembler output for some invalid opcodes (nw)
* we32100: Calculate PC-relative offsets for effective addressing (nw) AJR2019-12-312-10/+55
| | | | att3b2.cpp: Add FDC (nw)
* we32100: Fix disassembly of expanded-operand type modes (nw) AJR2019-12-301-2/+2
|
* Add new disassembler for WE32100 architecture AJR2019-12-304-0/+1067
New machines marked as NOT_WORKING ---------------------------------- AT&T 3B2/300 [Bitsavers] New clones marked as NOT_WORKING -------------------------------- AT&T 3B2/310 [Bitsavers] AT&T 3B2/400 [Bitsavers]