summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/ns32000/ns32000.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* ns32000: hook exceptions in debugger prior to entry Patrick Mackinlay2024-03-111-4/+15
* pc532: add floating-point unit Patrick Mackinlay2024-02-291-51/+51
* Revert "pc532: add floating-point unit" hap2024-02-281-51/+51
* pc532: add floating-point unit Patrick Mackinlay2024-02-281-51/+51
* ns32000: fix sfsr instruction decoding Patrick Mackinlay2024-02-161-2/+2
* ns32000: add support for ns32532 Patrick Mackinlay2024-02-151-432/+884
* ns32k: housekeeping Patrick Mackinlay2024-02-111-1/+1
* ns32000: implement addp/subp instructions Patrick Mackinlay2024-01-111-4/+72
* dimemory: Add the target address space to translate, wrap the constants Olivier Galibert2023-03-181-2/+3
* Interrupt callback rationalization AJR2023-03-111-8/+8
* coretmpl.h: Add utility function for sign-extending values of arbitrary width AJR2022-11-011-4/+4
* ns32000: various virtual memory bug fixes Patrick Mackinlay2022-08-121-44/+76
* ns32000: always perform bus-sized writes to aligned memory Patrick Mackinlay2022-07-181-4/+40
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-1/+1
* ns32000: rework exception handling Patrick Mackinlay2022-02-241-67/+90
* ns32000: add ns32332 Patrick Mackinlay2022-02-221-76/+261
* debugger: Extended target address syntax to include device/address space. (#8... Vas Crabb2021-10-011-10/+18
* ns32082: implement program flow trace support Patrick Mackinlay2021-07-281-4/+4
* ns32000: fix smr instruction bug Patrick Mackinlay2021-07-281-2/+2
* ns32000: check destination is zero-extended Patrick Mackinlay2021-07-221-5/+4
* 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-041-313/+572
* ns32000: correct operand read/write bus space Patrick Mackinlay2021-05-101-94/+95
* 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-071-196/+262
* 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-071-200/+185
* ns32000: undefined operation assumptions Patrick Mackinlay2020-10-061-16/+27
* ns32000: add slave processor interface Patrick Mackinlay2020-10-051-310/+852
* ns32000: templatize on data bus width Patrick Mackinlay2020-09-281-30/+42
* ns32000: implemented dei, corrected neg Patrick Mackinlay2020-09-101-77/+118
* ns32000: fix shift/rotate instruction decoding bug Patrick Mackinlay2020-09-091-9/+10
* ns32000: more fixes, string instructions Patrick Mackinlay2020-09-091-13/+102
* ns32000: fix jump instruction Patrick Mackinlay2020-09-091-1/+1
* ns32000: Fix EXIT AJR2020-09-081-1/+1
* ns32000: initial cpu emulation Patrick Mackinlay2020-09-081-76/+2108
* (nw) Clean up the mess on master Vas Crabb2019-03-261-0/+160
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-160/+0
* srcclean (nw) Vas Crabb2019-03-241-1/+1
* ns32000: Skeleton CPU device with disassembler for NS32000 family. Nigel Barnes2019-03-231-0/+160