| Commit message (Expand) | Author | Age | Files | Lines |
| * | n64: modify burn_cycles method (nw) |  hap | 2020-06-22 | 2 | -7/+0 |
| * | -arm7: Added placeholder devices for PXA250 and PXA270, and corrected PXA255 ... |  MooglyGuy | 2020-06-22 | 2 | -3/+39 |
| * | drcbex64: fix pushf/popf bug (nw) |  Patrick Mackinlay | 2020-06-22 | 1 | -15/+15 |
| * | tlcs900: Fix MAX instruction (nw) |  AJR | 2020-06-21 | 1 | -1/+1 |
| * | New machines marked as NOT_WORKING |  AJR | 2020-06-21 | 2 | -0/+295 |
| * | Merge pull request #6844 from Sterophonick/master |  ajrhacker | 2020-06-21 | 2 | -14/+24 |
| |\ |
|
| | * | gigatron: fix ROM mask being 15-bit instead of 16-bit |  Sterophonick | 2020-06-20 | 2 | -3/+5 |
| | * | gigatron: safe resolve (but proper) |  Sterophonick | 2020-06-20 | 1 | -1/+1 |
| | * | gigatron: change resolve to resolve_safe |  Sterophonick | 2020-06-20 | 1 | -1/+1 |
| | * | gigatron: some more work |  Sterophonick | 2020-06-19 | 2 | -13/+18 |
| | * | gigatron: whoops |  Sterophonick | 2020-06-19 | 1 | -1/+1 |
| | * | gigatron: make the CPU use the outx callback |  Sterophonick | 2020-06-19 | 1 | -0/+3 |
| * | | srcclean and cleanup (nw) |  Vas Crabb | 2020-06-21 | 4 | -22/+22 |
| * | | Correct cycle counts for TLCS-900/H CPU core; prepare to add support for orig... |  AJR | 2020-06-19 | 4 | -1546/+2953 |
| |/ |
|
| * | tlcs900: Misc. fixups (nw) |  AJR | 2020-06-18 | 3 | -0/+6 |
| * | tmp95c061, tmp95c063: Break up the register blocks (nw) |  AJR | 2020-06-18 | 6 | -952/+2232 |
| * | tlcs900: Split derived types into separate files; no need for separate 8-bit ... |  AJR | 2020-06-18 | 6 | -2327/+2359 |
| * | finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) |  Ivan Vangelista | 2020-06-18 | 113 | -1070/+1070 |
| * | drcbex64: use asmjit |  Patrick Mackinlay | 2020-06-18 | 2 | -2682/+1713 |
| * | vt50: Fix disassembly of L40M (stands in for B2M, not M2X) |  AJR | 2020-06-17 | 1 | -1/+1 |
| * | finished removing read* and write* macros from the mame part of the tree. the... |  Ivan Vangelista | 2020-06-16 | 8 | -30/+30 |
| * | e132xs.cpp, sharc.cpp: fixed DRC crashes in devnoclear debug builds (nw) |  Ivan Vangelista | 2020-06-14 | 2 | -0/+24 |
| * | h8s2000: Allow ANDC, ORC and XORC operations on EXR; correct disassembly for ... |  AJR | 2020-06-14 | 3 | -4/+22 |
| * | m68hc05: Simplify handler signatures; add MC68HC705C4A type (nw) |  AJR | 2020-06-13 | 2 | -41/+169 |
| * | t11: Change default interrupt vector (nw) |  AJR | 2020-06-12 | 1 | -1/+1 |
| * | pic1670: Add a disassembler [O. Galibert] |  Olivier Galibert | 2020-06-11 | 2 | -0/+137 |
| * | Hyperscan updates: [Sandro Ronco] |  Sandro Ronco | 2020-06-11 | 1 | -13/+30 |
| * | Add DS80C320, SAB80(C)515 and RUPI-44 disassemblers |  AJR | 2020-06-11 | 4 | -0/+404 |
| * | namco54: longer irq to fix bosco shot sound regression (nw) |  hap | 2020-06-11 | 1 | -2/+2 |
| * | m37710: actually SFR area 2-9 is external on some chips (nw) |  hap | 2020-06-10 | 1 | -3/+6 |
| * | m37710: nop unused SFR area (nw) |  hap | 2020-06-10 | 1 | -0/+5 |
| * | m68000: fix the lst file too (nw) |  hap | 2020-06-09 | 2 | -3/+3 |
| * | fix compile? untested (nw) |  hap | 2020-06-09 | 1 | -2/+2 |
| * | unsp20 - fix asr (nw) |  DavidHaywood | 2020-06-08 | 1 | -36/+10 |
| * | drivers starting with c and d: completed read* and write* macros removal (nw) |  Ivan Vangelista | 2020-06-08 | 2 | -8/+8 |
| * | Plug and Play work (new working machine) (#6800) |  David Haywood | 2020-06-06 | 1 | -3/+9 |
| * | devices/cpu/r4000.cpp: initialized one variable to fix problem in devnoclear ... |  Ivan Vangelista | 2020-06-04 | 1 | -0/+2 |
| * | New machines marked as NOT_WORKING |  AJR | 2020-06-04 | 4 | -0/+794 |
| * | drivers starting with t, u, v, w, x: more macro removal + some others (nw) |  Ivan Vangelista | 2020-06-04 | 2 | -14/+14 |
| * | consola_emt.cpp: Correct MCU type (nw) |  AJR | 2020-06-03 | 3 | -2/+35 |
| * | drivers starting with p, q, r and s: some macro removal (nw) |  Ivan Vangelista | 2020-06-03 | 2 | -6/+6 |
| * | f2mc16: Disassembly fixes: |  AJR | 2020-06-02 | 1 | -43/+506 |
| * | g65816: add preliminary w65c802 (nw) |  hap | 2020-06-02 | 3 | -9/+28 |
| * | megadriv.cpp, megaplay.cpp, megatech.cpp: macro removal (nw) |  Ivan Vangelista | 2020-05-31 | 2 | -10/+10 |
| * | pic17: Sample interrupt flags before writes can destroy them (nw) |  AJR | 2020-05-31 | 2 | -6/+13 |
| * | gameio.cpp: fixed missing initialization causing various apple2 computer not ... |  Ivan Vangelista | 2020-05-31 | 2 | -3/+1 |
| * | tms9995.cpp: fixed different behaviour of the tutor driver in the devnoclear ... |  Ivan Vangelista | 2020-05-30 | 1 | -1/+3 |
| * | pic17.cpp: Minor comment update (nw) |  AJR | 2020-05-29 | 1 | -1/+2 |
| * | New machines marked as NOT_WORKING |  AJR | 2020-05-29 | 6 | -0/+2269 |
| * | hmcs40: this should fix savestate regression (nw) |  hap | 2020-05-29 | 1 | -0/+1 |