summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into deprecateddeprecated Aaron Giles2021-06-2127-128/+414
|\
| * h8500: Add mode control and EPROM variant types AJR2021-06-209-14/+81
| * re-enable SHARC recompiler for Gradius 4 Ville Linde2021-06-182-2/+10
| * sharc: Cycle-based DMA. Added support for write stalling. Ville Linde2021-06-173-27/+161
| * hd6120: Prevent PEX from changing AC AJR2021-06-141-0/+1
| * Added helpers for 64-bit count leading zeroes/ones. Vas Crabb2021-06-1313-43/+32
| * hd6120: Rewrite notes AJR2021-06-121-14/+28
| * m68kfpu: Support all FSINCOS encodings, fix multiple bugs in FMOVEM. [R. Belm... arbee2021-06-111-25/+21
| * m68kfpu: fix missing break statements [R. Belmont] arbee2021-06-071-0/+2
| * m68kfpu: implement FGETMAN and FSINCOS. Photoshop 3.0 starts & loads pictures... arbee2021-06-071-5/+80
* | Clean up the alto2 mess. Aaron Giles2021-06-077-40/+29
|/
* Fix clang error: no case matching constant switch condition '1' [-Werror] AJR2021-06-041-0/+6
* ns32000: formatting Patrick Mackinlay2021-06-041-1984/+1983
* ns32000: prepare for mmu Patrick Mackinlay2021-06-043-323/+609
* srcclean for release Vas Crabb2021-05-233-3/+3
* cpu16dasm.cpp: Fix weird editing error AJR2021-05-211-1/+1
* unidasm: Add CPU16 disassembler AJR2021-05-212-0/+1467
* dsp56000: Fix null pointer bugs in disassembler AJR2021-05-201-2/+2
* hd6120: Don't clear INTGNT after an external IOT when executing in panel mode AJR2021-05-201-1/+1
* decmate2, decmate3: Emulate HD-6120 CPU; add enough I/O to initialize various... AJR2021-05-192-0/+1573
* pdp8: Rewrite disassembler; add alternate disassembly for HD-6120 AJR2021-05-192-148/+898
* i286: clear m_fire_trap before interrupt cracyc2021-05-171-1/+1
* bublbobl,kikikai: remove embedded mcu io ports emulation and use m6801 io map... hap2021-05-141-0/+2
* hd6301x: add overrides for port 3 data hap2021-05-143-39/+59
* m68k: header update. [R. Belmont] arbee2021-05-131-2/+2
* m68k: backport FPU fixes from upstream Musashi [R. Belmont, Jean-Francois Fabre] arbee2021-05-131-41/+71
* hd6301y: small fix to port 6 handshake irq hap2021-05-134-60/+66
* hd6301y: preliminary support for port 6 handshaking hap2021-05-133-8/+122
* ucom4d: changed to PAGED 8bits hap2021-05-132-25/+3
* cop01: let's add imperfect sound flag for cop01 too hap2021-05-121-1/+1
* nb1412m2: don't return a bool for uint8 hap2021-05-121-1/+1
* m68kfpu: support instructions with 80-bit FP immediate values. (GitHub issue ... arbee2021-05-111-0/+5
* m6800: remove outdated captain's log hap2021-05-103-47/+0
* m6800: account interrupt cycles for timer counter hap2021-05-106-64/+64
* ns32000: correct operand read/write bus space Patrick Mackinlay2021-05-102-95/+96
* cdr-254sh: Skeleton Olivier Galibert2021-05-102-0/+358
* pdp8: Make this skeleton CPU file buildable AJR2021-05-092-16/+12
* ns32000: fix spr instruction Patrick Mackinlay2021-05-091-29/+25
* hd6301x, hd6301y & derivatives: Updates to internal peripheral emulation AJR2021-05-082-6/+206
* ns32000.cpp: Fix clang error: operator '?:' has lower precedence than '+'; '+... AJR2021-05-071-8/+8
* ns32000: bug fix Patrick Mackinlay2021-05-072-197/+283
* m5074x: Add port pullup configuration AJR2021-05-062-16/+18
* ns32000: disassembler fixes Patrick Mackinlay2021-05-051-3/+3
* mn1880: Tentatively identify some interrupt registers; update notes AJR2021-05-012-5/+47
* m68k: Implement FMOVEM mode 0b11 (#8022) Calvin Buckley2021-04-301-0/+4
* fmtowns: fix typo on prev commit hap2021-04-281-6/+6
* mn1880: Add preliminary CPU emulation AJR2021-04-272-56/+2412
* lc80: separate the two sets instead of bios (not identical hardware) hap2021-04-261-1/+1
* -cpu/score: Added bittgl! opcode. Sandro Ronco2021-04-243-19/+13
* cpu/score: performance optimization. Sandro Ronco2021-04-242-3/+10