summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/apollo.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Apollo updates: [Hans Ostermeyer] arbee2020-08-251-6/+6
* drivers starting with a and b: finished removing READ/WRITE macros (nw) Ivan Vangelista2020-06-051-21/+20
* some more handlers simplified (nw) Ivan Vangelista2020-05-131-20/+20
* 3c505: replace hle (nw) Patrick Mackinlay2019-04-081-1/+10
* emumem: Remove obsolete alignement limit Olivier Galibert2019-04-061-9/+11
* 68000: Rework interrupt handling [O. Galibert] Olivier Galibert2019-04-051-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-25/+23
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-23/+25
* apollo: Updates and resurrection [Hans Ostermeyer] arbee2019-03-221-4/+4
* am9513, am9517a, am9519, at_keybc, cs4031, ds128x, mc141618, wd7600: Simplify... AJR2019-03-071-8/+6
* misc MACHINE_CONFIG macros removal (nw) Ivan Vangelista2019-02-091-9/+10
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-1/+1
* isa: Modernize device configuration (nw) AJR2019-01-251-1/+0
* src/devices: a bit more MCFG macro removal (nw) Ivan Vangelista2019-01-181-2/+2
* mc2661, mc68681, scn2674 et al.: Eliminate space and mem_mask arguments from ... AJR2018-12-261-4/+4
* src/mame: even more MCFG removal (nw) Ivan Vangelista2018-12-051-17/+19
* src/mame: more misc MCFG removal (nw) Ivan Vangelista2018-12-041-1/+1
* isa8, isa16: Replace MCFG_ macros with devcb3 (nw) AJR2018-11-051-21/+22
* apollo.cpp: It works this way: the following MCFG_SLOT_OPTION_DEVICE_INPUT_DE... AJR2018-10-171-7/+3
* (nw) fixed validation crash; fixed regression in altos5. Robbbert2018-10-181-2/+5
* rs232: small start at removing MCFG macros (nw) Ivan Vangelista2018-10-171-2/+2
* -mc146818: De-MCFG, nw mooglyguy2018-09-081-6/+6
* apollo: get rid of deprecation messages (nw) Olivier Galibert2018-08-111-5/+5
* -68230pit, 68307, 68340, 6840ptm, 6850acia, 68561mpcc: Removed MCFG macros an... mooglyguy2018-08-111-3/+4
* remove lots of MCFG_ (nw) Vas Crabb2018-07-171-34/+34
* devcb3 Vas Crabb2018-07-071-8/+8
* mc146818: correct interrupt polarity (nw) (#3627) Patrick Mackinlay2018-06-231-22/+4
* 32.768_kHz_XTAL != 32.768_MHz_XTAL (nw) AJR2018-05-281-1/+1
* mc146818, ds1302, ds1386, ds2404: Eliminate customized MCFG_DEVICE_ADD macros... AJR2018-05-271-11/+12
* 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
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-70/+70
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-6/+7
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-131-1/+1
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-2/+2
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-6/+6
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-3/+3
* srcclean and manual cleanups (nw) Vas Crabb2017-12-241-2/+2
* apollo.cpp updates [Hans Ostermeyer] arbee2017-12-221-1/+2
* apollo: Clean up SIO device now that base device is more or less equivalent t... AJR2017-11-221-11/+3
* mc68681: Distinguish SCN2681 and MC68681 DUART types AJR2017-11-221-3/+3
* pic8259: Break up the MCFG_PIC8259_ADD macro (nw) AJR2017-09-021-2/+9
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-3/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-17/+14
* Device validation fixes: all the rest (nw) AJR2017-03-031-3/+3
* Make device_image_interface::update_names a private method called automatical... AJR2017-03-031-5/+0
* Image instance name refactoring and bug fixing (nw) AJR2017-03-021-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-6/+4
* Assorted space padding issues detected and removed from source (nw) Scott Stone2017-02-161-1/+1