summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/apollo.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-36/+36
* bus/isa: Simplify signatures of most handlers (nw) AJR2020-05-311-4/+4
* apollo.cpp: fixed MT07530 (nw) Ivan Vangelista2019-12-251-1/+1
* m68kmmu: Fixed issues with Domain/OS and its installer crashing [Hans Osterme... arbee2019-11-271-1/+0
* Spring cleaning: Vas Crabb2019-11-011-4/+4
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-5/+5
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-14/+14
* m68000: Make the autovector abstraction a bit less leaky (nw) AJR2019-04-141-1/+1
* emumem: Remove obsolete alignement limit Olivier Galibert2019-04-061-1/+1
* 68000: Rework interrupt handling [O. Galibert] Olivier Galibert2019-04-051-14/+17
* (nw) Clean up the mess on master Vas Crabb2019-03-261-56/+40
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-40/+56
* mame\drivers: removed most MACHINE_CONFIG and MCFG macros from drivers starti... Ivan Vangelista2019-03-251-30/+36
* apollo: Updates and resurrection [Hans Ostermeyer] arbee2019-03-221-1/+1
* apollo: Make beeper subdevice of keyboard; eliminate associated machine().dev... AJR2019-03-161-22/+0
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-4/+4
* src/mame: even more MCFG removal (nw) Ivan Vangelista2018-12-051-34/+40
* src/mame: more misc MCFG removal (nw) Ivan Vangelista2018-12-041-18/+18
* -mc146818: De-MCFG, nw mooglyguy2018-09-081-2/+1
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-22/+16
* apollo: get rid of deprecation messages (nw) Olivier Galibert2018-08-111-15/+7
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-3/+3
* mc146818: correct interrupt polarity (nw) (#3627) Patrick Mackinlay2018-06-231-0/+4
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-94/+94
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-3/+3
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-3/+3
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-3/+3
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-22/+22
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-4/+4
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-34/+34
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-131-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-179/+185
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-12/+20
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-6/+6
* apollo regression fix (nw) Olivier Galibert2018-02-071-24/+20
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-8/+9
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-12/+12
* Extended time! All space.device() removed from comments (nw) Olivier Galibert2018-01-051-4/+2
* (nw) make apollo keyboard a bit less gross - I/O ports inside device where th... Vas Crabb2018-01-051-78/+77
* Do the easy ones (nw) Olivier Galibert2018-01-011-1/+1
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-2/+7
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-7/+2
* Refactor 680x0 so that member variables aren't public. [smf] smf-2017-12-131-2/+7
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-14/+14
* more missing f (nw) Vas Crabb2017-04-231-3/+3
* missing f (nw) Vas Crabb2017-04-231-1/+1
* apollo: fix SIO regression [Hans Ostermeyer] arbee2017-04-211-4/+4
* apollo.cpp: Regression fix (nw) AJR2017-03-051-4/+4