summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine
Commit message (Expand)AuthorAgeFilesLines
* mcs51: implement serial input/output as bit stream (#11190) Patrick Mackinlay2023-05-082-40/+10
* hrdvd: Make the initial dvdrom test pass Olivier Galibert2023-05-052-5/+34
* csplayh5: rename to hrdvd (High Rate DVD) Olivier Galibert2023-05-051-1/+1
* chd: Add dvd support. better abstraction in general, multi-image support in a... Olivier Galibert2023-05-0420-235/+156
* machine/mpc106.cpp: properly endian-swap PPC/PCI transactions, support LE PPC... arbee2023-04-292-17/+86
* video/vrender0.cpp: More accurate VRender0 pipeline inner workings (#11057) Angelo Salese2023-04-271-3/+5
* mpc106: map RAM and ROM into PCI memory space for PCI DMA. [R. Belmont] arbee2023-04-252-3/+27
* machine/t10mmc.cpp: track command 48h just plays track when TNO start == TNO ... Angelo Salese2023-04-251-5/+16
* wicat: Add MCU dump and LLE of keyboard; update layout to include keyboard LE... AJR2023-04-224-16/+395
* srcclean in preparation for release Vas Crabb2023-04-231-1/+1
* mc88200: fix cache endianness bugs Patrick Mackinlay2023-04-212-184/+230
* namco/namcos10.cpp: Added CD-ROM drive support and I/O for Taiko games. (#11131) 9871238791132023-04-212-1/+68
* mb87030: fix hp98265a diagnostic error Patrick Mackinlay2023-04-191-3/+4
* wd_fdc: IRQ/DRQ corrections AJR2023-04-161-9/+2
* wd_fdc: Drop DRQ when ending a normal command or starting a "Force Interrupt"... AJR2023-04-161-1/+9
* i8257: Minor logging improvement AJR2023-04-161-2/+2
* bus/nscsi/cd.cpp: Implemented basic CDDA support. (#11097) 9871238791132023-04-161-2/+2
* Add device emulation of Dallas DS2430A 1-Wire EEPROM AJR2023-04-112-0/+830
* swim1: Disable logging by default AJR2023-04-111-17/+20
* Cleaned up some recent changes. Vas Crabb2023-04-122-38/+41
* mv6436x: Memory mapping Dirk Best2023-04-094-63/+1308
* lw700i: connect fdc and floppy drive, don't work yet because of dma cracyc2023-04-082-1/+14
* brother/lw350.cpp: Added driver for Brother LW-350,LW-450 word processor. (#1... cracyc2023-04-082-0/+188
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-0810-45/+45
* -Improved some Lua APIs: Vas Crabb2023-04-073-4/+3
* mb87030: improve arbitration/selection handling Patrick Mackinlay2023-04-062-41/+76
* video/huc6272.cpp: modernize handler interface (#11077) Angelo Salese2023-04-061-1/+2
* mb89352: retire legacy scsi device Patrick Mackinlay2023-04-052-755/+0
* mb87030: add mb89351/2 variants Patrick Mackinlay2023-04-052-28/+127
* tmp68301: Reimplement in the new68k framework. The timers are not yet implem... Olivier Galibert2023-04-043-481/+12
* Small fixes and cleanup: Vas Crabb2023-04-041-3/+3
* pegasos2: Initial devices for MV64361 and VT8231 Dirk Best2023-04-034-0/+585
* leapfrog: Less redundancy in source file names. Vas Crabb2023-04-021-2/+2
* emu/rgbvmx.h: Fixed some corner cases (fixes GitHub #11051). Vas Crabb2023-04-012-3/+3
* misc/crystal.cpp: Removed hacks: (#11054) David Haywood2023-04-012-51/+0
* namcos10: Refactored driver, and implemented MEM(M) and MEM(N) boards. (#11053) 9871238791132023-04-016-662/+859
* z80scc: Make receive error logging conditional AJR2023-03-301-1/+1
* swim2.cpp: Put U suffix in proper place for LOG_xxx constant macros AJR2023-03-301-2/+2
* API change for device_image_interface AJR2023-03-3010-60/+58
* machine/wd_fdc.cpp: Don’t clear DRQ on LDB/INTR, and fix spurious READ TRA... tim lindner2023-03-312-61/+50
* cpu/nec: Fixed build; also, srcclean Vas Crabb2023-03-265-15/+15
* abc806: Fix UFD-DOS boot RTC readout. [Curt Coder] Curt Coder2023-03-251-1/+1
* New systems marked not working Nigel Barnes2023-03-254-0/+1630
* mc146818: add ds1397 variant Patrick Mackinlay2023-03-242-0/+54
* mc88200: invalidate colliding block address translation cache entries Patrick Mackinlay2023-03-241-0/+12
* mpc106: use swapendian_int32. [R. Belmont] arbee2023-03-231-15/+4
* Various devices: Correct placement of U integer suffix in definitions of shif... AJR2023-03-235-29/+29
* pci.cpp: add new config read/write functions to support bridges that allow so... arbee2023-03-222-0/+34
* mc88200: implement mbus error logic Patrick Mackinlay2023-03-222-102/+137
* Various devices: Correct placement of U integer suffix in definitions of shif... AJR2023-03-214-12/+12