summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/rbisland.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-1/+1
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-1/+1
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-4/+4
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-8/+8
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-2/+2
* (nw) misc follow-up Vas Crabb2018-05-061-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-17/+17
* Build fix (nw) AJR2018-03-171-1/+1
* use a handcrafted c-chip rom for Rainbow Islands Extra, pending a real dump, ... David Haywood2018-03-171-78/+48
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-28/+28
* C-chip clocks (nw) braintro2018-03-161-1/+1
* use dumped C-Chip for Rainbow Islands [Team Caps0ff] (#3325) David Haywood2018-03-141-25/+81
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-61/+66
* (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-4/+4
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-9/+9
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-3/+3
* Draw a nominal distinction between PC060HA and TC0140SYT AJR2017-10-111-7/+7
* never hurts to srcclean (nw) Vas Crabb2017-07-091-1/+1
* (nw) clean up names, kill off empty header file, put Type X stuff in Type X d... Vas Crabb2017-07-071-1/+1
* use DERIVED_CLOCK David Haywood2017-07-051-1/+1
* create c-chip device with correct CPU type in it and a bunch of notes (pinout... David Haywood2017-07-051-8/+10
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-6/+6
* Self-registering devices prep: Vas Crabb2017-02-271-4/+6
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-2/+2
* ym2151: Isolate, objectify, integrate [O. Galibert] Olivier Galibert2016-06-291-1/+1
* Reduce the incidence of required_device<palette_device> in subdevices AJR2016-04-021-2/+0
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+977