summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/apple1.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start cleaning up palette configuration: Vas Crabb2018-12-291-2/+1
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-3/+1
* -pia6821: Removed MCFG and old devcb. [Ryan Holtz] mooglyguy2018-08-101-4/+4
* make rectangle work better with constexpr, change many things to use designat... Vas Crabb2018-07-281-2/+2
* get rid of some overloaded names - a lot of these will become unnecessary aft... Vas Crabb2018-06-141-1/+1
* 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-1/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2
* (nw) fix cbuster, modernise a1bus a little, kill more low-value macros Vas Crabb2018-05-091-5/+5
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-5/+5
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-4/+5
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-6/+7
* misc first_screen() removal (nw) Ivan Vangelista2018-03-081-18/+23
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+2
* 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
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+3
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-21/+21
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-7/+7
* Add support to adjust the screen color Dirk Best2016-03-121-1/+1
* Cleanups and version bump Miodrag Milanovic2016-02-241-80/+79
* apple1: add save state support to new driver [R. Belmont] arbee2016-02-131-1/+10
* apple1: completely rewrote the driver in modern idioms. All functionality sho... arbee2016-02-071-220/+505
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+333