summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices
Commit message (Expand)AuthorAgeFilesLines
* cpu/i386: saner fatal error handlingx86_std-exceptions angelosa2024-03-235-6/+7
* machine/sis950_lpc: replace PS/2 controller back to LLE angelosa2024-03-233-43/+32
* machine/mediagx_host: document GP / DC maps angelosa2024-03-232-3/+61
* Revert "video/mc6845.cpp: Restore support for zero active width/height config... Vas Crabb2024-03-232-55/+22
* video/mc6845.cpp: Restore support for zero active width/height configuration ... Mark Garlanger2024-03-222-22/+55
* imagedev/cassette.cpp, formats/flacfile.cpp: Added support for saving cassett... wilbertpol2024-03-222-2/+14
* machine/mediagx_host: prepare for MediaGX virtual VGA hookup angelosa2024-03-204-1/+133
* misc swx00 fixes Olivier Galibert2024-03-193-2/+8
* h8_timer: compare match event was off by 1 hap2024-03-192-27/+31
* mks3: first hle Olivier Galibert2024-03-182-2/+19
* sh7042: Start introducing the interrupts Olivier Galibert2024-03-184-4/+52
* swx00: Advance Olivier Galibert2024-03-185-34/+558
* Start adding the m37640 Olivier Galibert2024-03-182-0/+69
* cpu/hcd62121, casio/cfx9850.cpp: Various fixes: (#12137) qufb2024-03-194-99/+401
* h8: don't save the mode settings, move mac_saturating var to h8s2600 and hook... hap2024-03-187-9/+31
* mb88xx: clean up spacing, single line comments, shorthand variable types hap2024-03-184-467/+373
* upd7261: new device Patrick Mackinlay2024-03-182-0/+837
* misc/jaminator.cpp: Added driver and software list for Noise Toys Jaminator g... Devin Acker2024-03-182-0/+224
* h8: add more variables to savestate, hap2024-03-1813-47/+97
* video/pc_vga_sis: document remaining sequencer regs angelosa2024-03-152-3/+77
* ncr5385: tolerate slow targets Patrick Mackinlay2024-03-151-14/+28
* video/pc_vga_sis: fix -validate angelosa2024-03-141-1/+1
* video/pc_vga_sis: add SiS6326 VGA core angelosa2024-03-146-128/+203
* cpc_ssa1: simplify sp0256 lrq/sby pin read, hap2024-03-136-62/+17
* bus/pci: add SiS6326 AGP card angelosa2024-03-136-6/+268
* sp0256: remove reset lrq timer workaround that was added there for odyssey2 k... hap2024-03-125-61/+55
* ncr5385: single byte transfers Patrick Mackinlay2024-03-122-23/+69
* ymmu*: invert lcd edge, hap2024-03-121-1/+1
* rolandpcm: fix out of bounds array access hap2024-03-112-2/+3
* rendfont: set minimum width of scaled bitmap for font chars used in .lay file... hap2024-03-112-4/+5
* -rm/rm380z.cpp: Use SN74S262 as the VDU-40 COS 3.4 character generator. (#12128) Robin Sergeant2024-03-121-1/+1
* Fixes and cleanup: Vas Crabb2024-03-121-1/+1
* ncr5385: initial nscsi implementation Patrick Mackinlay2024-03-112-162/+817
* ns32202: check interrupt status after in-service write Patrick Mackinlay2024-03-111-4/+14
* ns32082: fix level two page table validity bug Patrick Mackinlay2024-03-112-2/+5
* ns32000: hook exceptions in debugger prior to entry Patrick Mackinlay2024-03-111-4/+15
* cpu/z80/r800dasm.cpp: Add disassembler for ASCII R800. (#12116) wilbertpol2024-03-102-0/+645
* funworld/photoply: convert to new PCI angelosa2024-03-112-4/+5
* machine/it8705f: add non-working FDC angelosa2024-03-103-25/+151
* machine/it8705f: add UARTs angelosa2024-03-104-70/+297
* misc/neomania: add parallel port device notes angelosa2024-03-102-21/+16
* pc/sis630: initial implementation for IT8705F Super I/O angelosa2024-03-106-29/+446
* -bus/a2bus: Added SNES MAX game controller interface card. Vas Crabb2024-03-103-0/+121
* video/pc_vga: retire vblank_timer_cb override, add a latch_start_addr fn in p... angelosa2024-03-1012-34/+47
* video/pc_vga_cirrus: fix pitch offset angelosa2024-03-106-17/+10
* video/pc_vga_cirrus: add start address bit 19 for GD5430+ angelosa2024-03-103-16/+84
* bus/pci: add Cirrus Logic GD5446 card angelosa2024-03-094-10/+194
* video/pc_vga_cirrus: bulk replace device naming angelosa2024-03-096-77/+77
* video/pc_vga_cirrus: misc cleanups angelosa2024-03-092-87/+57
* t10spc.cpp: Fix minor error in previous refactoring AJR2024-03-091-1/+1