summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices
Commit message (Expand)AuthorAgeFilesLines
* Miscelaneous minor fixes: Vas Crabb2025-03-301-2/+4
* src/devices/cpu/e132xs/e132xsdrc.cpp: Fixed regression in exceptions. Vas Crabb2025-03-251-1/+1
* srcclean the tree. Vas Crabb2025-03-2310-50/+50
* cpu/e132xs: Fixed IO2 interrupt check in recompiler. Vas Crabb2025-03-231-33/+33
* cpu/e132xs: More recompiler optimisation: Vas Crabb2025-03-233-198/+126
* machine/psion_ssd.cpp: Don't save state of removable media. Nigel Barnes2025-03-211-10/+2
* machine/psion_asic9.cpp: Improved ASIC9MX RAM configuration to detect 2MB. Nigel Barnes2025-03-212-19/+62
* Revert "i960: don't preserve sign bit when shifting integer left (#13507)" AJR2025-03-211-1/+1
* i960: don't preserve sign bit when shifting integer left (#13507) Matthew Daniels2025-03-211-1/+1
* cpu/e132xs: More recompiler fixes: Vas Crabb2025-03-224-177/+169
* v60: implement correct rounding mode when converting float to integer (#13506) Matthew Daniels2025-03-211-1/+7
* z80/z80dasm.cpp: Switched *R (LDIR, OTIR, etc) debugger flag to STEP_OVER (#1... holub2025-03-211-3/+3
* cpu/e132xs, cpu/drcbex64.cpp: Recompiler fixes and optimisations: Vas Crabb2025-03-214-1500/+753
* Write the results of an ALU operation before writing to register/memory (#13486) Matthew Daniels2025-03-202-19/+19
* fixing cpu for missing opcode (#13502) ffxx682025-03-203-11/+18
* [heathzenith/h8.cpp] Update interrupt handling to not use set_input_line_and_... Mark Garlanger2025-03-204-5/+5
* mips/mips1: remove embedded syscall logging Patrick Mackinlay2025-03-202-233/+4
* Some relatively simple recompiler optimisations: Vas Crabb2025-03-203-25/+44
* m16c: Fix disassembly syntax for adjnz/sbjnz AJR2025-03-191-0/+1
* -More DRC fixes/improvements: Vas Crabb2025-03-207-378/+789
* tea1002: fix compile hap2025-03-191-1/+1
* video/tea1002.cpp: fix misspelled amplitude variable angelosa2025-03-192-6/+6
* bus/nes/disksys.cpp, sound/rp2c33_snd.cpp: Updates (#13496) cam9002025-03-193-12/+20
* -cpu/drcbe*.cpp: Print an error message and abort when running off the end of... Vas Crabb2025-03-183-22/+140
* v60: improve CVTSW flags and fix issue with float-to-u32 cast hap2025-03-172-5/+3
* Miscellaneous minor stuff: Vas Crabb2025-03-171-6/+6
* cpu/drcbearm64.cpp: Optimised conditional operations using carry flag. (#13484) Vas Crabb2025-03-172-207/+468
* machine/i82371sb.cpp: lift cargo cult 0xe0-0xef noprw angelosa2025-03-154-4/+5
* pci/virge_pci.cpp: hookup Leadtek WinFast 3D S600DX BIOS alt to virgedx_pci [... angelosa2025-03-151-1/+13
* video/s3virge.cpp: add stub Serial Port implementation, retire s3virgedx_rev1... angelosa2025-03-152-43/+41
* cpu/drcbearm64.cpp: Minor fixes and optimisations: Vas Crabb2025-03-161-19/+81
* cpu/drcbearm64.cpp: General cleanup, no functional changes. Vas Crabb2025-03-166-195/+193
* vax: Minor disassembly refinements AJR2025-03-141-2/+2
* cpu/drcbearm64.cpp: Fixed issues with and optimise ADD[C]/SUB[B] code generat... Vas Crabb2025-03-151-38/+149
* z80scc: reassert interrupt if conditions persist (fixes MT#9141) Patrick Mackinlay2025-03-142-16/+25
* -cpu/drcbearm64.cpp: More fixes and optimisations: Vas Crabb2025-03-144-66/+80
* New systems marked not working Ivan Vangelista2025-03-132-1/+12
* cpu/drcbearm64.cpp: Add disassembled UML comments to logged native assembly l... Vas Crabb2025-03-131-1/+11
* -Fixed some -listxml issues: Vas Crabb2025-03-134-20/+20
* - skeleton/vgame.cpp: added complete PCB infos and dumped EEPROM for cjsjh [G... Ivan Vangelista2025-03-128-5/+116
* -kaneko/kaneko_calc3.cpp: Organise decryption table as 256*64, restored tabul... Vas Crabb2025-03-133-29/+63
* sound/gt155.cpp: Increased range of filter output to avoid overflow. (#13454) Devin Acker2025-03-132-3/+2
* machine/ncr5380.cpp: Add DP8490 type so that its Enhanced Mode can be emulate... AJR2025-03-123-10/+24
* bt450: new ramdac device Patrick Mackinlay2025-03-122-0/+136
* bt431, bt45x: make accessors public Patrick Mackinlay2025-03-122-26/+27
* m68k: fix fmovem effective address increment bug Patrick Mackinlay2025-03-122-51/+38
* cpu/drcbearm64.cpp: Emit optimised memory access code. (#13464) Vas Crabb2025-03-121-72/+295
* -cpu/drcbex64.cpp: Align HANDLE entry point to 16-byte boundary. Vas Crabb2025-03-123-126/+102
* am9513.cpp: more logging for LOG_MODE and LOG_TC (#13406) Adam Billyard2025-03-101-1/+18
* pci/virge_pci.cpp: add virgevx_pci stub angelosa2025-03-095-10/+140