summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/rainbow.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+1
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-183/+183
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-4/+4
* rainbow: check for empty fdd slot (nw) cracyc2018-05-111-15/+15
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-37/+37
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-6/+7
* More GCC 8 (nw) arbee2018-05-011-1/+1
* prophet600, rainbow, sc2: Use output finders (nw) AJR2018-04-041-3/+9
* rainbow: Correct bit rate generator clocks and types AJR2018-03-191-45/+48
* rainbow: Correct some clocks and add extra modem control (nw) AJR2018-03-191-28/+34
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-53/+58
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-1/+1
* Grammar police (nw) Olivier Galibert2018-02-241-1/+1
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-5/+10
* vtvideo: Assert vertical blanking interrupt through device callback (nw) AJR2018-02-101-14/+8
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-8/+8
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* Ch-ch-ch-ch-ch-checkpoint... (nw) Olivier Galibert2018-01-041-2/+2
* vt100: Configure video clock (nw) AJR2017-12-301-1/+1
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-4/+4
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-4/+4
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-4/+4
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* Eliminate custom MCFG_Z80DART_ADD/Z80SIO_ADD macros (nw) AJR2017-09-241-1/+1
* srcclean (nw) Vas Crabb2017-08-271-10/+10
* Load slot info in minimaws (not exposed yet), fix up some problems with Vas Crabb2017-08-021-8/+5
* Rainbow-100: use Z80SIO instead of Z80DART; make UCSD Pascal boot again (#2524) Bavarese2017-07-301-178/+157
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-10/+10
* debugger_access: Refactor [O. Galibert] Olivier Galibert2017-03-021-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-30/+33
* srcclean (nw) Vas Crabb2017-01-221-12/+12
* Remove detrimental spaces in Chdman command. Bavarese2017-01-181-1/+1
* Add info about 6 and 20 MB Corvus drives Bavarese2017-01-181-14/+12
* DEC Rainbow 100: enable Corvus hard drives Bavarese2017-01-071-104/+182
* first srcclean pass (nw) Vas Crabb2016-12-251-50/+50
* white space changes Bavarese2016-12-201-2/+2
* DEC Rainbow 100: support all 4 ClikClok versions Bavarese2016-12-201-43/+99
* DEC Rainbow 100: serial port now functional Bavarese2016-12-181-22/+45
* Implemented NMI for parity test / fix aspect ratio Bavarese2016-12-131-54/+64
* White space changes Bavarese2016-12-121-28/+26
* Spacing and comments Bavarese2016-12-121-14/+13
* DEC Rainbow 100: correct cursor position in REGIS Bavarese2016-12-101-10/+5
* (nw) Bavarese2016-12-051-1/+1
* Remove unwanted comment Bavarese2016-12-051-1/+0
* DEC Rainbow 100: scroll fully functional / address reentrace problems Bavarese2016-12-051-56/+77
* DEC Rainbow 100 color board clock fix Bavarese2016-12-021-24/+30
* srcclean (nw) Vas Crabb2016-11-271-74/+74
* Fix build (nw) Vas Crabb2016-11-251-1/+1
* DEC Rainbow 100: make port 50 readable Bavarese2016-11-241-20/+31