summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gottlieb.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* drivers starting with g, h and i: removed read* and write* macros (nw) Ivan Vangelista2020-06-101-19/+19
* Move some RC timing macros out of the core (nw) AJR2020-05-031-0/+1
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-8/+8
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-2/+2
* (nw) misc cleanup: Vas Crabb2019-09-201-1/+1
* PORT_CUSTOM simplification (nw) AJR2019-09-141-12/+10
* gottlieb.cpp: added notes about differently sized ROMs found (nw) Ivan Vangelista2019-08-161-8/+9
* -core: Removed TEXFORMAT_PALETTEA16. [Ryan Holtz] MooglyGuy2019-07-101-2/+0
* -core: Removed almost all MCFG defines, and removed all remaining MACHINE_CON... MooglyGuy2019-07-021-3/+3
* (nw) Clean up the mess on master Vas Crabb2019-03-261-12/+12
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-12/+12
* gottlieb.cpp: Better rom names for Ractor (nw) braintro2019-03-161-12/+12
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
* -bus/nes/jaleco, pt554, bus/nes_ctrl/ctrl, hori, joypad: Removed MCFG and MAC... mooglyguy2018-12-201-54/+61
* mame/audio: various devcb3ification and demacroification (nw) Ivan Vangelista2018-11-221-19/+15
* gottlieb.cpp : Minor cleanups, Reduce unnecessary arguments cam9002018-10-291-44/+33
* (nw) tie up some loose ends - in particular, allow watchdog timer to Vas Crabb2018-09-161-2/+2
* watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-2/+1
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-1/+1
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-241-1/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-12/+12
* use plural names for output finders when there are multiple outputs (#3595) wilbertpol2018-05-271-4/+4
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-3/+4
* 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
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-1/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-38/+38
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-12/+12
* Route sound relative to current device. Vas Crabb2018-05-011-1/+1
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-7/+7
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-40/+42
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-10/+19
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-3/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-13/+13
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-11/+11
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-11/+11
* gottlieb.cpp: Correct Krull rom labels (nw) briantro2017-12-071-11/+11
* new working clone Ivan Vangelista2017-10-011-1/+28
* gottlieb.cpp: Correct rom labels for Curve Ball (nw) briantro2017-06-141-11/+11
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-4/+4
* Self-registering devices prep: Vas Crabb2017-02-271-0/+2
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* votrax sc01: Simulate [O. Galibert] Olivier Galibert2016-12-241-35/+0
* added (missing?) & (nw) smf-2016-11-061-2/+2
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-2/+2
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-5/+5
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-8/+8