summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/minitel_2_rpic.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* minitel2 : added bios bv9 Robbbert2018-08-081-0/+4
* Made a pass over the source to eliminate uppercase hex in hashes (nw) Scott Stone2018-07-131-2/+2
* more private: use (K,L,M) (#3714) David Haywood2018-06-301-2/+4
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-2/+2
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-7/+7
* (nw) fixed minitel2 which had been broken for 6 weeks. Robbbert2018-04-121-4/+6
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-3/+4
* mcs51: Use callbacks for parallel ports (nw) AJR2018-02-271-88/+71
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+4
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* Validate BIOS names and fix most errors found: Vas Crabb2017-08-251-3/+3
* srcclean (nw) Vas Crabb2017-05-281-30/+30
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* Visible area fixed. Jean-François DEL NERO2017-04-291-3/+2
* New machine support : The French Minitel 2 Terminal. (#2261) Jean-François DEL NERO2017-04-291-0/+450