summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine
Commit message (Expand)AuthorAgeFilesLines
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-17372-3282/+982
* m6801: add i/o ports tri-state callback, hap2023-06-161-1/+1
* mc68681: Delay setting of TxRDY until start bit time has passed (fixes DUART ... AJR2023-06-152-11/+36
* emu/devdelegate.h: Added resolve_safe and resolve_all_safe helpers. Vas Crabb2023-06-1312-64/+47
* emu/devfind.h: Added a lookup() member function to device finders. Vas Crabb2023-06-1218-104/+106
* New working clones Ivan Vangelista2023-06-092-0/+12
* h8_sci: Bring interface up in the cpu Olivier Galibert2023-06-081-0/+1
* ncr5380/ti99: Use DRQ to set DMA state on controller card; remove in_dma_mode... Michael Zapf2023-06-082-6/+0
* ti99: Some debug output improvements Michael Zapf2023-06-081-9/+9
* ncr5380: Add a function to check for DMA mode. Michael Zapf2023-06-082-0/+6
* h8_adc, h8_port: convert i/o to devcb at cpu level Olivier Galibert2023-06-082-8/+4
* z80scc.cpp: Reset Highest IUS command is available on NMOS versions too accor... AJR2023-06-061-16/+9
* z80scc: fix access to wr7' Patrick Mackinlay2023-06-071-2/+5
* mc68681: separate transmitter holding and shift registers Patrick Mackinlay2023-06-072-43/+18
* h8_dma: reorganize, upgrade Olivier Galibert2023-06-061-1/+0
* h8: Use finders Olivier Galibert2023-06-062-8/+8
* Clean up several sprintf() deprecation warningss in non-3rdparty code. [R. Be... arbee2023-06-033-6/+6
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-01414-2333/+2333
* sega/puckpkmn.cpp: Made Puckman Pockimon set showing Sun Mixing copyright the... Vas Crabb2023-05-311-5/+41
* New systems marked not working angelosa2023-05-311-2/+2
* pc/pcipc.cpp: derive a very preliminary i440bx AGP target from savquest BIOS angelosa2023-05-302-0/+485
* video/pc_vga.cpp: part 1 of interface modernization (#11284) Angelo Salese2023-05-301-1/+0
* srcclean in preparation for MAME 0.255 branch Vas Crabb2023-05-2814-47/+44
* tc9223: Add forgotten override qualifier Olivier Galibert2023-05-261-2/+2
* hrdvd: Add placeholders for all the chips, thanks Guru for tracing the pcb Olivier Galibert2023-05-262-0/+108
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-23114-630/+524
* Initial work towards i440bx chipset (#11037) Angelo Salese2023-05-2118-121/+937
* Fix validation errors from 24371e7a4af8a28e843218f3c887bc60360acc5b AJR2023-05-181-0/+1
* cdda: Modernize a little Olivier Galibert2023-05-183-6/+15
* machine/akiko.cpp: fix regression crash (amiga/cubo.cpp games still don't aut... angelosa2023-05-181-3/+3
* New systems marked not working Nigel Barnes2023-05-176-0/+1313
* machine/stvcd.cpp: better split LOG calls to areas of interest angelosa2023-05-171-83/+103
* bus/psion: Added SIBO and Honda expansion port devices: Nigel Barnes2023-05-168-167/+828
* ds2430a: Silence logging AJR2023-05-141-1/+1
* machine/opti82c861.cpp: Skeleton for OPTi 82C861 PCI USB OHCI controller. [R.... arbee2023-05-132-0/+84
* Skeleton driver for 600 Cellular Activation Tester (#11225) MooglyGuy2023-05-132-3/+27
* mb87030: Make DMA transfers go through DREG rather than separate single buffer AJR2023-05-112-63/+31
* 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