summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gridcomp.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start cleaning up palette configuration: Vas Crabb2018-12-291-2/+2
* machine/keyboard, terminal: removed MCFG macros (nw) Ivan Vangelista2018-12-111-2/+2
* tms9914: Eliminate MCFG_ macros (nw) AJR2018-10-191-11/+12
* i2cmem,i7220,i80130,i8087,i8212,i8214,i82371sb,i8243: Removed MCFG, nw mooglyguy2018-08-291-6/+6
* z8536.cpp, z80sti.cpp: deMCGF; z80sio.cpp: started deMCFG (nw) Ivan Vangelista2018-08-241-1/+1
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-15/+13
* Better support for screen orientation/geometry: Vas Crabb2018-07-261-4/+1
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-1/+1
* more private member use in 'D, E, F, G' drivers (nw) (#3704) David Haywood2018-06-271-8/+11
* acro removal, disambiguation, debugger side effects (nw) Vas Crabb2018-06-151-9/+9
* 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-14/+14
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-6/+6
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-6/+6
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-9/+9
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* gridcomp: hook up TMS9914 GPIB controller (nw) Sergey Svishchev2018-05-061-2/+26
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-11/+11
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-14/+14
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-30/+33
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-5/+10
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+6
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-7/+7
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-6/+12
* Eliminate custom MCFG_Z80DART_ADD/Z80SIO_ADD macros (nw) AJR2017-09-241-1/+1
* srcclean (nw) Vas Crabb2017-06-251-95/+95
* New skeleton: GRiD Compass series Sergey Svishchev2017-06-061-0/+586