summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/riscpc.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-7/+7
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-12/+12
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-7/+8
* riscpc.cpp: machine().first_screen() -> m_screen (nw) Nigel Barnes2018-03-061-7/+9
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-1/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+2
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-4/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-6/+12
* riscpc: fix ROM load for rpc600. [R Belmont] arbee2017-11-271-2/+2
* Remove pulse_input_line version using CPU minimum quantum, which can (though ... AJR2017-11-221-3/+3
* Revert "pulse_input_line: change units to cycles and set default param to min... hap2017-11-151-3/+3
* pulse_input_line: change units to cycles and set default param to min_cycles ... hap2017-11-151-3/+3
* Replace driver_device::generic_pulse_irq_line with device_execute_interface::... AJR2017-11-141-3/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-12/+12
* Self-registering devices prep: Vas Crabb2017-02-271-0/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-26/+26
* Prepare to make object finders behave like a pointer, not a half-pointer half... Vas Crabb2016-08-261-3/+3
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+954