summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pong.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-13/+13
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-3/+3
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-3/+3
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-3/+3
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-1/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-4/+8
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-131-3/+7
* New way to provide DAC reference inputs (nw) AJR2018-01-101-7/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-19/+19
* Self-registering devices prep: Vas Crabb2017-02-271-0/+3
* clean up #includes (nw) Vas Crabb2017-02-081-3/+11
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-1/+1
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-15/+15
* Merge netlist_dev branch, all code_refactoring: (nw) couriersud2016-06-161-29/+23
* fixed pong (nw) Miodrag Milanovic2016-05-011-4/+3
* reverting: Miodrag Milanovic2016-01-201-3/+3
* tags are now strings (nw) Miodrag Milanovic2016-01-161-3/+3
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-3/+3
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-3/+3
* modernized bookkeeping manager (nw) Miodrag Milanovic2016-01-101-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-9/+9
* minor fix (nw) Stiletto2015-11-281-2/+2
* comments update (nw) Stiletto2015-11-281-14/+9
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-14/+14
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+583