summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices
Commit message (Expand)AuthorAgeFilesLines
* Further System 23 checkpoints23-firewire Ryan Holtz2025-11-251-6/+15
* machine/upd765.cpp: Add support for machines that have non-standard TS (two-s... arbee2025-11-242-0/+5
* v5x: clear m_brc_enable in constructor cracyc2025-11-241-0/+1
* bus/pc98_cbus: add SNE Sound Orchestra angelosa2025-11-245-20/+165
* (ut)dsp563xx: Lots of fixes Olivier Galibert2025-11-244-16/+26
* dsp563xx: Correct a test, a couple of instructions, and add the opcode to the... Olivier Galibert2025-11-242-14/+17
* dsp563xx: Add unit tests (virtual driver utdsp563xx) Olivier Galibert2025-11-238-342/+2056
* bus/pc98_cbus/speakboard.cpp: document known games using this card angelosa2025-11-232-5/+11
* bus/nscsi/dtc510.cpp: speed up the data byte period a bit angelosa2025-11-231-1/+3
* bus/pc98_cbus/pc9801_27.cpp: hookup dip switches angelosa2025-11-233-12/+63
* akai/s3000.cpp: Updates [R. Belmont] arbee2025-11-232-6/+65
* a2videoterm: Fix out-of-bounds error with video RAM access and screen corrupt... AJR2025-11-231-13/+13
* bus/pc98_cbus: implement eop angelosa2025-11-226-6/+28
* bus/nscsi/dtc510.cpp: reorganize command set angelosa2025-11-222-64/+103
* bus/pc98_cbus/pc9801_27.cpp: assign DMA params angelosa2025-11-221-5/+11
* pc/pc_t1t.h: Missing change corresponding to previous commit. Also srcclean. Vas Crabb2025-11-2335-187/+187
* ega: invert color don't care and make mode 1 work in the debugger cracyc2025-11-221-3/+3
* New systems marked not working arbee2025-11-221-0/+1
* ega: read mode 1 cracyc2025-11-211-2/+17
* Revert "floppy: Revised floppy sound system, allows definition of custom samp... Vas Crabb2025-11-222-584/+268
* Current Plug and Play additions (7 sets + changes needed to improve support f... mamehaze2025-11-211-5/+15
* bus/nscsi/dtc510.cpp: bulk rename into dtc510 angelosa2025-11-214-18/+18
* bus/pc98_cbus: preliminary hookup for a PC-9801-27 SASI interface angelosa2025-11-2119-107/+743
* sound/cem3394.cpp: Fixed "FREQENCY" typo and updated comments. (#14561) m1macrophage2025-11-212-6/+8
* floppy: Revised floppy sound system, allows definition of custom sample lists... Michael Zapf2025-11-212-268/+584
* cpu/nec/v5x.cpp: Hook up V53 timer 1 routing to the SCU, and made more SCU-re... arbee2025-11-192-1/+46
* machine/swim1.cpp: Guard against machine().time() going randomly in reverse. ... arbee2025-11-191-0/+8
* mcs51: Add read/write slave address registers to 80c51 Olivier Galibert2025-11-192-0/+46
* 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
* video/82c425.cpp: New 82C245 CGA LCD/CRT Controller device. Nigel Barnes2025-11-182-0/+578
* bus/pc98_cbus/options.cpp: Fix build for the moment AJR2025-11-171-1/+0
* nec/pc98_cbus: untangle SpeakBoard card from pc9801_86 angelosa2025-11-1813-89/+179
* nec/pc88va.cpp: cleanups around FDC angelosa2025-11-181-3/+8
* sequential/sixtrak.cpp: Emulated audio and promoted to working. (#14531) m1macrophage2025-11-171-0/+1
* a2bus/a2ultraterm.cpp: Implemented font selection and cleaned up logging. [R.... arbee2025-11-161-19/+40
* 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-163-18/+45
* machine/smpc.cpp: remove device_memory_interface, fix open bus access, move t... angelosa2025-11-162-1150/+0
* bus/a2bus/a2ultraterm.cpp: Various fixes AJR2025-11-161-38/+40
* dsp563xx: Try not to crash when disassembling invalid data AJR2025-11-151-1/+1
* sound/l4003: Fix include guard. [R. Belmont] arbee2025-11-151-4/+3
* akai/mpc60.cpp: Apply the same drum pad order fix as the MPC3000 and hook up ... arbee2025-11-152-0/+329
* 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
* pc98_cbus/pc9801_55.cpp: needs increment address for wdc related registers angelosa2025-11-152-9/+20
* current Plug and Play work (6 new VT sets) (#14526) mamehaze2025-11-141-1/+3
* swp00: Overhaul of the synthesis part, effects to follow Olivier Galibert2025-11-144-688/+1399
* spg_renderer: Split off GeneralPlus renderer (#14508) mamehaze2025-11-147-464/+1018
* bus/rs232/null_modem.cpp: Improved text transmission options AJR2025-11-132-15/+71