summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/vrc5074.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove many mainly PCI-related MCFG macros in favour of constructor Vas Crabb2018-05-251-10/+12
* tidy (nw) Vas Crabb2018-04-181-1/+1
* Use device_post_load instead of callbacks. (nw) Ted Green2018-04-151-1/+1
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-8/+8
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* vrc5074: Only assert/clear interrupts on a change. Prevents clearing of MIPS... Ted Green2017-12-281-0/+1
* vegas: Add denver uarts, gearshift, and update input dips for various games. ... Ted Green2017-08-301-2/+4
* vrc5074: Fixed uart interrupts. (nw) Ted Green2017-08-201-0/+1
* vrc5074: Add 16550 uart subdevice. (nw) Ted Green2017-08-071-1/+7
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-1/+1
* C++14 constexpr doesn't cooperate with universal references (nw) AJR2017-07-031-2/+5
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-1/+4
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-113/+10
* vrc5074: Fixed serial register handling. (nw) Ted Green2017-05-131-12/+12
* vrc5074: Added save states. (nw) Ted Green2017-05-131-5/+0
* vrc5074: Added new Nile 4 System Controller device Ted Green2017-05-131-0/+220