summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices
Commit message (Expand)AuthorAgeFilesLines
* virusb: goes all the way to the main programdsp563xx Olivier Galibert2025-11-0110-22880/+33815
* Ensure all three virus reach 0x100 Olivier Galibert2025-10-316-22/+32
* dsp563xx: Implement enough to make the dsp56311 reach the first stage bootloa... Olivier Galibert2025-10-3110-11085/+22940
* cpu/m68000/mcf5206e.cpp: make it accept external interrupts, fix CPU space (m... angelosa2025-10-312-142/+202
* TMS32031: ABSF was mistakenly using ~man instead of -man, causing problems fo... codefrog20022025-10-311-6/+26
* src/devices/cpu/m68000: add basic state viewer for Coldfire angelosa2025-10-317-107/+523
* esqpump.cpp: Fix a typo in a comment. (#14437) Christian Brunschen2025-10-301-1/+1
* sound/gt155.cpp, machine/gt913_snd.cpp: fix obvious left channel clamp typo angelosa2025-10-302-2/+2
* nec/pc8801.cpp: misc QA notes angelosa2025-10-302-2/+5
* sega/model2_v.cpp: Pre-bind render callback delegates. Vas Crabb2025-10-312-84/+105
* sega/model2: new trilinear implementation, add support for microtextures (#14... Matthew Daniels2025-10-301-5/+0
* Fixed up various broken stuff: Vas Crabb2025-10-3013-97/+100
* bus/pc98_cbus/pc9801_14.cpp: hookup TMS3631 stub angelosa2025-10-294-12/+171
* bus/nscsi/pc8801_30.cpp: fix set audio start position mode 0x80 angelosa2025-10-291-0/+6
* bus/pc8801/pc8801_31.cpp: pinpoint DMA enable bit angelosa2025-10-284-22/+33
* bus/nscsi/pc8801_30.cpp: implement fader control angelosa2025-10-284-28/+132
* i386: set cpl after all memory reads are done in i386_task_switch cracyc2025-10-281-1/+1
* dsp563xx: First stab at the interpreter infrastructure Olivier Galibert2025-10-287-78/+64325
* mcs51: remove spurious port read messages Olivier Galibert2025-10-281-4/+4
* adamnet/fdc.cpp: Add compatibility matrix for convenient reference AJR2025-10-271-0/+11
* nec/pc8801.cpp, nec/pc88va.cpp, bus/pc98_cbus/pc9801_86.cpp: better OPNA defa... angelosa2025-10-272-8/+8
* bus/pc8801/pc8801_31.cpp: just ack the bytes on data ports angelosa2025-10-272-10/+23
* ef9345: Move some code paths for the ts9347 variant into virtual functions (#... Fabio D'Urso2025-10-262-55/+89
* ef9345: Fix underline condition for ts9345 variant (#14424) Fabio D'Urso2025-10-261-1/+1
* ef9345: Fix insert flag for the ts9347 variant in 80 columns mode (#14422) Fabio D'Urso2025-10-261-2/+9
* bus/pc8801/pc8801_31.cpp: allow SWs booting to some extent angelosa2025-10-261-4/+10
* new cpu core (start of disassembler): dsp563xx Olivier Galibert2025-10-2615-0/+36782
* New software list items marked not working angelosa2025-10-262-1/+21
* cpu/sonix16/sonix16d.cpp: Minor correction AJR2025-10-261-1/+1
* Coleco Adam floppy disk emulation improvements AJR2025-10-263-36/+294
* bus/nscsi/pc8801_30.cpp: hookup end mark and volume metering angelosa2025-10-264-10/+64
* bus/nscsi/pc8801_30.cpp: use PCE CD version for NEC Get dir, fix TOC parsing angelosa2025-10-264-44/+70
* upd72069: Document all of the auxiliary commands AJR2025-10-251-10/+39
* bus/pc8801/pc8801_31.cpp: fix SCSI hookup, translate PCE CD implementation in... angelosa2025-10-254-50/+582
* 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