summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu
Commit message (Expand)AuthorAgeFilesLines
* srcclean and manual cleanup Vas Crabb4 days2-20/+18
* sonix16: Add ALU overflow test AJR5 days2-30/+24
* upd7810: fix SET_Z on OFFI/ONI instructions (#15343) goldnchild7 days1-80/+80
* sonix16: Fix order of calculations for carry flag in ALU operations; improve ... AJR8 days2-13/+38
* sonix16: Add preliminary execution core AJR8 days3-33/+745
* i86/i86.cpp: Emulate undocumented DIV/IDIV behavior for the 80(1)8x as relied... arbee9 days1-6/+23
* nec/v5x.cpp: Correctly clock the V50/V53 DMAU based on the input clock. [R. B... arbee12 days1-1/+1
* ui: Improved media control experience, cleaned up a lot of bad code. Vas Crabb13 days4-0/+8
* mcs51: Fix regression with sfr_map in derived classes AJR2026-05-081-1/+1
* looping: small cleanup to interrupts hap2026-05-061-1/+1
* hexa,brixian: increase ay clock (matches pcb videos) hap2026-05-061-1/+1
* ui/ui.cpp: Fixed variable name auto-complete gone wrong. Vas Crabb2026-05-041-1/+2
* src: fix a few non-canonical task tags angelosa2026-05-021-2/+4
* i8087: fix fprem1 cracyc2026-05-011-4/+12
* Current Plug & Play PR (1 working system, 1 nw system, 2 nw clones, 1 working... mamehaze2026-04-293-6/+1
* Fix mem-mem MOV on i8089 (#15286) bytex642026-04-291-0/+2
* 3rdparty: Retired softfloat2. (#15270) Patrick Mackinlay2026-04-286-643/+599
* m3745x: port arrays were the wrong size hap2026-04-244-15/+15
* upd7801: fix port C direction bits (#15232) Devin Acker2026-04-181-4/+8
* 3rdparty/asmjit: Sync with upstream version 1.21. (#15205) Patrick Mackinlay2026-04-092-2/+2
* z8: Fix disassembly of opcode D7 (LD x(r2), r1 - indexed register write) (#15... Hannes Janetzek2026-04-071-1/+1
* Cleaned up unsupportable legacy stuff: Vas Crabb2026-04-063-7755/+2
* h8_sci: correct m_ssr_read logic hap2026-04-051-1/+5
* h8_sci: add todo note hap2026-04-0517-59/+51
* sinclair/specnext.cpp: Refactored NMI handling. (#15086) holub2026-04-052-10/+0
* Various cleanups: Vas Crabb2026-04-045-151/+169
* cpu/powerpc: Fix several errors in the 601 legacy POWER instructions [R. Belm... arbee2026-04-021-14/+10
* m680x0: only allow one fault per instruction at a time (#15175) Patrick Mackinlay2026-03-311-0/+4
* cpu/tlcs900/tmp94c241_serial.cpp: Let's not break encapsulation and add gratu... Vas Crabb2026-03-304-67/+118
* bus/centronics: Add NEC PC-6022 plotter [Devin Acker] (#15162) Devin Acker2026-03-284-118/+146
* Fixed things C++20 doesn't allow: Vas Crabb2026-03-296-73/+65
* mcs51: Change address space names to resemble those used by Intel's tools AJR2026-03-274-100/+93
* bus/pci/sis6326.cpp: add shifter behaviour on High/True Color depths angelosa2026-03-251-1/+1
* Fixed various things that C++20 doesn't allow: Vas Crabb2026-03-251-8/+6
* cpu/i386/i386.cpp: add CPUID brand ID for Pentium 3 and 4 angelosa2026-03-233-0/+5
* Ran srcclean across the source. Vas Crabb2026-03-223-6/+6
* m6502: route core fetch/data/write paths through interruptible accesses (#15121) Stuart Inglis2026-03-2015-110/+128
* m68008: Update SR only after popping both stack bytes on RTE. (#11288) [Olivi... Curt Coder2026-03-195-23977/+23965
* w65c02, w65c02s, etc.: De-virtualize SBC implementation AJR2026-03-187-31/+37
* m6502: small refactor to do_sbc_d to make it easier to see the difference bet... hap2026-03-182-3/+7
* cpu/m6502: Modify SBC decimal adjust algorithm for 65C02, which differs from ... AJR2026-03-183-1/+22
* tmp94c241: Add serial port sub-device with I/O interface mode (#15015) Felipe CorrĂȘa da Silva Sanches2026-03-174-136/+522
* Some prep work for extending offs_t to 64 bits. [Vas Crabb, Ryan Holtz] Vas Crabb2026-03-1819-123/+153
* z80,6502,i86: no need for that m_reset_time local variable hap2026-03-156-15/+5
* fix(sh7604): fix three register access bugs (#15101) JOTEGO2026-03-141-3/+3
* sh/sh7709s.cpp: Fix LRU cache replacement updates (#15098) Jesus Ramos2026-03-141-2/+2
* z80,6502,i86: don't accept nmi at reset time hap2026-03-146-32/+39
* cpu/sharc/compute.hxx: More detailed floating point mulitply and add/sub emul... Vas Crabb2026-03-133-151/+161
* sh/sh7709s.cpp: Update bank conflict precharge penalty timing (#15087) Jesus Ramos2026-03-122-12/+28
* g65816: XBA always takes 3 cycles (#15088) arekkusu422026-03-121-1/+1