summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine
Commit message (Expand)AuthorAgeFilesLines
* machine/tms9914.cpp: Suppress side effects for debugger reads. Vas Crabb2025-12-272-139/+150
* mb87030: Correct the behaviour when a transfer size 0 is requested Olivier Galibert2025-12-262-13/+23
* nec/pcfx.cpp: hookup internal backup RAM angelosa2025-12-252-2/+5
* ic2061a: ensure m_regs is initialized and saved Olivier Galibert2025-12-241-0/+2
* Cleaned up code in VRender0-related drivers and devices: (#14453) cam9002025-12-243-218/+219
* nec/pcfx.cpp: move interrupt controller as device angelosa2025-12-232-0/+202
* New working systems hap2025-12-222-1/+46
* machine/nscsi_bus: Moved the BSY callback from the MB87030 device to the bus ... arbee2025-12-214-6/+10
* machine/mb87030.cpp: Added a BSY line callback suitable for drive LEDs. [R. B... arbee2025-12-202-1/+7
* pc/*, nec/pc9801.cpp: kick-off a generic_cdrom software list angelosa2025-12-161-0/+1
* multibus/sun1.cpp: add SGI PM1 firmware [bitsavers] Patrick Mackinlay2025-12-152-0/+381
* machine/i82586.cpp: Use multibyte helpers instead of casting buffer pointer AJR2025-12-141-30/+21
* Current Plug & Play PR - ELAN SoC refactoring pass 2 (#14648) mamehaze2025-12-1224-0/+4426
* Start addressing alignment/endianness issues: Vas Crabb2025-12-122-13/+20
* machine/dp8390.cpp: push CR bit 5 high on DMA complete events (#14651) Angelo Salese2025-12-101-0/+2
* mos6551: RTS high disables transmitter, but not in the middle of a character AJR2025-12-061-1/+1
* mos6551: Do not disable the transmitter when a command deasserts RTS AJR2025-12-062-109/+104
* machine/mc68328.cpp: ignore lower 3 bits for IVR writes angelosa2025-12-061-2/+3
* tvgames: Get rid of "full memory" device. Vas Crabb2025-12-041-5/+5
* z80dma.cpp: Relaxed fatal error which were used for unknown commands catching... holub2025-12-031-3/+4
* machine/wd33c9x.cpp: fix #14532 angelosa2025-12-021-4/+8
* machine/gpl_renderer.cpp: Try to actually use address space finders. Vas Crabb2025-11-278-98/+105
* machine/upd765.cpp: Add support for machines that have non-standard TS (two-s... arbee2025-11-242-0/+5
* pc/pc_t1t.h: Missing change corresponding to previous commit. Also srcclean. Vas Crabb2025-11-232-2/+2
* New systems marked not working arbee2025-11-221-0/+1
* bus/pc98_cbus: preliminary hookup for a PC-9801-27 SASI interface angelosa2025-11-211-0/+2
* machine/swim1.cpp: Guard against machine().time() going randomly in reverse. ... arbee2025-11-191-0/+8
* machine/82c100.cpp: New 82C100 IBM PS/2 Model 30 and Super XT device. Nigel Barnes2025-11-186-0/+1243
* machine/upd765.cpp: Added Control Port C4 and C6 outputs for TC8566AF. Nigel Barnes2025-11-182-7/+28
* machine/sega_scu.cpp: rename to saturn_scu, move to Sega folder, relicense to... angelosa2025-11-162-940/+0
* cpu/sh/sh7604.cpp: fix BCR1/BCR2 and VCRDIV accessing angelosa2025-11-161-2/+2
* machine/smpc.cpp: remove device_memory_interface, fix open bus access, move t... angelosa2025-11-162-1150/+0
* machine/ticket.cpp: Forgot to git add this. Vas Crabb2025-11-161-1/+1
* -machine/ticket.cpp: Added a sensor test input for convenience. Vas Crabb2025-11-162-60/+72
* spg_renderer: Split off GeneralPlus renderer (#14508) mamehaze2025-11-147-464/+1018
* machine/pci9050.cpp: fix class code angelosa2025-11-122-5/+5
* Current Plug and Play PR + some GPL162xx related hack removal (#14496) mamehaze2025-11-096-131/+145
* nec/pc9801.cpp: move RAM handling to specific 54simm / 61simm options angelosa2025-11-091-3/+0
* machine/wd33c9x.cpp: provide an hack free status read angelosa2025-11-072-1/+8
* machine/mc68681.cpp: Add received data to FIFO in loopback mode. Nigel Barnes2025-11-061-1/+1
* pc/tandy1t.cpp: Added crude support for the original Tandy 1000. Vas Crabb2025-11-072-395/+305
* nec/pc9801.cpp: major RAM rewrite angelosa2025-11-061-0/+3
* midway/midvunit.cpp: Improved shift controls. Vas Crabb2025-11-061-0/+2
* bus/pc98_cbus: refactor card implementations using address maps for I/Os angelosa2025-11-044-12/+14
* machine/mb89371.cpp: Rewrite as a fully functional device. [R. Belmont] arbee2025-11-022-29/+287
* i8257: make the driver handle verify cycles since the dmac only does an addre... cracyc2025-11-012-3/+5
* cpu/m68000/mcf5206e.cpp: disallow do not use commands for monomach to send 0x... angelosa2025-11-011-17/+15
* cpu/m68000/mcf5206e.cpp: provide MBAR relocation, and retire machine/mcf506e.cpp angelosa2025-11-012-133/+0
* 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