summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine
Commit message (Expand)AuthorAgeFilesLines
* Add adjust_periodic() to persistent_timer. Update obvious situations where it... Aaron Giles2021-09-1175-158/+156
* Fix merge errors and update new/changed drivers to latest APIs. Aaron Giles2021-09-103-4/+4
* Merge branch 'master' into time-experiments2 Aaron Giles2021-09-1020-116/+879
|\
| * cking_master: use clock device for irq signal hap2021-09-101-1/+1
| * clock: add setters for period, duty cycle, pulse width hap2021-09-102-26/+150
| * apple2: support for the AppleIISD card [R. Belmont, Florian Reitz] arbee2021-09-072-0/+328
| * -Reworked device type definition macros a little and added more Doxygen. Vas Crabb2021-09-072-2/+1
| * machine/fdc37c665gt.cpp: Fixed address usage for serial port registers. (#8536) 9871238791132021-09-051-6/+6
| * i8257: fix it so tc can work with multiple devices cracyc2021-09-041-2/+4
| * 8042kbdc.cpp: mouse reset answers at least one byte if mouse disabled. yz70s2021-08-301-3/+11
| * gts1: various fixes. Still not working though. Robbbert2021-08-271-8/+11
| * fdc37c93x.cpp: update to support ps/2 mouse yz70s2021-08-251-0/+2
| * 8042kbdc.cpp: improve management of ps/2 mouse yz70s2021-08-252-26/+105
| * Major state refactoring of pc98 based HW (#8475) Angelo Salese2021-08-242-0/+199
| * formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-225-45/+63
| * nscsi: Added initialization of sense buffer on reset. Michael Zapf2021-08-201-0/+1
* | Since I already had to touch all device_timer signatures, bite the bullet and... Aaron Giles2021-08-20296-461/+467
* | Remove timer_alloc from scheduler, keeping it exclusively in the device_t cla... Aaron Giles2021-08-173-16/+16
* | Update recently changed code to new APIs Aaron Giles2021-08-141-1/+0
* | Merge branch 'master' into time-experiments2 Aaron Giles2021-08-1458-421/+2333
|\|
| * swim1, swim2: Implement callback for DAT1BYTE output AJR2021-08-134-2/+55
| * ch376.cpp: fix mount status and entry formatting [Peter Ferrie] Peter Ferrie2021-08-121-2/+4
| * ap2000: hook up reset to Centronics init signal (#8363) goldnchild2021-08-092-1/+20
| * fdc37c93x.cpp: actually read logical device registers yz70s2021-08-072-21/+10
| * z8536: Avoid magic numbers Dirk Best2021-08-052-8/+17
| * z8536: Better daisy chain support, fix port assignment when writing data Dirk Best2021-08-042-5/+30
| * fdc37c93x.cpp: use ns16550 instead of ns16450 for rs232 as per datasheet yz70s2021-08-032-4/+4
| * smc91c96 updates (a2osx w/ lancegs) Kelvin Sherlock2021-08-022-8/+16
| * swim1: Disable read side effects to help debugging AJR2021-07-302-10/+21
| * applepic: Add timer and remaining GPIO AJR2021-07-302-16/+58
| * applepic: Add device files missing from 918da8411db59ec376d800ae2a424344a6736a25 AJR2021-07-292-0/+511
| * maciifx: Add preliminary PIC (Peripheral Interface Controller) devices and OS... AJR2021-07-292-0/+0
| * i82371sb.cpp: various changes, windows 98 recognizes the ide busmaster contro... yz70s2021-07-292-17/+94
| * i82439hx.cpp: corrections to pci configuration space map and decoding to debu... yz70s2021-07-292-2/+86
| * fdc37c93x.cpp: add placeholder routine for mouse irq yz70s2021-07-292-0/+8
| * ns32082: implement program flow trace support Patrick Mackinlay2021-07-282-3/+35
| * ns32202: fix syntax errors Patrick Mackinlay2021-07-281-3/+3
| * ns32202: implement counter current values Patrick Mackinlay2021-07-282-6/+67
| * hp_taco: commands to read HP9825 tapes added fulivi2021-07-251-15/+28
| * srcclean for 0.234 branch Vas Crabb2021-07-251-2/+2
| * am9517a: setting mask bits also sets status Patrick Mackinlay2021-07-231-0/+3
| * ns32082: remove obsolete comment Patrick Mackinlay2021-07-231-5/+0
| * ncr5380n: reclaim ncr5380 device name Patrick Mackinlay2021-07-202-58/+58
| * API cleanups and miscellaneous fixes. Vas Crabb2021-07-152-13/+12
| * fidel_sc6: add note hap2021-07-141-1/+2
| * New working machines hap2021-07-132-0/+147
| * -bus/a2bus: Added //SHH SYSTEME LANceGS Card. (#8264) ksherlock2021-07-092-28/+44
| * video/voodoo.cpp: Major rewrite: (#8267) Aaron Giles2021-07-094-3/+13
| * Remove some tag lookups by name (#8252) Miodrag Milanović2021-07-056-22/+26
| * heromem, sbmjb: Map I/O expanders (and some RAM for sbmjb) AJR2021-07-032-0/+19