summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu
Commit message (Expand)AuthorAgeFilesLines
* 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
* mn1860: Finish disassembly AJR2021-04-231-8/+10
* mn1860: Reassign another pair of opcodes for disassembly AJR2021-04-221-4/+4
* risc2500/tasc: fixed high pitched sound problem hap2021-04-221-3/+6
* mips3: Ensure there is at least 1 cycle to be counted after reading Count. Wi... Aaron Giles2021-04-221-0/+12
* rx01: Preliminary, untested host interface AJR2021-04-203-20/+176
* mn1880d.cpp: Minor documentation fixes AJR2021-04-191-2/+2
* mn1860: Identify another 2 opcodes in disassembly AJR2021-04-191-4/+14
* mn1860: Recognize two more opcodes in disassembly AJR2021-04-191-4/+10
* nscsi: Add dump and skeleton device for Sony CDU561-25 CD-ROM drive [Bitsavers] AJR2021-04-162-0/+36
* mc68hc11: Fix bug causing DES to decrement IX rather than the stack pointer AJR2021-04-161-1/+1
* h8: Fix disassembly of abs16 Olivier Galibert2021-04-131-1/+1
* mn1880d.h: Fix comment AJR2021-04-081-1/+1
* unidasm: Add preliminary MN1860 disassembler (still missing a few opcodes due... AJR2021-04-082-8/+74
* h8: Add the h8/3032 Olivier Galibert2021-04-072-0/+345