summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/apollo.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-2/+2
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-2/+2
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-1/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-7/+7
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-4/+4
* de-staticify initializations for mame/includes and mame/audio (#3256) wilbertpol2018-02-221-3/+3
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-2/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+6
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-7/+17
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-0/+2
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-2/+0
* Refactor 680x0 so that member variables aren't public. [smf] smf-2017-12-131-0/+2
* apollo: Clean up SIO device now that base device is more or less equivalent t... AJR2017-11-221-1/+0
* mc68681: Distinguish SCN2681 and MC68681 DUART types AJR2017-11-221-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-17/+23
* Device validation fixes: all the rest (nw) AJR2017-03-031-1/+1
* Make device_image_interface::update_names a private method called automatical... AJR2017-03-031-1/+0
* Image instance name refactoring and bug fixing (nw) AJR2017-03-021-0/+2
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-1/+0
* Remove device_config_complete from numerous devices that don't really need it... AJR2017-02-091-3/+3
* this is Sparta^C++11! (nw) Vas Crabb2017-01-011-6/+5
* Apollo changes: [Hans Ostermeyer] arbee2016-10-231-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-94/+94
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-2/+2
* Removing nullptr image_formats, and fixing formatting Nathan Woods2016-07-141-1/+0
* Consolidating implementations of create_option_guide() that return nullptr Nathan Woods2016-07-131-1/+0
* Fix compile errors due to option_resolution namespacing (nw) AJR2016-07-071-1/+1
* reverting: Miodrag Milanovic2016-01-201-9/+9
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-9/+9
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-5/+0
* apollo: cleanups and enhancements [Hans Ostermeyer] arbee2015-12-241-4/+1
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-24/+24
* clang-modernize part 4 Miodrag Milanovic2015-12-041-3/+3
* making logerror part of machine and device classes [Miodrag Milanovic] Miodrag Milanovic2015-11-011-5/+5
* Apollo changes: [Hans Ostermeyer] arbee2015-10-241-1/+123
* move mess into mame (nw) Miodrag Milanovic2015-09-301-0/+602