summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/ns32000
Commit message (Expand)AuthorAgeFilesLines
* ns32081: avoid link failure due to inline virtual functions Patrick Mackinlay2025-01-241-5/+4
* ns32000: fix 32532 reset Patrick Mackinlay2024-12-131-0/+7
* diexec: Add callback to allow debugger to break into the middle of wait-type ... AJR2024-11-171-0/+1
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-271-4/+4
* diexec: remove vestigal execute_input_lines() hap2024-09-181-1/+0
* ns32000: hook exceptions in debugger prior to entry Patrick Mackinlay2024-03-111-4/+15
* pc532: add floating-point unit Patrick Mackinlay2024-02-293-99/+98
* Revert "pc532: add floating-point unit" hap2024-02-283-98/+99
* pc532: add floating-point unit Patrick Mackinlay2024-02-283-99/+98
* ns32000: fix sfsr instruction decoding Patrick Mackinlay2024-02-162-4/+4
* ns32000: add support for ns32532 Patrick Mackinlay2024-02-154-476/+1023
* ns32k: housekeeping Patrick Mackinlay2024-02-115-9/+9
* ns32000: implement addp/subp instructions Patrick Mackinlay2024-01-111-4/+72
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-6/+0
* dimemory: Add the target address space to translate, wrap the constants Olivier Galibert2023-03-182-3/+4
* Interrupt callback rationalization AJR2023-03-111-8/+8
* coretmpl.h: Add utility function for sign-extending values of arbitrary width AJR2022-11-012-8/+8
* ns32000: various virtual memory bug fixes Patrick Mackinlay2022-08-121-44/+76
* ns32000: always perform bus-sized writes to aligned memory Patrick Mackinlay2022-07-182-5/+41
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-1/+1
* Debugger feature improvements AJR2022-03-271-1/+3
* ns32000: disassemble inss/extss length operand Patrick Mackinlay2022-03-041-2/+2
* ns32000: rework exception handling Patrick Mackinlay2022-02-242-68/+91
* ns32000: add ns32332 Patrick Mackinlay2022-02-223-84/+308
* ns32000: support ns32332 disassembly Patrick Mackinlay2022-02-222-3/+44
* ns32000dasm.h: Fix clang error: extra qualification on member 'displacement_s... AJR2022-01-251-1/+1
* ns32000: show displacements as signed hexadecimal Patrick Mackinlay2022-01-262-23/+36
* debugger: Extended target address syntax to include device/address space. (#8... Vas Crabb2021-10-012-11/+27
* ns32082: implement program flow trace support Patrick Mackinlay2021-07-284-7/+7
* ns32000: fix smr instruction bug Patrick Mackinlay2021-07-281-2/+2
* ns32000: check destination is zero-extended Patrick Mackinlay2021-07-221-5/+4
* ns32000dasm: rewrite Patrick Mackinlay2021-07-162-974/+538
* ns32000: fix check instruction undefined behavior Patrick Mackinlay2021-07-161-0/+4
* Fix clang error: no case matching constant switch condition '1' [-Werror] AJR2021-06-041-0/+6
* ns32000: formatting Patrick Mackinlay2021-06-041-1984/+1983
* ns32000: prepare for mmu Patrick Mackinlay2021-06-043-323/+609
* ns32000: correct operand read/write bus space Patrick Mackinlay2021-05-102-95/+96
* ns32000: fix spr instruction Patrick Mackinlay2021-05-091-29/+25
* ns32000.cpp: Fix clang error: operator '?:' has lower precedence than '+'; '+... AJR2021-05-071-8/+8
* ns32000: bug fix Patrick Mackinlay2021-05-072-197/+283
* ns32000: disassembler fixes Patrick Mackinlay2021-05-051-3/+3
* ns32000: Initialize members AJR2020-11-021-0/+15
* ns32000: consume execution clock cycles Patrick Mackinlay2020-10-081-19/+229
* ns32000: one more bug fix Patrick Mackinlay2020-10-081-1/+4
* ns32000: many bug fixes Patrick Mackinlay2020-10-072-200/+186
* ns32000: avoid potential slave dependency issue Patrick Mackinlay2020-10-061-1/+1
* ns32000: undefined operation assumptions Patrick Mackinlay2020-10-061-16/+27
* ns32000: add slave processor interface Patrick Mackinlay2020-10-053-317/+940
* ns32000dasm: floating point fixes Patrick Mackinlay2020-10-052-14/+36
* ns32000: templatize on data bus width Patrick Mackinlay2020-09-282-34/+47