summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine
Commit message (Expand)AuthorAgeFilesLines
* destaticify initializations (nw) (#3289) wilbertpol2018-03-04249-3215/+2570
* another day, another cleanup (nw) Vas Crabb2018-03-023-58/+51
* dialog80: UART loopback test passes (nw) AJR2018-03-011-2/+5
* i8257: Cleanup (nw) AJR2018-02-272-95/+31
* Grammar police (nw) Olivier Galibert2018-02-2418-35/+35
* ay31015: Replace generic pin setters and getters with READ_LINE and WRITE_LIN... AJR2018-02-202-72/+84
* 6840ptm: Counter/timers are numbered from 1 to 3, not 0 to 2 as with 8253 (nw) AJR2018-02-202-20/+20
* 6840ptm: Stop defaulting external clocks to 1 Hz AJR2018-02-191-22/+11
* msm6242: Deassert interrupt output when the IRQ flag is cleared AJR2018-02-182-9/+27
* Create RST interrupt buffer device AJR2018-02-182-0/+291
* saturn: Fix regression due to an unexpected CDDA dependency (nw) AJR2018-02-162-2/+9
* devices/machine: some private-ization (nw) Ivan Vangelista2018-02-1550-538/+559
* stvcd: Note HLE in device name (nw) AJR2018-02-151-1/+1
* Revert "Merge satcdb skeleton device with stvcd" AJR2018-02-152-34/+0
* Merge satcdb skeleton device with stvcd AJR2018-02-142-0/+34
* saturn, sfish2: Move existing CD-ROM emulation down into device AJR2018-02-142-170/+354
* olyboss: boot floppies (nw) cracyc2018-02-141-1/+2
* ay31015.cpp: Fix unresolved callback disaster (nw) AJR2018-02-141-1/+2
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-1/+1
* ay31015: Make SI and SO line callbacks as well (nw) AJR2018-02-132-4/+4
* ay31015: Replace "status changed" notifier with line callbacks (nw) AJR2018-02-132-29/+74
* olyboss: floppy wip (nw) cracyc2018-02-121-1/+1
* gt64xxx fix (nw) Olivier Galibert2018-02-121-0/+1
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-12106-265/+282
* com8116: Add several clock rate/divisor table variant types AJR2018-02-122-30/+90
* upd71071: disable channel at tc (nw) cracyc2018-02-111-0/+12
* upd71071: only set tc at end of op, fixes cameltry (nw) cracyc2018-02-111-1/+2
* i8257: don't clear drq on tc (nw) cracyc2018-02-101-1/+0
* am9519: fix a bit (nw) cracyc2018-02-101-11/+13
* am9519: add am9519 uic device [Carl] cracyc2018-02-102-0/+398
* ins8250: unbreak the pcjr (nw) cracyc2018-02-031-1/+1
* z80sio.cpp: Fix typo (nw) AJR2018-02-011-1/+1
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-319-21/+12
* Revert "Revert "74153: Improve interface"" Dirk Best2018-01-282-0/+43
* Revert "74153: Improve interface" AJR2018-01-282-43/+0
* 74157.cpp: Update notes (nw) AJR2018-01-281-2/+10
* srcclean and regenerate localisations (nw) Vas Crabb2018-01-283-15/+15
* 74153: Improve interface Dirk Best2018-01-282-0/+43
* fixup (nw) Vas Crabb2018-01-282-4/+4
* (nw) don't get hit by the bus - remove unnecessary reset calls, improve error... Vas Crabb2018-01-272-7/+0
* more implicit XTAL construction (nw) Vas Crabb2018-01-261-1/+1
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-2334-57/+75
* New device: SN54/74166 8-Bit Parallel-In/Serial-Out Shift Register [Dirk Best... Luca Elia2018-01-212-0/+217
* Merge pull request #3093 from firewave/coverity_cdp1879 ajrhacker2018-01-202-2/+2
|\
| * cdp1879.cpp: fixed Coverity out-of-bounds warnings (nw) firewave2018-01-202-2/+2
* | stvcd.cpp: fixed some boundary checks for filters access (nw) (#3092) Oliver Stöneberg2018-01-201-4/+4
|/
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-192-6/+6
* vrc5074: Only clear edge triggered interrupts and initialize timer from count... Ted Green2018-01-181-11/+12
* Mybrain 3000,JB-3000,Ericsson PC step/one feature complete (#3042) Joakim Larsson Edström2018-01-182-19/+115
* tv912.cpp: UART is now fully controlled (nw) AJR2018-01-172-1/+13