summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/atarisy4.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
* -tms32010.cpp: Removed MCFG. [Ryan Holtz] mooglyguy2018-12-071-25/+25
* make rectangle work better with constexpr, change many things to use designat... Vas Crabb2018-07-281-3/+3
* private: use (W,X,Y,Z,#) (#3721) David Haywood2018-07-011-2/+2
* 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-8/+8
* (nw) get rid of some MACHINE_(START|RESET)_MEMBER, get rid of static state in... Vas Crabb2018-05-161-218/+257
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-3/+3
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-3/+3
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-6/+6
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-11/+11
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-29/+34
* (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-5/+10
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+4
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-1/+6
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-94/+94
* tms32010.cpp: devcb instead of memory map for bio line (nw) Ivan Vangelista2016-06-231-6/+6
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* some hand made changes (nw) Miodrag Milanovic2015-12-191-3/+3
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-7/+7
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-3/+3
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1051