summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices
Commit message (Expand)AuthorAgeFilesLines
* Fixed up a pile of stuff and commented out games added without credits. Vas Crabb2025-10-3110-10/+10
* srcclean and tidy Vas Crabb2025-10-2631-293/+293
* Tidied a few things. Vas Crabb2025-10-266-94/+79
* hash/megadriv.xml: change rockmnx3b slot type (boots in teradrive) angelosa2025-10-251-1/+2
* bus/pc98_cbus/pc9801_14.cpp: provide BIOS dump [Mike Stedman] angelosa2025-10-253-22/+64
* sonix16: Disassemble a few more instructions and registers AJR2025-10-251-10/+27
* sonix16: Improve disassembler compiling on GCC. [R. Belmont] arbee2025-10-241-3/+3
* evo_cpu -> sonix16: Identify manufacturer of processor used in evolhh (and ot... AJR2025-10-247-437/+250
* sound/l7a1045_dsp_a.cpp: Make into a device_memory_interface with a side of m... arbee2025-10-242-31/+22
* cpu/m6805/hd6305.cpp: Use logmacro logging. Nigel Barnes2025-10-241-34/+50
* bus/coco: Added CoCo X-SID cartridge. Nigel Barnes2025-10-243-1/+78
* bus/archimedes/podule/scsi_acorn.cpp: Added Acorn AKA30 SCSI Expansion Card. Nigel Barnes2025-10-243-51/+66
* bus/pc98_cbus/pc9801_14: add dsw access log angelosa2025-10-241-0/+1
* bus/pc98_cbus: preliminary PC9801-14 support angelosa2025-10-245-2/+154
* 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
* akai/mpc3000.cpp: Updates [R. Belmont, Guru] arbee2025-10-232-44/+59
* wozfdc.cpp: improve timing of data register reads (#14404) Roman Donchenko2025-10-232-3/+8
* bus/pc98_cbus: hookup 2D floppy option angelosa2025-10-2312-9/+941
* sound/va_vca.cpp: Defined a CEM3360_VCA specialization. (#14342) m1macrophage2025-10-232-53/+99
* sinclair/specnext.cpp: Improved interrupts handling (#14399) holub2025-10-231-0/+1
* Follow-up to PR#14263 -- move implementation details out of headers etc. (#14... shattered2025-10-2315-192/+169
* qbus: add DVK MFM hard disk controller HLE (#14393) shattered2025-10-233-0/+591
* current Plug and Play / Handheld set additions (29 parents, 3 clones, 1 softl... mamehaze2025-10-238-589/+2052
* bus/cbus: bulk replace cbus -> pc98_cbus angelosa2025-10-2225-92/+102
* 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-224-6/+139
* t11: add interrupt processing and EIS instructions to K1801VM2 core. (#14325) shattered2025-10-225-40/+424
* t11: handle unaligned accesses to I/O page. (#14347) shattered2025-10-222-2/+32
* terak: de-skeletonize -- add video boards. (#14383) shattered2025-10-224-2/+482
* 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
* apple2e: cleanup IIc (#14388) arekkusu422025-10-211-4/+4
* 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
* New systems marked not working angelosa2025-10-192-2/+5
* bus/bbc/tube/tube_arm.cpp: Added BIOS option for Brazil v-.006 (11th July 1986). Nigel Barnes2025-10-191-2/+4
* sab80c535: hook up the ports 4-5 Olivier Galibert2025-10-194-4/+131
* upd765: upd72069 data rate control cracyc2025-10-191-1/+8
* video/poly.h: Fixed portability issues in round_coordinate. (#14369) seleuco2025-10-201-6/+14
* es550[56] devices generate 20bit samples, not 16-bit ones. (#14329) Christian Brunschen2025-10-192-8/+10
* bus/megadrive/cart: initial pass at a new cart slot interface (#14197) Angelo Salese2025-10-1960-203/+5865
* bus/amiga/zorro/oktagon2008.cpp: Add hardware note AJR2025-10-181-1/+1
* nec/pc9801: update and re-sort QA (#14316) Angelo Salese2025-10-1810-49/+531
* -machine/nmk112.cpp: Handle non power of two ROM sizes properly. Vas Crabb2025-10-192-28/+35