summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine
Commit message (Expand)AuthorAgeFilesLines
* sound/gt155.cpp, machine/gt913_snd.cpp: fix obvious left channel clamp typo angelosa2025-10-301-1/+1
* upd72069: Document all of the auxiliary commands AJR2025-10-251-10/+39
* srcclean and tidy Vas Crabb2025-10-264-173/+173
* Tidied a few things. Vas Crabb2025-10-262-48/+31
* bus/pc98_cbus: preliminary PC9801-14 support angelosa2025-10-241-0/+2
* machine/it8705.cpp: hookup ISA DMA bindings angelosa2025-10-242-100/+200
* machine/sis950_lpc.cpp: hookup ISA DMA bindings angelosa2025-10-242-5/+108
* machine/w83977tf.cpp: hookup ISA DMA bindings, fix floppy fails angelosa2025-10-242-0/+74
* wozfdc.cpp: improve timing of data register reads (#14404) Roman Donchenko2025-10-232-3/+8
* sinclair/specnext.cpp: Improved interrupts handling (#14399) holub2025-10-231-0/+1
* current Plug and Play / Handheld set additions (29 parents, 3 clones, 1 softl... mamehaze2025-10-238-589/+2052
* machine/w83977tf.cpp: ensure Super I/O port to be installed after the others angelosa2025-10-222-11/+55
* misc/savquest.cpp: stub HASP dongle in a device angelosa2025-10-221-1/+1
* scn_pci.cpp: Copy old value of MR1 to MR2 when MR1 is written [AJR, Bulbulato... AJR2025-10-211-28/+27
* misc/savquest.cpp: convert to new PCI angelosa2025-10-211-0/+3
* machine/8042kbdc.cpp: can't possibly receive if the timer isn't running angelosa2025-10-212-7/+8
* machine/it8705f.cpp: fix FDC DRQ line setup angelosa2025-10-211-3/+3
* machine/w83977tf.cpp: hookup FDC irq and drq lines angelosa2025-10-212-10/+106
* machine/w83977tf.cpp: hookup FDC and GPIO1 angelosa2025-10-205-6/+90
* machine/intelfsh.cpp: preliminary Winbond SDP mode angelosa2025-10-201-1/+33
* machine/intelfsh.cpp: support for Winbond W29C020C angelosa2025-10-202-0/+36
* upd765: upd72069 data rate control cracyc2025-10-191-1/+8
* bus/megadrive/cart: initial pass at a new cart slot interface (#14197) Angelo Salese2025-10-197-2/+298
* -machine/nmk112.cpp: Handle non power of two ROM sizes properly. Vas Crabb2025-10-192-28/+35
* mcs51: Modernization step 2 Olivier Galibert2025-10-171-1/+1
* Miscellaneous code cleanups: (#14346) shattered2025-10-161-5/+8
* mpc3000: add 8bit dma and nop unknown fdc commands cracyc2025-10-141-0/+9
* -video/ef9345.cpp: Added a side effects check, tried to clean up a little. Vas Crabb2025-10-141-2/+2
* sinclair/specnext_dma.cpp: Implemented prescaler (#14296) holub2025-10-132-21/+20
* sound/l7a1045_l6028_dsp.cpp: Additional cleanup, proper logging, device map, ... arbee2025-10-122-0/+322
* machine/nmk112.cpp: Use configured banking rather than writing to ROM regions... cam9002025-10-122-57/+82
* z80dma: Refactor read register emulation; more logging cleanups AJR2025-10-052-291/+318
* z80dma: Always return live status regardless of when read command was sent; m... AJR2025-10-051-5/+8
* sinclair/specnext_dma.cpp: Fixed prescaler reg init (#14260) holub2025-10-041-2/+2
* formats/ap2_dsk.cpp: remove the RWTS18 format (#14262) Roman Donchenko2025-10-041-1/+0
* swp30: Overhaul Olivier Galibert2025-09-271-2/+0
* nvram: remove DEFAULT_RANDOM init hap2025-09-252-10/+0
* Attempt to clean up some mess. Vas Crabb2025-09-252-191/+207
* pluto6: move those pl6_ devices to local folder hap2025-09-236-1016/+0
* pluto6: replace serialvfd device with msc1937_device, hap2025-09-233-486/+1
* devices/machine/spg_renderer.h, tvgames/generalplus_gpl162xx_lcdtype.cpp: fix... Ivan Vangelista2025-09-221-2/+2
* z80dma.cpp: Clear BUSRQ line upon device reset to prevent CPU from freezing a... holub2025-09-201-1/+1
* sord future32a: Add and hookup the kanji mask roms Olivier Galibert2025-09-201-14/+17
* machine/upd7002.cpp: Replaced custom delegates with devcb. Nigel Barnes2025-09-132-35/+16
* mb8795.cpp: use packet logging helper Patrick Mackinlay2025-09-121-1/+8
* dinetwork: packet logging helper (#14125) Patrick Mackinlay2025-09-128-79/+18
* machine/upd765.cpp: Corrected recalibrate steps for Intel N82077 FDC. (#14150) Brice Onken2025-09-091-0/+1
* machine/mb8795.cpp: add loopback and fcs Patrick Mackinlay2025-09-082-65/+102
* mb8795.cpp: minor cleanup Patrick Mackinlay2025-09-082-222/+229
* Various small improvements: Vas Crabb2025-09-051-3/+3