summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu
Commit message (Expand)AuthorAgeFilesLines
* ibm/rosetta.cpp: implement debugger address translation Patrick Mackinlay2025-08-293-66/+94
* i386: throw faults from i386_trap so double and triple faults can be handled ... cracyc2025-08-1310-75/+75
* cpu/drcbearm64.cpp: Don't sign extend word register loads into upper 32 bits ... Vas Crabb2025-08-081-6/+6
* -cpu/drcbex86.cpp: Not nuking the destination register on 64-bit rotate is im... Vas Crabb2025-08-051-33/+57
* nec cpu: small cleanup to spacing hap2025-08-033-224/+229
* nec cpu: div/divu does store a result on v33 [hap, Martin Donlon] hap2025-08-034-45/+53
* nec cpu: update mul/div cycles hap2025-08-031-12/+12
* Fix up various things: Vas Crabb2025-08-012-9/+10
* i86/nec: correction to idiv overflow hap2025-07-316-20/+31
* srcclean and cleanup Vas Crabb2025-07-274-143/+143
* sinclair/spectrum_v.cpp: Added ULA snow effect support [holub, spectramine] (... holub2025-07-241-0/+1
* cpu/z80n: Updated timings for z80n instructions (#13985) holub2025-07-241-3/+19
* m68010 ctor accepts type param (#13973) Adam Billyard2025-07-212-3/+11
* nec cpu: fix issue with prefetch (can't do prev_icount - m_icount to determin... hap2025-07-168-111/+110
* nec cpu: rep opcodes are interruptable hap2025-07-155-132/+205
* Add support for Freescale mcf5206e peripherals for Pluto 6 emulation (#13261) Naoki Saito2025-07-137-13/+1680
* machine/macseconds.cpp: mix-in to consolidate all of the copy-pastes of the M... arbee2025-07-123-19/+20
* cpu/mb86233: sort out register update priority (#13950) Matthew Daniels2025-07-122-26/+54
* apple/apple2gs.cpp: Generate ADB IRQs for incoming mouse data, not just keybo... arbee2025-07-051-5/+5
* apple/macpwrbkmsc.cpp: Improved operation for all supported PowerBook Duos. [... arbee2025-07-032-15/+72
* sh/sh7604: hookup UBC BARA/BARB r/w angelosa2025-07-022-0/+90
* Clean up various stuff. Vas Crabb2025-07-012-40/+41
* -sound/js_sound.cpp: Blind attempt at updating for base class changes. Vas Crabb2025-06-272-4/+4
* srcclean Vas Crabb2025-06-253-7/+7
* dpatrol: added bd3.d1 prom [Bitsavers] hap2025-06-191-9/+11
* m6809: don't reset physical input pins state at device_reset hap2025-06-152-3/+1
* i960: Make shli produce identical value to shlo because later models where th... AJR2025-06-142-8/+33
* z80: don't clear all input pins state at reset hap2025-06-102-5/+6
* cpu/m6800/m6801.cpp: Corrected the ICR read handlers. (#13799) m1macrophage2025-06-091-2/+2
* misc skeleton cpu: add SAVE_UNSUPPORTED flag hap2025-06-084-4/+10
* minx: add savestates hap2025-06-081-0/+38
* pdp1: add savestates hap2025-06-082-19/+50
* -sound/xaudio2_sound.cpp: Use abuffer for bufferring input. Vas Crabb2025-06-071-2/+2
* 6809dasm: use < symbol for direct addressing hap2025-06-041-19/+19
* hlcd0538: add hlcd0607 hap2025-06-042-2/+2
* cpu/sharc: correctly align 32-bit data transfers using PM bus (#13770) Matthew Daniels2025-06-031-2/+3
* z80: fix debugger h flag hap2025-06-031-1/+1
* z80: use z80 terminology for the flag vars hap2025-06-034-341/+344
* z80: support accessing F register in debugger hap2025-06-032-3/+4
* z80: set the flags after loadstate hap2025-06-035-12/+19
* cpu/z80: Handled flags lazily (#13729) holub2025-06-035-450/+736
* misc: small spelling correction hap2025-05-291-1/+1
* m68k: make pc-relative disassembly a little nicer to read Olivier Galibert2025-05-261-2/+1
* various VT3xx (mostly VT369) work + some other VT refactoring, many sets now ... mamehaze2025-05-236-0/+312
* i386: check cpl in verr and verw cracyc2025-05-203-10/+17
* cpu/z80: Flatten 16b rw operations in order to avoid vars manipulations (#13676) holub2025-05-192-154/+86
* cpu/mb86235: Improve TGPx4 interpreter (#13718) Matthew Daniels2025-05-187-526/+697
* hd6309: correct branch cycles in native mode hap2025-05-161-10/+2
* deco16: turn off verbose log flag hap2025-05-141-1/+1
* i386: check for fault before setting register cracyc2025-05-113-17/+25