| Commit message (Expand) | Author | Age | Files | Lines |
| * | srcclean and manual cleanup |  Vas Crabb | 3 days | 2 | -20/+18 |
| * | sonix16: Add ALU overflow test |  AJR | 4 days | 2 | -30/+24 |
| * | upd7810: fix SET_Z on OFFI/ONI instructions (#15343) |  goldnchild | 7 days | 1 | -80/+80 |
| * | sonix16: Fix order of calculations for carry flag in ALU operations; improve ... |  AJR | 7 days | 2 | -13/+38 |
| * | sonix16: Add preliminary execution core |  AJR | 8 days | 3 | -33/+745 |
| * | i86/i86.cpp: Emulate undocumented DIV/IDIV behavior for the 80(1)8x as relied... |  arbee | 8 days | 1 | -6/+23 |
| * | nec/v5x.cpp: Correctly clock the V50/V53 DMAU based on the input clock. [R. B... |  arbee | 12 days | 1 | -1/+1 |
| * | ui: Improved media control experience, cleaned up a lot of bad code. |  Vas Crabb | 13 days | 4 | -0/+8 |
| * | mcs51: Fix regression with sfr_map in derived classes |  AJR | 2026-05-08 | 1 | -1/+1 |
| * | looping: small cleanup to interrupts |  hap | 2026-05-06 | 1 | -1/+1 |
| * | hexa,brixian: increase ay clock (matches pcb videos) |  hap | 2026-05-06 | 1 | -1/+1 |
| * | ui/ui.cpp: Fixed variable name auto-complete gone wrong. |  Vas Crabb | 2026-05-04 | 1 | -1/+2 |
| * | src: fix a few non-canonical task tags |  angelosa | 2026-05-02 | 1 | -2/+4 |
| * | i8087: fix fprem1 |  cracyc | 2026-05-01 | 1 | -4/+12 |
| * | Current Plug & Play PR (1 working system, 1 nw system, 2 nw clones, 1 working... |  mamehaze | 2026-04-29 | 3 | -6/+1 |
| * | Fix mem-mem MOV on i8089 (#15286) |  bytex64 | 2026-04-29 | 1 | -0/+2 |
| * | 3rdparty: Retired softfloat2. (#15270) |  Patrick Mackinlay | 2026-04-28 | 6 | -643/+599 |
| * | m3745x: port arrays were the wrong size |  hap | 2026-04-24 | 4 | -15/+15 |
| * | upd7801: fix port C direction bits (#15232) |  Devin Acker | 2026-04-18 | 1 | -4/+8 |
| * | 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 |