summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices
Commit message (Expand)AuthorAgeFilesLines
* srcclean and fix up some bits Vas Crabb2023-07-2319-117/+117
* bus/psion/sibo/3link.cpp: Implemented RS232 interface. Nigel Barnes2023-07-229-35/+95
* machine/psion_ssd.cpp: Can now create new SSD, default to be 128K RAM. Nigel Barnes2023-07-222-12/+56
* machine/psion_asic2.cpp: Added indexed control registers. Nigel Barnes2023-07-2210-93/+604
* a2bus/a2parprn.cpp: Minor correction AJR2023-07-211-0/+1
* a2bus: Add Fourth Dimension Parallel Printer Interface [AJR, Apple II Documen... AJR2023-07-213-3/+62
* mips1: fix swl/swr cache logic Patrick Mackinlay2023-07-211-3/+2
* nscsi: Correct SCSI command names (#11426) Miëtek Bak‏2023-07-217-52/+86
* a2bus: Typo fixes AJR2023-07-202-2/+2
* a2bus: Add emulation of ADS Noisemaker II board AJR2023-07-203-0/+104
* dp8573: add dp8572a variant Patrick Mackinlay2023-07-203-182/+229
* watchdog: make watchdog_enable compatible with writeline, add a watchdog rese... hap2023-07-194-32/+80
* starwars, tomcat: use mos6530_new_device hap2023-07-191-5/+4
* c64_nl10: Identify and add CPU AJR2023-07-182-3/+31
* v25: Add address translation for IDB window AJR2023-07-183-8/+21
* mips1: emulate instruction and data caches Patrick Mackinlay2023-07-183-254/+418
* bfm/bfm_blackbox.cpp: Added driver for Bellfruit Black Box electromechanical ... SomeRandomGuyIdk2023-07-182-0/+214
* sinclair/scorpion.cpp: Added Scorpion ZS-256 TURBO+. (#11418) holub2023-07-186-18/+168
* mos6530n: 6530 irq pin output is enabled when PB7 ddr is set to input, hap2023-07-171-2/+2
* mos6530n: 6530 irq pin (shared with PB7) is active low, hap2023-07-173-9/+11
* mos6530n: replace convoluted timer implementation with one mostly copy pasted... hap2023-07-173-240/+96
* seabattl: add pcb locations to parent set, hap2023-07-1512-39/+282
* apple/macpwrbk030.cpp: convert macpb180c to use a WD90C26 VGA device angelosa2023-07-153-7/+94
* flower: remove unneeded vblank irq trampoline, hap2023-07-143-12/+6
* video/pc_vga_paradise.cpp: add device stubs for WD90C31 and WD90C33 angelosa2023-07-135-30/+164
* video/pc_vga_paradise.cpp: remove m_ext_gc_view and use custom handlers in place angelosa2023-07-132-42/+36
* exidysound: replace riot6532_device with mos6532_new_device, untangle exidy_s... hap2023-07-122-128/+74
* video/pc_vga_paradise.cpp: fix boot regression with PVGA1A angelosa2023-07-122-8/+29
* bus/a2bus/a2mockingboard.cpp: Reduced gross copy/pasta in PSG control code an... Vas Crabb2023-07-121-213/+112
* Various spelling fixes, comment updates, etc in several Votrax and SC-01 rela... Lord-Nightmare2023-07-111-8/+8
* Revert "Clean up the Votrax SC-01[-A] class names and device names. [Lord Nig... Vas Crabb2023-07-127-61/+60
* Echo Plus board uses a TSP5220C (aka TMS5220C), not a straight TMS5220 [Lord ... Lord-Nightmare2023-07-111-1/+1
* Clean up the Votrax SC-01[-A] class names and device names. [Lord Nightmare] Lord-Nightmare2023-07-117-60/+61
* isa/svga_paradise.cpp: add WD90C31-LR, WD90C31A_LR, WD90C31A_ZS, W90C33_ZZ IS... angelosa2023-07-113-10/+326
* changela: remove duplicated code hap2023-07-111-1/+1
* mn1610: disassembler fixes Patrick Mackinlay2023-07-111-12/+12
* video/pc_vga_paradise.cpp: add WD90C30 angelosa2023-07-117-13/+200
* msx1_cart.xml: Added fourteen working items. (#11412) wilbertpol2023-07-115-0/+75
* mips3: revert mistaken change, fix MT#8694 Patrick Mackinlay2023-07-101-1/+1
* video/pc_vga_paradise.cpp: bank bit 7 is actually used by Win 95 in 800x600 res angelosa2023-07-102-3/+4
* video/pc_vga_paradise.cpp: preliminary implementation of WD90C11A, add basic ... angelosa2023-07-104-20/+297
* qix.cpp: Driver overhaul AJR2023-07-081-1/+1
* svga_cirrus.cpp: A collection of BIOS ROMs for different Cirrus Logic chipset... rfka012023-07-082-5/+267
* isa/svga_paradise.cpp: add more (not working) wd90c00 dump, add new ISA optio... angelosa2023-07-084-5/+100
* konmedal: add scc enable register hap2023-07-081-6/+6
* video/pc_vga_paradise.cpp: preliminary WD90C00 implementation angelosa2023-07-075-35/+213
* system1: set most ppi tristate to 0 hap2023-07-071-0/+1
* minspacep: rename to minspace, hap2023-07-072-33/+31
* video/pc_vga_paradise.cpp: add basic extended GC interface angelosa2023-07-072-4/+223
* k051649: more logical channel halt hap2023-07-061-8/+12