summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/upd78k (follow)
Commit message (Expand)AuthorAgeFilesLines
* upd78k2: Correct decoding of ROR4 and ROL4 in disassembler AJR2024-04-011-2/+2
* mcs96.cpp, upd78k0.cpp, upd78k2.cpp, upd78k4.cpp: Replace BYTE_XOR_LE with ne... AJR2022-06-183-16/+16
* Debugger feature improvements AJR2022-03-274-30/+40
* Add skeleton CPU device and disassembler for NEC 78K/IV (uPD784XXX) architecture AJR2022-01-158-12/+1935
* debugger: Extended target address syntax to include device/address space. (#8... Vas Crabb2021-10-013-6/+6
* upd78k1/k2/k3 disassemblers: Fix branch destinations for A.n, X.n and PSW.n m... AJR2020-08-082-2/+2
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-256-39/+28
* Minor disassembler output fix for uPD78K1/78K2 SFR-mode RMW instructions AJR2020-04-151-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
* New machines marked as NOT_WORKING AJR2020-03-092-4/+31
* New machines marked as NOT_WORKING AJR2020-02-252-8/+61
* upd78k2d, upd78k3d: Fix order of operands in instructions using two saddrs/sa... AJR2020-02-252-12/+12
* upd78k2d: Fix a whole batch of mistakes with disassembling 01-prefixed altern... AJR2020-02-251-12/+12
* srcclean and manual adjustments (nw) Vas Crabb2020-02-231-2/+2
* 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-175-9/+17
* upd78k3: Include IRAM in program space; clean up code using shared pointer fi... AJR2020-02-162-37/+51
* upd78k3d: PUSHU/POPU save/restore PSW instead of RP5 (nw) AJR2020-02-141-2/+8
* upd78k2: Fix register order (nw) AJR2020-02-121-2/+3
* New machines marked as NOT_WORKING AJR2020-02-126-0/+2286
* upd78k1d: Bad masking, oops (nw) AJR2020-02-111-1/+1
* upd78k1d: Various subtle fixes (nw) AJR2020-02-111-9/+8
* Add disassemblers for NEC 78K/0, 78K/I and 78K/II MCU types AJR2020-02-1012-0/+3969