| Commit message (Expand) | Author | Age | Files | Lines |
| * | nec/v5x.cpp: Correctly clock the V50/V53 DMAU based on the input clock. [R. B... |  arbee | 12 days | 1 | -1/+1 |
| * | cpu/nec: correct name after prev commit (subc, not subb) |  hap | 2026-03-02 | 3 | -21/+21 |
| * | cpu/nec: correction to addc/subb overflow flag calculation |  hap | 2026-03-02 | 3 | -38/+44 |
| * | v5x: clear m_brc_enable in constructor |  cracyc | 2025-11-24 | 1 | -0/+1 |
| * | akai/s3000.cpp: Updates [R. Belmont] |  arbee | 2025-11-23 | 2 | -6/+65 |
| * | cpu/nec/v5x.cpp: Hook up V53 timer 1 routing to the SCU, and made more SCU-re... |  arbee | 2025-11-19 | 2 | -1/+46 |
| * | nec cpu: small cleanup to spacing |  hap | 2025-08-03 | 3 | -224/+229 |
| * | nec cpu: div/divu does store a result on v33 [hap, Martin Donlon] |  hap | 2025-08-03 | 4 | -45/+53 |
| * | nec cpu: update mul/div cycles |  hap | 2025-08-03 | 1 | -12/+12 |
| * | i86/nec: correction to idiv overflow |  hap | 2025-07-31 | 1 | -8/+12 |
| * | nec cpu: fix issue with prefetch (can't do prev_icount - m_icount to determin... |  hap | 2025-07-16 | 8 | -111/+110 |
| * | nec cpu: rep opcodes are interruptable |  hap | 2025-07-15 | 5 | -132/+205 |
| * | add preliminary driver for Casio FZ series samplers (#13623) |  Devin Acker | 2025-04-29 | 2 | -10/+27 |
| * | v25: Fix syntax error in previous commit |  AJR | 2024-12-20 | 1 | -2/+2 |
| * | v25: Correct mistaken idea about DMA |  AJR | 2024-12-20 | 1 | -2/+2 |
| * | v25: Improve peripheral emulation |  AJR | 2024-12-18 | 3 | -11/+291 |
| * | diexec: Add callback to allow debugger to break into the middle of wait-type ... |  AJR | 2024-11-17 | 2 | -2/+2 |
| * | nec/v25sfr.cpp: Fix BRG logging message |  AJR | 2024-11-12 | 1 | -2/+2 |
| * | cpu/nec/v25sfr.cpp: Logging fixes |  AJR | 2024-10-03 | 1 | -4/+4 |
| * | v25: Add stubs for serial interface registers |  AJR | 2024-10-01 | 3 | -0/+120 |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 3 | -15/+15 |
| * | diexec: remove vestigal execute_input_lines() |  hap | 2024-09-18 | 2 | -2/+0 |
| * | casio/zoomer.cpp: Emulated Casio/Tandy "Zoomer" PDA. (#12739) |  Devin Acker | 2024-09-11 | 3 | -1/+11 |
| * | v25: Add address translation for IDB window |  AJR | 2023-07-18 | 3 | -8/+21 |
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 2 | -17/+5 |
| * | emu/devfind.h: Added a lookup() member function to device finders. |  Vas Crabb | 2023-06-12 | 1 | -20/+20 |
| * | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 2 | -12/+12 |
| * | cpu/nec: Fixed build; also, srcclean |  Vas Crabb | 2023-03-26 | 1 | -2/+2 |
| * | cpu/nec: Implemented bitfield instructions INS and EXT. |  Nigel Barnes | 2023-03-25 | 1 | -2/+45 |
| * | dimemory: Add the target address space to translate, wrap the constants |  Olivier Galibert | 2023-03-18 | 2 | -2/+4 |
| * | mpc3000: Hook up timer interrupts |  AJR | 2023-03-16 | 1 | -1/+1 |
| * | Interrupt callback rationalization |  AJR | 2023-03-11 | 2 | -2/+2 |
| * | cpu/nec: remove logerror on HLT opcode |  hap | 2022-12-27 | 2 | -2/+2 |
| * | nec/pc88va.cpp: overhaul, make most software to start running with pc88va2 (#... |  Angelo Salese | 2022-12-14 | 2 | -1/+15 |
| * | v25: Call exception hook on bankswitch interrupt |  AJR | 2022-10-20 | 1 | -0/+3 |
| * | cpu/nec: Fix crash on encountering invalid LDEA |  AJR | 2022-10-20 | 1 | -1/+1 |
| * | Revert "v25: IF only masks externally vectored interrupts" |  AJR | 2022-10-20 | 1 | -2/+7 |
| * | v25: IF only masks externally vectored interrupts |  AJR | 2022-10-19 | 1 | -7/+2 |
| * | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -1/+1 |
| * | nec.cpp: Add support for EXT reg,imm4 and INS reg,imm4 (#9793) |  wilbertpol | 2022-05-21 | 1 | -0/+45 |
| * | diexec: optionally resynchronize to the implicit clock domain on clock freque... |  Olivier Galibert | 2022-05-17 | 2 | -2/+2 |
| * | src/devices/cpu: Remove #include "debugger.h" where no longer necessary |  AJR | 2022-04-06 | 2 | -4/+0 |
| * | Debugger feature improvements |  AJR | 2022-03-27 | 1 | -41/+41 |
| * | devices/*: Removed extra semicolons after function bodies in headers. (#9275) |  0kmg | 2022-02-06 | 2 | -2/+2 |
| * | Debugger-related feature removals and cleanup |  AJR | 2021-08-15 | 2 | -10/+0 |
| * | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 1 | -1/+1 |
| * | v40, v50, v53: Allow configuration registers to be read back |  AJR | 2020-12-29 | 2 | -18/+72 |
| * | lbpc: Updates |  AJR | 2020-12-22 | 2 | -8/+62 |
| * | cpu/nec: use anonymous namespaces to avoid ODR violations with enums |  Vas Crabb | 2020-08-11 | 6 | -6/+19 |
| * | emumem: A little more speedup. cache and specific change syntax, and are not... |  Olivier Galibert | 2020-05-25 | 4 | -10/+16 |