| Commit message (Expand) | Author | Age | Files | Lines |
| * | 3rdparty/asmjit: Sync with upstream version 1.21. (#15205) |  Patrick Mackinlay | 2026-04-09 | 2 | -2/+2 |
| * | z8: Fix disassembly of opcode D7 (LD x(r2), r1 - indexed register write) (#15... |  Hannes Janetzek | 2026-04-07 | 1 | -1/+1 |
| * | Cleaned up unsupportable legacy stuff: |  Vas Crabb | 2026-04-06 | 3 | -7755/+2 |
| * | h8_sci: correct m_ssr_read logic |  hap | 2026-04-05 | 1 | -1/+5 |
| * | h8_sci: add todo note |  hap | 2026-04-05 | 17 | -59/+51 |
| * | sinclair/specnext.cpp: Refactored NMI handling. (#15086) |  holub | 2026-04-05 | 2 | -10/+0 |
| * | Various cleanups: |  Vas Crabb | 2026-04-04 | 5 | -151/+169 |
| * | cpu/powerpc: Fix several errors in the 601 legacy POWER instructions [R. Belm... |  arbee | 2026-04-02 | 1 | -14/+10 |
| * | m680x0: only allow one fault per instruction at a time (#15175) |  Patrick Mackinlay | 2026-03-31 | 1 | -0/+4 |
| * | cpu/tlcs900/tmp94c241_serial.cpp: Let's not break encapsulation and add gratu... |  Vas Crabb | 2026-03-30 | 4 | -67/+118 |
| * | bus/centronics: Add NEC PC-6022 plotter [Devin Acker] (#15162) |  Devin Acker | 2026-03-28 | 4 | -118/+146 |
| * | Fixed things C++20 doesn't allow: |  Vas Crabb | 2026-03-29 | 6 | -73/+65 |
| * | mcs51: Change address space names to resemble those used by Intel's tools |  AJR | 2026-03-27 | 4 | -100/+93 |
| * | bus/pci/sis6326.cpp: add shifter behaviour on High/True Color depths |  angelosa | 2026-03-25 | 1 | -1/+1 |
| * | Fixed various things that C++20 doesn't allow: |  Vas Crabb | 2026-03-25 | 1 | -8/+6 |
| * | cpu/i386/i386.cpp: add CPUID brand ID for Pentium 3 and 4 |  angelosa | 2026-03-23 | 3 | -0/+5 |
| * | Ran srcclean across the source. |  Vas Crabb | 2026-03-22 | 3 | -6/+6 |
| * | m6502: route core fetch/data/write paths through interruptible accesses (#15121) |  Stuart Inglis | 2026-03-20 | 15 | -110/+128 |
| * | m68008: Update SR only after popping both stack bytes on RTE. (#11288) [Olivi... |  Curt Coder | 2026-03-19 | 5 | -23977/+23965 |
| * | w65c02, w65c02s, etc.: De-virtualize SBC implementation |  AJR | 2026-03-18 | 7 | -31/+37 |
| * | m6502: small refactor to do_sbc_d to make it easier to see the difference bet... |  hap | 2026-03-18 | 2 | -3/+7 |
| * | cpu/m6502: Modify SBC decimal adjust algorithm for 65C02, which differs from ... |  AJR | 2026-03-18 | 3 | -1/+22 |
| * | tmp94c241: Add serial port sub-device with I/O interface mode (#15015) |  Felipe CorrĂȘa da Silva Sanches | 2026-03-17 | 4 | -136/+522 |
| * | Some prep work for extending offs_t to 64 bits. [Vas Crabb, Ryan Holtz] |  Vas Crabb | 2026-03-18 | 19 | -123/+153 |
| * | z80,6502,i86: no need for that m_reset_time local variable |  hap | 2026-03-15 | 6 | -15/+5 |
| * | fix(sh7604): fix three register access bugs (#15101) |  JOTEGO | 2026-03-14 | 1 | -3/+3 |
| * | sh/sh7709s.cpp: Fix LRU cache replacement updates (#15098) |  Jesus Ramos | 2026-03-14 | 1 | -2/+2 |
| * | z80,6502,i86: don't accept nmi at reset time |  hap | 2026-03-14 | 6 | -32/+39 |
| * | cpu/sharc/compute.hxx: More detailed floating point mulitply and add/sub emul... |  Vas Crabb | 2026-03-13 | 3 | -151/+161 |
| * | sh/sh7709s.cpp: Update bank conflict precharge penalty timing (#15087) |  Jesus Ramos | 2026-03-12 | 2 | -12/+28 |
| * | g65816: XBA always takes 3 cycles (#15088) |  arekkusu42 | 2026-03-12 | 1 | -1/+1 |
| * | sh/sh7709s.cpp: Convert the cpu cycles to bus cycles properly (#15078) |  Jesus Ramos | 2026-03-10 | 2 | -76/+47 |
| * | luxor/abc1600: Refactor the MAC into a 68008 MMU. |  Curt Coder | 2026-03-10 | 2 | -7/+48 |
| * | cpu/sharc/compute.hxx: Fixed saturation without resorting to comparisons. |  Vas Crabb | 2026-03-10 | 1 | -1/+1 |
| * | cpu/sharc/compute.hxx: Share interpreter code for some single ALU ops and dua... |  Vas Crabb | 2026-03-10 | 3 | -400/+382 |
| * | cpu/sharc: More detailed emulation of floating point addition, subtraction an... |  Vas Crabb | 2026-03-10 | 1 | -91/+191 |
| * | cpu/sharc: More ALU refinements for the interpreter: |  Vas Crabb | 2026-03-09 | 1 | -61/+85 |
| * | cpu/sharc: Better ALU emulation for interpreter: |  Vas Crabb | 2026-03-09 | 4 | -391/+468 |
| * | sh/sh7709s.cpp: Fix bug in DRC memory accessor using clobbered IO reg (#15074) |  Jesus Ramos | 2026-03-08 | 1 | -11/+22 |
| * | Missing emu.h |  Olivier Galibert | 2026-03-08 | 1 | -0/+1 |
| * | cpu/sharc: Implemented saturation for ALU dual add/subtract in interpreter. |  Vas Crabb | 2026-03-08 | 1 | -18/+13 |
| * | cpu/sharc: Fixed several interpreter issues: |  Vas Crabb | 2026-03-08 | 4 | -25/+82 |
| * | cpu/sharc/sharcdrc.cpp: Fixed Rn = Rx + CI - 1 ALU operation. |  Vas Crabb | 2026-03-08 | 1 | -2/+2 |
| * | -cpu/sharc: More recompiler improvements: |  Vas Crabb | 2026-03-08 | 6 | -205/+221 |
| * | cpu/sh: Add cv1k SH7709S cache handling behavior for slowdown emulation (#15054) |  Jesus Ramos | 2026-03-07 | 4 | -38/+618 |
| * | cpu/sharc: Implemented a bit more functionality and fixed bugs: |  Vas Crabb | 2026-03-07 | 11 | -328/+535 |
| * | st9: Fix operand disassembly for PUSH(U)W immediate |  ajrhacker | 2026-03-06 | 1 | -1/+1 |
| * | cpu/drcbex64.cpp: Avoid unnecessarily changing SSE mode on SETFMOD and when l... |  Vas Crabb | 2026-03-06 | 1 | -18/+57 |
| * | cpu/sharc/compute.hxx: Fixed my dumb typo. |  Vas Crabb | 2026-03-06 | 1 | -1/+1 |
| * | cpu/sharc: Implemented fixed point clip and saturating arithmetic in interpre... |  Matthew Daniels | 2026-03-06 | 3 | -47/+67 |