| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 4 | -21/+21 |
| * | upd78k2: Correct decoding of ROR4 and ROL4 in disassembler |  AJR | 2024-04-01 | 1 | -2/+2 |
| * | mcs96.cpp, upd78k0.cpp, upd78k2.cpp, upd78k4.cpp: Replace BYTE_XOR_LE with ne... |  AJR | 2022-06-18 | 3 | -16/+16 |
| * | Debugger feature improvements |  AJR | 2022-03-27 | 4 | -30/+40 |
| * | Add skeleton CPU device and disassembler for NEC 78K/IV (uPD784XXX) architecture |  AJR | 2022-01-15 | 8 | -12/+1935 |
| * | debugger: Extended target address syntax to include device/address space. (#8... |  Vas Crabb | 2021-10-01 | 3 | -6/+6 |
| * | upd78k1/k2/k3 disassemblers: Fix branch destinations for A.n, X.n and PSW.n m... |  AJR | 2020-08-08 | 2 | -2/+2 |
| * | emumem: A little more speedup. cache and specific change syntax, and are not... |  Olivier Galibert | 2020-05-25 | 6 | -39/+28 |
| * | Minor disassembler output fix for uPD78K1/78K2 SFR-mode RMW instructions |  AJR | 2020-04-15 | 1 | -1/+1 |
| * | upd78k3: Fix disassembly of MOV A, !addr16 |  AJR | 2020-03-28 | 1 | -2/+2 |
| * | upd78k3d: Fix minor mistake in DBNZ disassembly |  AJR | 2020-03-25 | 1 | -1/+1 |
| * | upd78k3: Fix SFR identification in disassembly of MOV A,sfr and MOV sfr,A opc... |  AJR | 2020-03-23 | 1 | -4/+4 |
| * | New machines marked as NOT_WORKING |  AJR | 2020-03-09 | 2 | -4/+31 |
| * | New machines marked as NOT_WORKING |  AJR | 2020-02-25 | 2 | -8/+61 |
| * | upd78k2d, upd78k3d: Fix order of operands in instructions using two saddrs/sa... |  AJR | 2020-02-25 | 2 | -12/+12 |
| * | upd78k2d: Fix a whole batch of mistakes with disassembling 01-prefixed altern... |  AJR | 2020-02-25 | 1 | -12/+12 |
| * | srcclean and manual adjustments (nw) |  Vas Crabb | 2020-02-23 | 1 | -2/+2 |
| * | upd78k3d: Fix disassembly of 01-prefixed SFR + immediate word/byte instructio... |  AJR | 2020-02-21 | 1 | -2/+2 |
| * | upd78k3d: Correct indexing for 0A-prefixed instructions; misc. other notes & ... |  AJR | 2020-02-17 | 5 | -9/+17 |
| * | upd78k3: Include IRAM in program space; clean up code using shared pointer fi... |  AJR | 2020-02-16 | 2 | -37/+51 |
| * | upd78k3d: PUSHU/POPU save/restore PSW instead of RP5 (nw) |  AJR | 2020-02-14 | 1 | -2/+8 |
| * | upd78k2: Fix register order (nw) |  AJR | 2020-02-12 | 1 | -2/+3 |
| * | New machines marked as NOT_WORKING |  AJR | 2020-02-12 | 6 | -0/+2286 |
| * | upd78k1d: Bad masking, oops (nw) |  AJR | 2020-02-11 | 1 | -1/+1 |
| * | upd78k1d: Various subtle fixes (nw) |  AJR | 2020-02-11 | 1 | -9/+8 |
| * | Add disassemblers for NEC 78K/0, 78K/I and 78K/II MCU types |  AJR | 2020-02-10 | 12 | -0/+3969 |