summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu
Commit message (Expand)AuthorAgeFilesLines
* m68040: Stop CINV DATA instruction from causing F-line exception AJR2019-06-272-0/+6
* t11: switch to MACRO-11 syntax, decode deferred addressing modes (nw) Sergey Svishchev2019-06-251-33/+47
* srcclean (nw) Vas Crabb2019-06-235-55/+55
* bcpdasm: Correct some instruction decodings and formats (nw) AJR2019-06-222-5/+5
* Add disassembler and skeleton device for DP8344 Biphase Communications Processor AJR2019-06-224-0/+1988
* i8x9x: Add baud rate register (nw) AJR2019-06-222-1/+13
* mega32x.cpp: refactor and convert read/write handlers to 16-bit space [Angelo... Angelo Salese2019-06-222-7/+7
* sh2.cpp: first pass over SH7604 SoC refactoring [Angelo Salese] Angelo Salese2019-06-214-419/+1012
* mindset: Hack the interrupts a little more [O. Galibert] Olivier Galibert2019-06-211-0/+1
* riscii: Add the register space (nw) AJR2019-06-202-7/+37
* riscii: Minor update (nw) AJR2019-06-201-3/+4
* riidasm: Correct order of parameters for MOVRP and MOVPR (nw) AJR2019-06-201-4/+4
* Preliminary disassembler and skeleton CPU device for Elan RISC II/RII series ... AJR2019-06-204-0/+759
* z180: Fix copy-and-paste error (nw) AJR2019-06-171-1/+1
* z180: Separate out internal registers by function; get rid of a lot of not-so... AJR2019-06-174-1110/+735
* ucom4: remove global enum (nw) hap2019-06-163-44/+43
* mcs48: Further distinction of UPI variants (nw) AJR2019-06-162-46/+74
* mindset: Fix the 8042s, clock starts ticking [O. Galibert] Olivier Galibert2019-06-162-1/+15
* hmcs40: remove port enum (nw) hap2019-06-161-12/+0
* mcs48: Update documentation (nw) AJR2019-06-161-6/+10
* XaviX logical improvements (nw) (#5244) David Haywood2019-06-167-290/+1032
* unsp.cpp: Fix device validation error (nw) AJR2019-06-151-1/+1
* unsp, spg110, spg2xx, sunplus_gcm394: Fix maps by unifying SoC devices with C... AJR2019-06-152-23/+38
* Merge pull request #5238 from DavidHaywood/140619 R. Belmont2019-06-143-10/+54
|\
| * xavix - store the extra codebank byte in a private stack when making long cal... DavidHaywood2019-06-143-10/+54
* | tms7000: apply tim's fix for timer divider (nw) hap2019-06-141-1/+1
|/
* Fix PMMU translation error that broke macii (nw) AJR2019-06-131-1/+1
* m68kcpu: Apply byte smearing to PMMU as well (nw) AJR2019-06-121-61/+67
* Fix up some commented out testing code (nw) Melissa Goad2019-06-121-2/+3
* Remove some msvc warnings (nw) yz70s2019-06-122-0/+8
* mcs48dsm.cpp: Add (unemulated) CMOS IDL opcode (nw) AJR2019-06-071-0/+1
* m68kcpu: Alternate implementation suggested by Olivier Galibert (nw) AJR2019-06-071-4/+4
* Accurate byte-smearing write behavior for 32-bit members of the M68K family AJR2019-06-061-3/+48
* devcb: Eliminate legacy callback syntax (nw) AJR2019-06-063-12/+0
* m6805: flag fix (nw) Patrick Mackinlay2019-06-041-1/+1
* m6502: remove unused 0byte file (nw) hap2019-06-031-0/+0
* Fix clang error: unused variable 'DMAFLAG' [-Werror,-Wunused-const-variable] ... AJR2019-06-021-20/+23
* cpu/jaguar/jaguar.cpp : Additional notes cam9002019-06-021-1/+1
* cpu/jaguar/*.cpp : Updates cam9002019-06-024-459/+485
* arm: use standard_irq_callback (nw) hap2019-05-312-27/+7
* arm: disable nested irq hack again for testing (nw) hap2019-05-301-2/+2
* arm: add back wrong interrupt handling and make it an option (nw) hap2019-05-302-4/+17
* arm: blocking irq here isnt right, this fixes chessmachine isa card lockup (nw) hap2019-05-301-8/+2
* srcclean (nw) Vas Crabb2019-05-267-21/+21
* i386: fix enter insn (nw) cracyc2019-05-252-6/+26
* arm: missing copyright holder (nw) hap2019-05-254-5/+7
* -r4000: Added bus error functionality. [Ryan Holtz] mooglyguy2019-05-252-6/+43
* m68000: fixed the real MMU problem Domain/OS was having; Mac still works. [Ha... arbee2019-05-231-1/+1
* r4000: fix brain damage (nw) Patrick Mackinlay2019-05-231-1/+1
* r4000: sgi ide fixes (nw) Patrick Mackinlay2019-05-232-55/+277