summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu
Commit message (Expand)AuthorAgeFilesLines
* Clones promoted to working hap2023-05-083-16/+37
* mcs51: implement serial input/output as bit stream (#11190) Patrick Mackinlay2023-05-083-122/+231
* mn1400: add i/o ports hap2023-05-075-43/+143
* zr36110: Add skeleton Olivier Galibert2023-05-072-7/+7
* mn1400: add most opcodes hap2023-05-074-8/+147
* mn1400: add opcode placeholders hap2023-05-075-1/+465
* mn1400: add pinout reference hap2023-05-063-2/+42
* mn1400: add mn1405 device hap2023-05-064-22/+52
* mn1400: add device skeleton hap2023-05-067-7/+343
* csplayh5: rename to hrdvd (High Rate DVD) Olivier Galibert2023-05-051-1/+1
* -casio/cz101.cpp: Added MIDI I/O and got it booting fully. (#11185) Devin Acker2023-05-052-16/+33
* powerpc: added 740 and 750 models to give the correct IDs. The 740/750 extend... arbee2023-05-013-1/+26
* mn1400: add disassembler hap2023-05-0117-544/+684
* cpu/z80: Fixed incorrect cycle counts when custom cycle tables are used. (#11... wilbertpol2023-05-012-2/+11
* cpu/i386: Use logmacro.h granular logging. (#11171) Luigi Thirty2023-04-308-228/+243
* cpu/mips, sgi/sgi.cpp: Fixed MIPS3 PRID and memory controller RPSS issues: (#... Jiaxun Yang2023-04-303-2/+15
* kpython: Change CPU to PS/2 Emotion Engine AJR2023-04-292-51/+149
* m88000: fix subtraction borrow out Patrick Mackinlay2023-04-251-5/+5
* m88000: fix interrupts Patrick Mackinlay2023-04-231-17/+45
* srcclean in preparation for release Vas Crabb2023-04-237-37/+41
* i960: Shift opcode fixes AJR2023-04-221-5/+10
* yamaha: new GEW7 and GEW12 machines, various GEW8/MultiPCM improvements (#11105) Devin Acker2023-04-224-0/+599
* New systems marked not working hap2023-04-211-1/+1
* m88000: improve exception handling Patrick Mackinlay2023-04-212-111/+275
* smc1102: added timer hap2023-04-204-11/+68
* cpu/psx/rcnt.cpp: Suppress side effects. Vas Crabb2023-04-211-13/+16
* namco/namcos10.cpp: Added CD-ROM drive support and I/O for Taiko games. (#11131) 9871238791132023-04-212-1/+16
* v810/v810.cpp: separate irqs into individual lines as a PoC (#11088) Angelo Salese2023-04-202-73/+99
* New working systems hap2023-04-193-101/+101
* namco/namcos10.cpp: More dumps/redumps, new decryption devices, and more I/O ... 9871238791132023-04-192-10/+35
* cpu/v810: Suppress I/O space properly when it has no configured map. Vas Crabb2023-04-181-4/+13
* bus/gio64/newport.cpp, cpu/mips/mips3.cpp: Fixed issues affecting IRIX. (#11117) Jiaxun Yang2023-04-181-9/+10
* cpu/m6502: More this-> for templatey goodness. Vas Crabb2023-04-171-3/+3
* cpu/m6502: Template 6502 microcontroller helper on underlying CPU type. Vas Crabb2023-04-176-84/+127
* smc1102: add lcd and interrupt handling hap2023-04-147-133/+298
* mn1880: Fix execution of various instructions AJR2023-04-101-7/+10
* smc1102: add opcode placeholders and microinstructions hap2023-04-105-62/+187
* tmp68301: Fix confusion between internal copy of SR and interrupt in-service ... AJR2023-04-091-1/+1
* seta2: Fix samshoot and derivatives. Note, the parallel port is Olivier Galibert2023-04-091-1/+1
* h8_dma: Enable DEND interrupts AJR2023-04-086-24/+37
* h83003: Expose all four TEND outputs AJR2023-04-082-11/+11
* v810/v810.cpp: make opcode timings a bit more faithful to reality (#11079) Angelo Salese2023-04-082-139/+189
* m6809: Read reset vector during execute_run rather than device_reset to facil... AJR2023-04-083-6/+5
* smc1102: add device skeleton hap2023-04-0716-79/+220
* smc1102: add disassembler hap2023-04-067-142/+171
* tmp68301: add missing header Patrick Mackinlay2023-04-061-0/+1
* m88000: fix unsigned division Patrick Mackinlay2023-04-051-1/+3
* add undocumented instructions and dissasembler (#11050) tim lindner2023-04-045-811/+1066
* tmp68301: Remove leftover debug break and reduce log spam Olivier Galibert2023-04-041-5/+3
* i8x9x: Fix a case where events could be delayed by mistake Olivier Galibert2023-04-041-2/+2