summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/upd78k/upd78k3d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Debugger feature improvements AJR2022-03-271-7/+12
* Add skeleton CPU device and disassembler for NEC 78K/IV (uPD784XXX) architecture AJR2022-01-151-6/+6
* upd78k1/k2/k3 disassemblers: Fix branch destinations for A.n, X.n and PSW.n m... AJR2020-08-081-1/+1
* upd78k3: Fix disassembly of MOV A, !addr16 AJR2020-03-281-2/+2
* upd78k3d: Fix minor mistake in DBNZ disassembly AJR2020-03-251-1/+1
* upd78k3: Fix SFR identification in disassembly of MOV A,sfr and MOV sfr,A opc... AJR2020-03-231-4/+4
* upd78k2d, upd78k3d: Fix order of operands in instructions using two saddrs/sa... AJR2020-02-251-8/+8
* upd78k3d: Fix disassembly of 01-prefixed SFR + immediate word/byte instructio... AJR2020-02-211-2/+2
* upd78k3d: Correct indexing for 0A-prefixed instructions; misc. other notes & ... AJR2020-02-171-6/+6
* upd78k3d: PUSHU/POPU save/restore PSW instead of RP5 (nw) AJR2020-02-141-2/+8
* New machines marked as NOT_WORKING AJR2020-02-121-0/+1648