summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/apple1.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-628/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-3/+3
* apple1.cpp, microtan.cpp, mtx.cpp, vtech1.cpp: Eliminate use of device_image_... AJR2022-04-101-9/+6
* Future-proofing by using correct #include for SOFTWARE_LIST device AJR2022-01-031-1/+1
* Cleaned up bitmap API. Vas Crabb2020-09-271-10/+7
* some more handlers simplified (nw) Ivan Vangelista2020-05-131-8/+8
* devices/machine: simplified more handlers (nw) Ivan Vangelista2020-03-251-1/+1
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* -snapquik: Modernized delegate and removed MCFG macros. [Ryan Holtz] MooglyGuy2019-06-301-5/+6
* (nw) Clean up the mess on master Vas Crabb2019-03-261-11/+10
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-10/+11
* mame\drivers: removed most MACHINE_CONFIG and MCFG macros from drivers starti... Ivan Vangelista2019-03-251-6/+6
* bus/a1bus, bus/a2bus/a2eauxslot: Replace CPU finder with required_address_spa... AJR2019-02-251-1/+1
* Make the delay for snapshot/quickload an attotime, and allow implicit zero. ... Vas Crabb2019-02-061-1/+1
* devices\bus: removed a few unused MCFG macros (nw) Ivan Vangelista2019-01-301-3/+2
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-1/+1
* 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