summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu
Commit message (Expand)AuthorAgeFilesLines
* n64: modify burn_cycles method (nw) hap2020-06-222-7/+0
* -arm7: Added placeholder devices for PXA250 and PXA270, and corrected PXA255 ... MooglyGuy2020-06-222-3/+39
* drcbex64: fix pushf/popf bug (nw) Patrick Mackinlay2020-06-221-15/+15
* tlcs900: Fix MAX instruction (nw) AJR2020-06-211-1/+1
* New machines marked as NOT_WORKING AJR2020-06-212-0/+295
* Merge pull request #6844 from Sterophonick/master ajrhacker2020-06-212-14/+24
|\
| * gigatron: fix ROM mask being 15-bit instead of 16-bit Sterophonick2020-06-202-3/+5
| * gigatron: safe resolve (but proper) Sterophonick2020-06-201-1/+1
| * gigatron: change resolve to resolve_safe Sterophonick2020-06-201-1/+1
| * gigatron: some more work Sterophonick2020-06-192-13/+18
| * gigatron: whoops Sterophonick2020-06-191-1/+1
| * gigatron: make the CPU use the outx callback Sterophonick2020-06-191-0/+3
* | srcclean and cleanup (nw) Vas Crabb2020-06-214-22/+22
* | Correct cycle counts for TLCS-900/H CPU core; prepare to add support for orig... AJR2020-06-194-1546/+2953
|/
* tlcs900: Misc. fixups (nw) AJR2020-06-183-0/+6
* tmp95c061, tmp95c063: Break up the register blocks (nw) AJR2020-06-186-952/+2232
* tlcs900: Split derived types into separate files; no need for separate 8-bit ... AJR2020-06-186-2327/+2359
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-18113-1070/+1070
* drcbex64: use asmjit Patrick Mackinlay2020-06-182-2682/+1713
* vt50: Fix disassembly of L40M (stands in for B2M, not M2X) AJR2020-06-171-1/+1
* finished removing read* and write* macros from the mame part of the tree. the... Ivan Vangelista2020-06-168-30/+30
* e132xs.cpp, sharc.cpp: fixed DRC crashes in devnoclear debug builds (nw) Ivan Vangelista2020-06-142-0/+24
* h8s2000: Allow ANDC, ORC and XORC operations on EXR; correct disassembly for ... AJR2020-06-143-4/+22
* m68hc05: Simplify handler signatures; add MC68HC705C4A type (nw) AJR2020-06-132-41/+169
* t11: Change default interrupt vector (nw) AJR2020-06-121-1/+1
* pic1670: Add a disassembler [O. Galibert] Olivier Galibert2020-06-112-0/+137
* Hyperscan updates: [Sandro Ronco] Sandro Ronco2020-06-111-13/+30
* Add DS80C320, SAB80(C)515 and RUPI-44 disassemblers AJR2020-06-114-0/+404
* namco54: longer irq to fix bosco shot sound regression (nw) hap2020-06-111-2/+2
* m37710: actually SFR area 2-9 is external on some chips (nw) hap2020-06-101-3/+6
* m37710: nop unused SFR area (nw) hap2020-06-101-0/+5
* m68000: fix the lst file too (nw) hap2020-06-092-3/+3
* fix compile? untested (nw) hap2020-06-091-2/+2
* unsp20 - fix asr (nw) DavidHaywood2020-06-081-36/+10
* drivers starting with c and d: completed read* and write* macros removal (nw) Ivan Vangelista2020-06-082-8/+8
* Plug and Play work (new working machine) (#6800) David Haywood2020-06-061-3/+9
* devices/cpu/r4000.cpp: initialized one variable to fix problem in devnoclear ... Ivan Vangelista2020-06-041-0/+2
* New machines marked as NOT_WORKING AJR2020-06-044-0/+794
* drivers starting with t, u, v, w, x: more macro removal + some others (nw) Ivan Vangelista2020-06-042-14/+14
* consola_emt.cpp: Correct MCU type (nw) AJR2020-06-033-2/+35
* drivers starting with p, q, r and s: some macro removal (nw) Ivan Vangelista2020-06-032-6/+6
* f2mc16: Disassembly fixes: AJR2020-06-021-43/+506
* g65816: add preliminary w65c802 (nw) hap2020-06-023-9/+28
* megadriv.cpp, megaplay.cpp, megatech.cpp: macro removal (nw) Ivan Vangelista2020-05-312-10/+10
* pic17: Sample interrupt flags before writes can destroy them (nw) AJR2020-05-312-6/+13
* gameio.cpp: fixed missing initialization causing various apple2 computer not ... Ivan Vangelista2020-05-312-3/+1
* tms9995.cpp: fixed different behaviour of the tutor driver in the devnoclear ... Ivan Vangelista2020-05-301-1/+3
* pic17.cpp: Minor comment update (nw) AJR2020-05-291-1/+2
* New machines marked as NOT_WORKING AJR2020-05-296-0/+2269
* hmcs40: this should fix savestate regression (nw) hap2020-05-291-0/+1