summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/vrc5074.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-8/+8
* devices/machine/ins8250.cpp : Simplify handlers, Use shorter type values cam9002019-03-301-2/+2
* Replace ATTOSECONDS_TO_HZ with as_hz where appropriate (nw) AJR2018-11-051-1/+1
* bus/rs232.cpp: completed removal of MCFG macros (nw) Ivan Vangelista2018-10-231-12/+13
* -in8250: De-MCFG, nw mooglyguy2018-09-041-8/+8
* vrc5074: Use derived clock for UART (nw) Ted Green2018-09-041-1/+1
* vrc5074: MCFG removal and define device clock. (nw) Ted Green2018-09-021-8/+8
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-4/+4
* remove many mainly PCI-related MCFG macros in favour of constructor Vas Crabb2018-05-251-11/+5
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-9/+9
* maps: Finish devices/machine (nw) Olivier Galibert2018-04-201-13/+17
* Use device_post_load instead of callbacks. (nw) Ted Green2018-04-151-2/+1
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-6/+6
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-1/+1
* vrc5074: Only clear edge triggered interrupts and initialize timer from count... Ted Green2018-01-181-11/+12
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* Calculate screen size and timing using voodoo CRTC and PLL registers. (nw) Ted Green2018-01-061-9/+10
* Remove a bunch of space.device().safe_pc() from devices (nw) Olivier Galibert2017-12-301-27/+27
* vrc5074: Only assert/clear interrupts on a change. Prevents clearing of MIPS... Ted Green2017-12-281-13/+18
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-1/+1
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-1/+1
* vrc5074: Don't try to save zero length vectors. (nw) Ted Green2017-12-101-1/+1
* vrc5074: Improve debug messaging for serial port. (nw) Ted Green2017-11-021-3/+14
* Fixed unused variable. (nw) Ted Green2017-08-301-1/+1
* vegas: Add denver uarts, gearshift, and update input dips for various games. ... Ted Green2017-08-301-50/+16
* vrc5074: Fixed uart interrupts. (nw) Ted Green2017-08-201-8/+14
* vrc5074: Add 16550 uart subdevice. (nw) Ted Green2017-08-071-60/+43
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-1/+1
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-2/+5
* Save states supports static vectors natively. Who knew? (nw) Ted Green2017-06-291-2/+2
* srcclean (nw) Vas Crabb2017-05-281-47/+47
* pci-ide: Allow for address size resolving even in legacy mode. (nw) Ted Green2017-05-141-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+108
* vrc5074: Fixed serial register handling. (nw) Ted Green2017-05-131-3/+3
* vrc5074: Added save states. (nw) Ted Green2017-05-131-30/+7
* vrc5074: Added new Nile 4 System Controller device Ted Green2017-05-131-0/+977