summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/apollo.cpp (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
* 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
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* Remove device_config_complete from numerous devices that don't really need it... AJR2017-02-091-11/+0
* 6840ptm: use standard device clock for internal clock Dirk Best2016-12-041-1/+0
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-39/+39
* Use emumem.h defines whenever possible Giuseppe Gorgoglione2016-08-111-1/+1
* Let's give the new srcclean a spin... Vas Crabb2016-08-021-1/+1
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-6/+6
* apollo.cpp: fixed MT06331 (nw) Ivan Vangelista2016-07-291-3/+3
* Fix compile errors due to option_resolution namespacing (nw) AJR2016-07-071-1/+1
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* * Support *n conversion in stream_format/string_format Vas Crabb2016-03-011-1/+1
* reverting: Miodrag Milanovic2016-01-201-5/+5
* tags are now strings (nw) Miodrag Milanovic2016-01-161-5/+5
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-8/+8
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-8/+8
* apollo: cleanups and enhancements [Hans Ostermeyer] arbee2015-12-241-8/+8
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-3/+3
* clang-modernize part 4 Miodrag Milanovic2015-12-041-4/+4
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1414