summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine
Commit message (Expand)AuthorAgeFilesLines
* 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
* machine/mediagx_host: prepare for MediaGX virtual VGA hookup angelosa2024-03-204-1/+133
* upd7261: new device Patrick Mackinlay2024-03-182-0/+837
* ncr5385: tolerate slow targets Patrick Mackinlay2024-03-151-14/+28
* video/pc_vga_sis: add SiS6326 VGA core angelosa2024-03-142-11/+11
* bus/pci: add SiS6326 AGP card angelosa2024-03-131-1/+1
* ncr5385: single byte transfers Patrick Mackinlay2024-03-122-23/+69
* 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
* funworld/photoply: convert to new PCI angelosa2024-03-111-3/+3
* 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
* t10spc.cpp: Fix minor error in previous refactoring AJR2024-03-091-1/+1
* machine/t10mmc: Fix MSF to LBA conversion for T10MMC_CMD_PLAY_AUDIO_MSF (#12113) 9871238791132024-03-092-25/+74
* Add support for 1801VP1-128 gate array (MFM codec) (#12089) shattered2024-03-042-0/+994
* machine/sis85c496: add int pin mapper angelosa2024-03-042-0/+129
* machine/w83787f: document config_map angelosa2024-03-031-1/+21
* pc/pcipc_sis: preliminary W83787F Super I/O core; angelosa2024-03-034-4/+480
* machine/sis85c496: fix PIC and RTC mapping angelosa2024-03-022-7/+8
* pc532: add floating-point unit Patrick Mackinlay2024-02-296-458/+662
* machine/sis5513_ide: housecleaning angelosa2024-02-292-6/+8
* spi_sdcard.cpp: implement SEND_CSD (SD_TYPE_V2) (#12078) holub2024-02-281-4/+39
* Revert "pc532: add floating-point unit" hap2024-02-284-636/+429
* pc532: add floating-point unit Patrick Mackinlay2024-02-284-429/+636
* machine/pc87306: preliminary COM1/COM2/LPT1 support angelosa2024-02-262-26/+249
* machine/i82371sb: fix PIC mapping angelosa2024-02-242-4/+14
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-2553-468/+652
* osd/osdnet.cpp: Removed dependency from OSD network device to libemu. (#12058) Vas Crabb2024-02-252-9/+9
* srcclean and manual cleanup in preparation for 0.263 release. Vas Crabb2024-02-251-1/+1
* -msx2_cart.xml: Added six items (five working). (#12052) wilbertpol2024-02-241-3/+3
* Z80scc: Implement RTxC clock source (#12050) Colin Leroy-Mira2024-02-232-7/+33
* Removed some unnecessary backslash line continuations. (#12047) amameuser2024-02-211-1/+1
* newpci: propose a way to find the busmaster space Olivier Galibert2024-02-1913-26/+36
* machine/saa5070: Avoid double reset of UART's. Nigel Barnes2024-02-161-5/+2
* machine/saa5070: New SAA5070 Viewdata Input/Output Peripheral (VIOP) device. Nigel Barnes2024-02-162-0/+504
* machine/hd63450.cpp: Simplified DRQ lines and added PCL lines. Nigel Barnes2024-02-152-48/+45
* z80dma: add PULSE mode handling Miodrag Milanovic2024-02-152-1/+21
* ns32000: add support for ns32532 Patrick Mackinlay2024-02-156-55/+19
* ns32202: improve i/o port emulation Patrick Mackinlay2024-02-152-64/+252
* Removed some extraneous semicolons. (#12029) amameuser2024-02-131-1/+1
* ns32k: fix typo Patrick Mackinlay2024-02-114-12/+12
* ns32k: housekeeping Patrick Mackinlay2024-02-117-7/+7
* machine/w83977tf: hookup basic LPT port angelosa2024-02-102-9/+106
* apple2, etc.: Add ProDOS filesystem where applicable AJR2024-02-101-0/+2
* video/pc_vga_sis: placeholder for extended clock modes, reformat sequencer lo... angelosa2024-02-101-5/+6
* 8042kbdc: Allow some systems to write D1 command first AJR2024-02-011-2/+1