summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/lethalj.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* drivers starting with j, k, l and part of m: read* and write* macro removal (nw) Ivan Vangelista2020-06-111-6/+6
* srcclean and manual cleanup (nw) Vas Crabb2020-04-261-15/+15
* (nw) Corrected Zunzunkyou no Yabou's Sega game ID# braintro2020-04-231-1/+1
* (nw) lethalj.cpp: More correct comments for the new Frantic Fred set braintro2020-04-231-5/+5
* New clones marked as NOT_WORKING braintro2020-04-201-2/+192
* Correct one XTAL value (nw) AJR2019-11-131-1/+1
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-3/+3
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-1/+1
* PORT_CUSTOM simplification (nw) AJR2019-09-141-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-20/+16
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-16/+20
* mame\drivers: removed most MCFG and MACHINE_CONFIG_MACROS (nw) Ivan Vangelista2019-02-281-18/+15
* tms34010.cpp : Internalize io register, Add notes, Remove register_po… (#4602) cam9002019-02-061-1/+0
* devices\machine\ticket, timer: removed MCFG macros (nw) Ivan Vangelista2019-01-211-1/+1
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
* tms34010: Removed MCFG. [Ryan Holtz] mooglyguy2018-12-051-8/+7
* lethalj.cpp : Reduce runtime tag lookups, Fix naming cam9002018-09-011-34/+34
* 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-2/+2
* use plural names for output finders when there are multiple outputs (#3595) wilbertpol2018-05-271-7/+7
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-7/+7
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-15/+15
* 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-3/+3
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-3/+3
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-4/+4
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-15/+16
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-1/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+1
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-4/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+2
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-13/+13
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-13/+13
* ticket.cpp: Eliminate legacy write method and "active bit" nonsense (nw) AJR2017-12-061-13/+13
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-12/+12
* Self-registering devices prep: Vas Crabb2017-02-271-1/+2
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-1/+1
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-7/+7
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-7/+7
* modernized bookkeeping manager (nw) Miodrag Milanovic2016-01-101-3/+3
* nullptr to 0x00 for ROM_FILL and ROM_COPY (nw) Miodrag Milanovic2015-12-061-8/+8
* clang-modernize part 4 Miodrag Milanovic2015-12-041-8/+8
* new Ripper Ribbit clone added briantro2015-11-211-5/+38
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1020