summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu
Commit message (Expand)AuthorAgeFilesLines
...
* Revert ac0d80ee which broke both Mac OS and HP-UX [R. Belmont] arbee2019-05-221-1/+1
* ax208 disassembly improvements (nw) (#5088) David Haywood2019-05-202-68/+600
* i386: Improve splitting of unaligned accesses (excluding program fetches) AJR2019-05-199-4246/+4835
* WIP diablo1300.cpp: Fixed conditional jump JNC and table rom offset from XLAT... Joakim Larsson Edstrom2019-05-191-3/+6
* m68kcpu: Show SR; rename ISP to SSP for pre-68020 (nw) AJR2019-05-192-5/+9
* smartfp - identify some audio related bits (nw) (#5076) David Haywood2019-05-191-0/+1
* i186: Official names found for DMA registers (nw) AJR2019-05-192-34/+33
* i186: Peripheral register refinements AJR2019-05-192-61/+89
* diablo1300: WIP Added new microcode, table rom and started looking at… (#5067) Joakim Larsson Edström2019-05-182-8/+43
* smartfp / unsp research / improvements (#5075) David Haywood2019-05-182-7/+21
* Bally pinball by35: More sound improvements and refactoring (#5068) Mike2019-05-171-2/+1
* (nw) cosmac: removed out-of-date comment Robbbert2019-05-151-1/+0
* m6510: Add 6508 variant (nw) AJR2019-05-142-7/+149
* smartfp - render something that isn't garbage (once sprites appear) (nw) (#5052) David Haywood2019-05-141-1/+1
* z8000: Pile on some extra address spaces (nw) AJR2019-05-133-398/+468
* r4000: housekeeping (nw) Patrick Mackinlay2019-05-132-23/+21
* z8000: Register save state; misc. cleanup AJR2019-05-122-14/+47
* -ioc2: Fixed mappable interrupt checks. Fixes IRIX 6.5 installer hanging on k... mooglyguy2019-05-122-45/+9
* allow smartfp to show.. something (nw) (#5030) David Haywood2019-05-101-5/+11
* smartfp / sunplus_gcm394 video register location notes based on code analysis... David Haywood2019-05-101-1/+4
* cosmac: Fixed long branch instruction timing. [Curt Coder] Curt Coder2019-05-101-2/+0
* smartfp clearly uses unsp isa20 push/pop instructions in the interrupt (#5015) David Haywood2019-05-086-103/+127
* Merge pull request #4995 from DavidHaywood/070519 R. Belmont2019-05-081-3/+48
|\
| * smartfp dma notes (nw) DavidHaywood2019-05-071-3/+48
* | r4000: minor tweaks (nw) Patrick Mackinlay2019-05-072-40/+17
|/
* upd7807: Running on MT (nw) AJR2019-05-065-1/+11
* MISP3 DRC: Fix tlbmiss in delay slot (#4979) tedgreen992019-05-051-5/+10
* (nw) MIPS3: Use sequence generator for random tlb indices so that DRC and non... Ted Green2019-05-053-9/+26
* m68705: fix prescaler update (nw) Patrick Mackinlay2019-05-051-1/+1
* Merge pull request #4966 from cam900/cubeqcpu_args R. Belmont2019-05-042-307/+307
|\
| * cubeqcpu.cpp : Updates cam9002019-05-032-307/+307
* | m68705: Prevent registration of illegal debug states for nonexistent port lat... AJR2019-05-041-4/+6
* | sharc: add compute_fcopysign MetalliC2019-05-043-0/+20
|/
* unsp: Don't try to inline virtual functions (nw) AJR2019-04-301-2/+2
* TV Game Work (progress towards smartfp and wrlshunt) (#4956) David Haywood2019-04-3015-1065/+2584
* sm530: wakeup_vector was wrong (nw) hap2019-04-301-1/+1
* scc68070: Re-add a few more inadvertently illegalized opcodes (CHK, DIVS, DIV... AJR2019-04-304-124/+125
* Clarify that SCC68070 RTE is more like MC68010 than MC68000 (nw) AJR2019-04-293-5/+5
* m68000: Read the initial SP and PC from memory after rather than during machi... AJR2019-04-291-6/+6
* SCC68070 fixes (nw) AJR2019-04-293-924/+924
* m680x0: Rely on the opcode tables for cpu filtering, ban "return" from opcode... Olivier Galibert2019-04-297-17981/+16221
* m680x0: Normalize type names to the short versions [O. Galibert] Olivier Galibert2019-04-299-6893/+6892
* m680x0: Nicer function names [O. Galibert] Olivier Galibert2019-04-293-5937/+5927
* m680x0: Change method pointers to state ids in the big tables [O. Galibert] Olivier Galibert2019-04-294-2087/+4011
* m680x0: Merge table and opcode body together [O. Galibert] Olivier Galibert2019-04-295-10263/+8587
* m680x0: Stop using spec_proc [O. Galibert] Olivier Galibert2019-04-291-1/+1
* m680x0: Rename remaining_cycles to icount in alignemnt with the rest of mame ... Olivier Galibert2019-04-296-407/+407
* m680x0: Only keep the bodies in the input file [O. Galibert] Olivier Galibert2019-04-296-399/+136
* m680x0: gratuitously convert the generator to python [O. Galibert] Olivier Galibert2019-04-296-1453/+37194
* sm510d: no need for passing pclen here (nw) hap2019-04-292-9/+9