summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/vrc5074.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-6/+6
* devices/*: Removed extra semicolons after function bodies in headers. (#9275) 0kmg2022-02-061-1/+1
* devices/machine, sound and video: removed read and write macros (nw) Ivan Vangelista2020-06-171-12/+12
* vrc5074: MCFG removal and define device clock. (nw) Ted Green2018-09-021-9/+0
* 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