summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/apollo.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-717/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-1/+0
* init last bunch of vars for today Robbbert2022-04-111-3/+3
* init vars to appease coverity Robbbert2022-03-181-67/+67
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* device_image_interface: Interface overhaul AJR2022-01-061-5/+2
* Numerous drivers: Modernization and runtime tag lookup elimination AJR2020-10-181-23/+33
* Got rid of global_alloc/global_free. Vas Crabb2020-10-031-3/+3
* Apollo updates: [Hans Ostermeyer] arbee2020-08-251-1/+1
* drivers starting with a and b: finished removing READ/WRITE macros (nw) Ivan Vangelista2020-06-051-55/+55
* some more handlers simplified (nw) Ivan Vangelista2020-05-131-20/+20
* 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