summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galaxi.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-5/+5
* PORT_CUSTOM simplification (nw) AJR2019-09-141-8/+8
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-24/+23
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-23/+24
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-03-071-24/+23
* Start cleaning up palette configuration: Vas Crabb2018-12-291-7/+6
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-1/+1
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-16/+16
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-4/+4
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* (nw) checkpoint since Midway SSIO sound is fixed - periodic interrupt doesn't... Vas Crabb2018-05-071-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-6/+6
* galaxi.cpp, mil4000.cpp: output_finder (nw) Ivan Vangelista2018-05-031-57/+67
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-9/+9
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-32/+34
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-2/+4
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+4
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-2/+2
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-3/+6
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-6/+6
* Self-registering devices prep: Vas Crabb2017-02-271-3/+6
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-16/+16
* Prepare to make object finders behave like a pointer, not a half-pointer half... Vas Crabb2016-08-261-5/+5
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-1/+1
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-4/+4
* Last Four: Added technical notes... RobertoFresca2016-04-071-0/+35
* Cleanups and version bump Miodrag Milanovic2016-02-241-1/+1
* Some cleanups... (nw) RobertoFresca2016-02-091-32/+37
* new WORKING David Haywood2016-01-241-12/+61
* revert part of 'clang cleanup 7' where 0 means the value 0 hap2016-01-241-4/+4
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-6/+6
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-6/+6
* modernized bookkeeping manager (nw) Miodrag Milanovic2016-01-101-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-3/+3
* clang-modernize part 7 Miodrag Milanovic2015-12-041-4/+4
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+490