summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/apollo.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* start putting noexcept on things that have no business throwing exceptions, s... Vas Crabb2019-11-101-14/+14
* m68kmmu: fix ATC entry calculation error that was crashing Domain/OS [Hans Os... arbee2019-04-191-1/+0
* 68000: Rework interrupt handling [O. Galibert] Olivier Galibert2019-04-051-2/+3
* (nw) Clean up the mess on master Vas Crabb2019-03-261-12/+6
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-6/+12
* apollo: Updates and resurrection [Hans Ostermeyer] arbee2019-03-221-12/+6
* mc2661, mc68681, scn2674 et al.: Eliminate space and mem_mask arguments from ... AJR2018-12-261-2/+2
* src/mame: even more MCFG removal (nw) Ivan Vangelista2018-12-051-46/+13
* Fix C2680 compiler error in Visual Studio Justin D'Arcangelo2018-08-231-0/+1
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-1/+3
* apollo: get rid of deprecation messages (nw) Olivier Galibert2018-08-111-9/+19
* devcb3 Vas Crabb2018-07-071-5/+5
* mc146818: correct interrupt polarity (nw) (#3627) Patrick Mackinlay2018-06-231-2/+1
* more misc stuff (nw) Vas Crabb2018-06-161-15/+15
* 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