summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gottlieb.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* PORT_CUSTOM simplification (nw) AJR2019-09-141-1/+1
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* -core: Removed almost all MCFG defines, and removed all remaining MACHINE_CON... MooglyGuy2019-07-021-1/+1
* gottlieb.cpp : Minor cleanups, Reduce unnecessary arguments cam9002018-10-291-12/+12
* (nw) srcclean and some cleanup: Vas Crabb2018-07-221-1/+1
* more private member use in 'D, E, F, G' drivers (nw) (#3704) David Haywood2018-06-271-29/+33
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* use plural names for output finders when there are multiple outputs (#3595) wilbertpol2018-05-271-2/+2
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-61/+63
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-1/+1
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-1/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-7/+7
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+11
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-1/+0
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-24/+24
* Devfind revision phase 2 (nw) AJR2016-08-051-1/+6
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-4/+4
* Updates and fixes for places where we have major contributors decision (nw) Miodrag Milanovic2015-05-261-1/+1
* Untangled gottlieb audio from the arcade driver, so it becomes available for ... Robbbert2014-10-111-183/+2
* more passing of attotime as const references (nw) Oliver Stöneberg2014-07-041-1/+1
* Moved m_generic_paletteram_* into drivers/device state objects so they are no... Miodrag Milanovic2014-04-231-1/+3
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-2/+2
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-2/+6
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+4
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* i86: modernize 80[1]86 [Carl, Wilbert Pol] cracyc2013-07-021-1/+1
* Eliminate some of MAME's anonymous timers. [Andrew Gardner] Andrew Gardner2013-05-151-0/+11
* more fixes for clang 3.2 unused private field warnings (nw) Oliver Stöneberg2013-03-201-1/+1
* Cleanup (nw) Miodrag Milanovic2013-02-081-0/+1
* Modernization of drivers part 6 (no whatsnew) Miodrag Milanovic2013-02-081-0/+4
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-8/+4
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-39/+39
* Clean-ups and version bumpmame0147u2 Miodrag Milanovic2012-10-301-1/+1
* knocker obviously shouldn't be routed to main mono speaker Michaël Banaan Ananas2012-10-121-1/+1
* (re)added support for optional qbert knocker sound sample Michaël Banaan Ananas2012-10-121-1/+10
* fix qbertqub coincounter Michaël Banaan Ananas2012-10-121-1/+5
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-0/+4
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-0/+1
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-6/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-2/+6
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+2
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+5
* Broke dependency between mcr68 and mcr by creating Aaron Giles2012-04-171-0/+31