| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | cpu/e132xs: Moved interrupt check to the beginning of instruction execution. |  Vas Crabb | 2025-03-26 | 5 | -328/+271 |
* | machine/i82371sb.cpp: rectify https://github.com/mamedev/mame/commit/377e9d6d... |  angelosa | 2025-03-25 | 4 | -0/+5 |
* | -cpu/e132xs: Fixes and optimisations: |  Vas Crabb | 2025-03-26 | 6 | -670/+380 |
* | cpu/e132xs: Optimised recompiled FRAME instruction. |  Vas Crabb | 2025-03-25 | 4 | -197/+181 |
* | i960: Fix disassembly of ADD<cc>, SUB<cc> & SEL<cc> for cc = l, ne, le, o |  AJR | 2025-03-24 | 1 | -1/+1 |
* | cpu/e132xs: Removed leftover block end from a function that no longer generat... |  Vas Crabb | 2025-03-25 | 1 | -2/+0 |
* | cpu/e132xs, cpu/drcbex64.cpp: More fixes and optimisation: |  Vas Crabb | 2025-03-25 | 7 | -406/+397 |
* | cpu/e132xs: Don't generate code to handle a delayed branch inline. |  Vas Crabb | 2025-03-24 | 3 | -85/+49 |
* | mn10300: Fix disassembly of ADD Dm, Dn |  AJR | 2025-03-22 | 1 | -1/+1 |
* | mn10300: Fix disassembly of even more move instruction modes |  AJR | 2025-03-22 | 1 | -1/+1 |
* | mn10300: Re-add missing LSR and ASR modes |  AJR | 2025-03-22 | 1 | -1/+1 |
* | mn10300: Fix disassembly of yet another move instruction mode |  AJR | 2025-03-22 | 1 | -1/+1 |
* | mn10300: Fix disassembly of another move instruction mode |  AJR | 2025-03-22 | 1 | -1/+1 |
* | mn10300: Fix disassembly of some move instruction modes |  AJR | 2025-03-22 | 1 | -5/+5 |
* | unidasm: Add Panasonic MN10300 disassembler |  AJR | 2025-03-22 | 2 | -0/+971 |
* | srcclean the tree. |  Vas Crabb | 2025-03-23 | 10 | -50/+50 |
* | cpu/e132xs: Fixed IO2 interrupt check in recompiler. |  Vas Crabb | 2025-03-23 | 1 | -33/+33 |
* | cpu/e132xs: More recompiler optimisation: |  Vas Crabb | 2025-03-23 | 3 | -198/+126 |
* | machine/psion_ssd.cpp: Don't save state of removable media. |  Nigel Barnes | 2025-03-21 | 1 | -10/+2 |
* | machine/psion_asic9.cpp: Improved ASIC9MX RAM configuration to detect 2MB. |  Nigel Barnes | 2025-03-21 | 2 | -19/+62 |
* | Revert "i960: don't preserve sign bit when shifting integer left (#13507)" |  AJR | 2025-03-21 | 1 | -1/+1 |
* | i960: don't preserve sign bit when shifting integer left (#13507) |  Matthew Daniels | 2025-03-21 | 1 | -1/+1 |
* | cpu/e132xs: More recompiler fixes: |  Vas Crabb | 2025-03-22 | 4 | -177/+169 |
* | v60: implement correct rounding mode when converting float to integer (#13506) |  Matthew Daniels | 2025-03-21 | 1 | -1/+7 |
* | z80/z80dasm.cpp: Switched *R (LDIR, OTIR, etc) debugger flag to STEP_OVER (#1... |  holub | 2025-03-21 | 1 | -3/+3 |
* | cpu/e132xs, cpu/drcbex64.cpp: Recompiler fixes and optimisations: |  Vas Crabb | 2025-03-21 | 4 | -1500/+753 |
* | Write the results of an ALU operation before writing to register/memory (#13486) |  Matthew Daniels | 2025-03-20 | 2 | -19/+19 |
* | fixing cpu for missing opcode (#13502) |  ffxx68 | 2025-03-20 | 3 | -11/+18 |
* | [heathzenith/h8.cpp] Update interrupt handling to not use set_input_line_and_... |  Mark Garlanger | 2025-03-20 | 4 | -5/+5 |
* | mips/mips1: remove embedded syscall logging |  Patrick Mackinlay | 2025-03-20 | 2 | -233/+4 |
* | Some relatively simple recompiler optimisations: |  Vas Crabb | 2025-03-20 | 3 | -25/+44 |
* | m16c: Fix disassembly syntax for adjnz/sbjnz |  AJR | 2025-03-19 | 1 | -0/+1 |
* | -More DRC fixes/improvements: |  Vas Crabb | 2025-03-20 | 7 | -378/+789 |
* | tea1002: fix compile |  hap | 2025-03-19 | 1 | -1/+1 |
* | video/tea1002.cpp: fix misspelled amplitude variable |  angelosa | 2025-03-19 | 2 | -6/+6 |
* | bus/nes/disksys.cpp, sound/rp2c33_snd.cpp: Updates (#13496) |  cam900 | 2025-03-19 | 3 | -12/+20 |
* | -cpu/drcbe*.cpp: Print an error message and abort when running off the end of... |  Vas Crabb | 2025-03-18 | 3 | -22/+140 |
* | v60: improve CVTSW flags and fix issue with float-to-u32 cast |  hap | 2025-03-17 | 2 | -5/+3 |
* | Miscellaneous minor stuff: |  Vas Crabb | 2025-03-17 | 1 | -6/+6 |
* | cpu/drcbearm64.cpp: Optimised conditional operations using carry flag. (#13484) |  Vas Crabb | 2025-03-17 | 2 | -207/+468 |
* | machine/i82371sb.cpp: lift cargo cult 0xe0-0xef noprw |  angelosa | 2025-03-15 | 4 | -4/+5 |
* | pci/virge_pci.cpp: hookup Leadtek WinFast 3D S600DX BIOS alt to virgedx_pci [... |  angelosa | 2025-03-15 | 1 | -1/+13 |
* | video/s3virge.cpp: add stub Serial Port implementation, retire s3virgedx_rev1... |  angelosa | 2025-03-15 | 2 | -43/+41 |
* | cpu/drcbearm64.cpp: Minor fixes and optimisations: |  Vas Crabb | 2025-03-16 | 1 | -19/+81 |
* | cpu/drcbearm64.cpp: General cleanup, no functional changes. |  Vas Crabb | 2025-03-16 | 6 | -195/+193 |
* | vax: Minor disassembly refinements |  AJR | 2025-03-14 | 1 | -2/+2 |
* | cpu/drcbearm64.cpp: Fixed issues with and optimise ADD[C]/SUB[B] code generat... |  Vas Crabb | 2025-03-15 | 1 | -38/+149 |
* | z80scc: reassert interrupt if conditions persist (fixes MT#9141) |  Patrick Mackinlay | 2025-03-14 | 2 | -16/+25 |
* | -cpu/drcbearm64.cpp: More fixes and optimisations: |  Vas Crabb | 2025-03-14 | 4 | -66/+80 |
* | New systems marked not working |  Ivan Vangelista | 2025-03-13 | 2 | -1/+12 |