summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices
Commit message (Expand)AuthorAgeFilesLines
* srcclean in preparation for release. Vas Crabb2025-04-279-27/+27
* cbus/pc9801_86.cpp: DAC playback fixes towards win95 angelosa2025-04-261-2/+6
* nubus/nubus_vikbw.h: More include guard fun. arbee2025-04-261-3/+3
* nubus/8lc.h: Fix include guard. arbee2025-04-261-3/+3
* apple/macii.cpp: Fixed regression where NuBus was stealing the internal video... arbee2025-04-2640-2924/+2813
* z80.lst: fix nsc800 compile hap2025-04-251-1/+1
* cpu/z80: Corrected name of generated nsc800 source file, removed duplicate so... holub2025-04-261-1/+1
* cpu/mpk1839/kl1839vm1.cpp: Improved save state support. (#13303) holub2025-04-262-35/+43
* cbus/pc9801_86.cpp: basic DAC logging angelosa2025-04-251-0/+28
* fix various bitwise/logical warnings Patrick Mackinlay2025-04-253-5/+5
* ti99: Fixed crash with Corcomp floppy controller when accessing a drive that ... Michael Zapf2025-04-241-3/+10
* c6280: optimization for games that have sound disabled hap2025-04-242-30/+42
* cpu/upd7725.cpp: Improved host interface, suppress side effects for debugger ... cam9002025-04-254-51/+69
* nec/pc9821.cpp: bump 7220 couple to use A revision angelosa2025-04-241-1/+7
* cbus/pc9801_26.cpp: hookup irq select, guesswork for DE-9 output pins angelosa2025-04-242-20/+47
* ymfm: remove 2608/2610 ssg gain workaround hap2025-04-233-9/+4
* bus/cbus: preliminary conversion of MSX style DE-9 ports in -26 and -86 angelosa2025-04-238-272/+124
* osd: remove mac address filter from osd (fixes #13586) (#13614) Patrick Mackinlay2025-04-224-17/+14
* linn/linndrum.cpp: Modeled click filter, improved hihat decay emulation, and ... m1macrophage2025-04-222-1/+10
* check correct irr0 bits, after the register size was corrected in b26662f1bba... smf-2025-04-221-4/+4
* Fixed the last GCC class memory access warnings and cleaned up some stuff. Vas Crabb2025-04-212-40/+40
* video/bt47x.cpp: Enable Bt473 device. [R. Belmont] arbee2025-04-202-2/+13
* video/bt45x.cpp: Make 16-color variants generate visible colors. [R. Belmont] arbee2025-04-201-1/+4
* cpu/z80/z80.cpp: Get rid of some flag LUTs (#13607) holub2025-04-203-86/+60
* bus/a2bus/mouse.cpp: Synchronise comminication with the microcontroller. Vas Crabb2025-04-201-20/+44
* machine/pseudovia.cpp: Moved from mame/apple because some bus devices will ne... arbee2025-04-192-0/+379
* Cleaned up build scripts and compiling documentation: Vas Crabb2025-04-201-7/+13
* -cpu/e132xs: Cleaned up disassembler a bit, disassemble most invalid instruct... Vas Crabb2025-04-191-533/+397
* MIPS disassembler refinements (mips1, mips3, psx, rsp) AJR2025-04-174-211/+306
* Implemented specific SH3/SH4 chips & pass the required endian into the constr... smf-2025-04-1710-2066/+7423
* Work round a race condition in the Compaq i8042 rom. Fixes using ctmouse.exe ... smf-2025-04-172-1/+16
* cpu/drcbex64.cpp: Always keep UML floating point registers in memory for SysV... Vas Crabb2025-04-171-88/+75
* sound/gb.cpp: Fixed master volume control and cleaned up code: (#13483) cam9002025-04-172-368/+353
* casio/cps200.cpp: Added a skeleton Casio CPS-2000 driver; also improved µPD9... Devin Acker2025-04-174-34/+62
* cpu/drcbearm64.cpp: Fixed more cases where ROLAND clobbered source registers. Vas Crabb2025-04-171-74/+74
* -misc/dgpix.cpp: Marked Elfin as having unemulated protection. Vas Crabb2025-04-173-662/+69
* A couple of recompiler improvements involving the carry flag: Vas Crabb2025-04-162-19/+22
* machine/nscsi_bus.cpp: Changed data release delay to 400ns to match the comme... Adam Billyard2025-04-161-1/+1
* cpu/avr8/avr8.cpp: Fixed program address masks and boot ROM sizes. (#13578) cam9002025-04-161-13/+13
* sound/k007232.cpp: Suppress side effects for debugger reads and cleaned up co... cam9002025-04-162-41/+44
* Even more recompiler fixes: Vas Crabb2025-04-155-150/+109
* cpu/z80/z80.cpp: Avoided wrong isunset() detection in some Spectrum clones (#... holub2025-04-142-3/+2
* machine/rescap.h: Implemented audio potentiometer law. (#13588) m1macrophage2025-04-131-0/+18
* -apple/rbv.cpp, apple/maciici.cpp: Implemented monochrome mode, cleaned up cl... Vas Crabb2025-04-141-4/+2
* i8085: optimize set_status by checking if devcb is unset hap2025-04-131-1/+1
* bus/snes/st018.cpp: Add primary support of ST018 coprocessor (#13553) cam9002025-04-133-1/+219
* cpu/drcbex64.cpp: Fixed another bug uncovered after fixing a bug in the DRC t... Vas Crabb2025-04-131-2/+1
* More recompiler fixes: Vas Crabb2025-04-124-165/+166
* act/victor9k.cpp: Get audio working on Victor 9000 (victor9k) (#13549) donohoe002025-04-114-11/+82
* Started moving UML instruction reference to main documentation, fixed more re... Vas Crabb2025-04-126-311/+279