summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu
Commit message (Expand)AuthorAgeFilesLines
* cpu/se3208/se3208dis.cpp, */vrender0.cpp: Clean up a few details: (#14715) cam9002025-12-252-3/+3
* Cleaned up code in VRender0-related drivers and devices: (#14453) cam9002025-12-244-1352/+1330
* cpu/z80/z80n: Skipped memory write in stackless NMI mode (#14678) holub2025-12-171-13/+19
* i86.cpp: Effective Address calculatation time varies greatly from one (#14632) donohoe002025-12-037-31/+54
* casio/pickytlk.cpp, casio/superjr.cpp: Add 8 not working systems (#14598) qufb2025-12-012-6/+14
* -sega/model2.cpp, sega/model2_v.cpp: Various improvements: (#14592) Matthew Daniels2025-12-021-0/+2
* dsp563xx: Fix regression in determining operating mode AJR2025-11-294-4/+4
* Merge branch 'release0283' into HEAD Vas Crabb2025-11-271-16/+16
|\
| * cpu/dsp563xx: This missed srcclean, do it now. Vas Crabb2025-11-262-17/+17
* | ensoniq/vfxcart.cpp: Fix various weirdness: Vas Crabb2025-11-262-19/+15
* | v5x: clear m_brc_enable in constructor cracyc2025-11-241-0/+1
* | (ut)dsp563xx: Lots of fixes Olivier Galibert2025-11-244-16/+26
* | dsp563xx: Correct a test, a couple of instructions, and add the opcode to the... Olivier Galibert2025-11-242-14/+17
* | dsp563xx: Add unit tests (virtual driver utdsp563xx) Olivier Galibert2025-11-238-342/+2056
* | akai/s3000.cpp: Updates [R. Belmont] arbee2025-11-232-6/+65
|/
* pc/pc_t1t.h: Missing change corresponding to previous commit. Also srcclean. Vas Crabb2025-11-236-119/+119
* Current Plug and Play additions (7 sets + changes needed to improve support f... mamehaze2025-11-211-5/+15
* cpu/nec/v5x.cpp: Hook up V53 timer 1 routing to the SCU, and made more SCU-re... arbee2025-11-192-1/+46
* mcs51: Add read/write slave address registers to 80c51 Olivier Galibert2025-11-192-0/+46
* cpu/sh/sh7604.cpp: fix BCR1/BCR2 and VCRDIV accessing angelosa2025-11-161-4/+25
* dsp563xx: Try not to crash when disassembling invalid data AJR2025-11-151-1/+1
* Mark the Ensoniq SD-1/32 as working. (#14500) Christian Brunschen2025-11-131-1/+0
* cpu/uml.cpp: Added UML bit field extract instructions. (#14467) Vas Crabb2025-11-068-357/+1347
* dsp563xx: CPU improvements AJR2025-11-057-30262/+37242
* [Access Virus] Analog input knobs for Virus A & B (#14461) Felipe CorrĂȘa da Silva Sanches2025-11-032-1/+37
* akai/mpc60.cpp: Updates [R. Belmont, Guru] arbee2025-11-022-18/+45
* dsp56303: fix the boot rom Olivier Galibert2025-11-021-1/+1
* Revert "Finish the correction of do/dor" Olivier Galibert2025-11-021-2/+8
* Finish the correction of do/dor Olivier Galibert2025-11-021-8/+2
* dsp563xx: Further CPU fixes AJR2025-11-024-69/+80
* dsp563xx: fix loops and their interaction with subroutine calls Olivier Galibert2025-11-022-105/+105
* dsp563xx: Fix disassembly regression with brclr #n,s,x; handle this and a few... AJR2025-11-025-135/+779
* hash/pc98_cd.xml: update QA angelosa2025-11-021-6/+0
* Merge remote-tracking branch 'upstream/dsp563xx' AJR2025-11-0210-8652/+15662
|\
| * virusb: goes all the way to the main programdsp563xx Olivier Galibert2025-11-0110-22880/+33815
* | dsp563xx: CPU improvements AJR2025-11-014-1620/+5334
* | cpu/m68000/mcf5206e.cpp: fix MBUS and DMA irq routing angelosa2025-11-012-3/+4
* | dsp563xx: Disassembly/decode fixes AJR2025-11-016-28242/+29061
* | cpu/m68000/mcf5206e.cpp: disallow do not use commands for monomach to send 0x... angelosa2025-11-011-6/+6
* | m68000/mcf5206e.cpp: provide GPIO reads, fix funcube2 ~ funcube5 battery regr... angelosa2025-11-012-18/+25
* | cpu/m68000/mcf5206e.cpp: provide MBAR relocation, and retire machine/mcf506e.cpp angelosa2025-11-012-48/+191
* | dsp56362, dsp56364: Add device stub for SHI AJR2025-10-3115-39/+456
|/
* Ensure all three virus reach 0x100 Olivier Galibert2025-10-316-22/+32
* dsp563xx: Implement enough to make the dsp56311 reach the first stage bootloa... Olivier Galibert2025-10-3110-11085/+22940
* cpu/m68000/mcf5206e.cpp: make it accept external interrupts, fix CPU space (m... angelosa2025-10-312-142/+202
* TMS32031: ABSF was mistakenly using ~man instead of -man, causing problems fo... codefrog20022025-10-311-6/+26
* src/devices/cpu/m68000: add basic state viewer for Coldfire angelosa2025-10-317-107/+523
* sega/model2_v.cpp: Pre-bind render callback delegates. Vas Crabb2025-10-311-71/+92
* i386: set cpl after all memory reads are done in i386_task_switch cracyc2025-10-281-1/+1
* dsp563xx: First stab at the interpreter infrastructure Olivier Galibert2025-10-287-78/+64325