summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/ns32000
Commit message (Expand)AuthorAgeFilesLines
* 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
* ns32000: implemented dei, corrected neg Patrick Mackinlay2020-09-102-79/+120
* ns32000: fix shift/rotate instruction decoding bug Patrick Mackinlay2020-09-092-10/+11
* 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-083-170/+2188
* ns32000: Disassembly format improvements AJR2020-03-172-22/+58
* ns32000: Disassembly improvements AJR2020-03-162-46/+108
* fixed some clang-tidy warnings (nw) (#6229) Oliver Stöneberg2020-01-292-2/+2
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-4/+4
* (nw) Clean up the mess on master Vas Crabb2019-03-264-0/+1261
* Revert "conflict resolution (nw)" andreasnaive2019-03-254-1261/+0
* srcclean (nw) Vas Crabb2019-03-241-1/+1
* ns32000dasm.cpp: Fix another catastrophic opcode format bug (nw) AJR2019-03-231-1/+1
* ns32000dasm.cpp: Fix catastrophic bug with one opcode format (nw) AJR2019-03-231-0/+1
* Fix clang error: private field 'm_pcmask' is not used [-Werror,-Wunused-priva... AJR2019-03-231-1/+0
* ns32000: Skeleton CPU device with disassembler for NS32000 family. Nigel Barnes2019-03-234-0/+1261