summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mlanding.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-1/+1
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* (nw) misc follow-up Vas Crabb2018-05-061-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-20/+20
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-6/+6
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-70/+78
* A handful of fixes (nw) Olivier Galibert2018-02-121-1/+0
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-7/+14
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* Draw a nominal distinction between PC060HA and TC0140SYT AJR2017-10-111-7/+7
* srcclean (nw) Vas Crabb2017-08-271-4/+4
* Added yoke device to midnight landing, fixed throttle counter (it's 12 bits) ... angelosa2017-08-241-42/+28
* mlanding.cpp: coin counters (nw) angelosa2017-08-201-0/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-4/+4
* mlanding: tms32025 memory map fix [O. Galibert] Olivier Galibert2017-04-021-2/+3
* Self-registering devices prep: Vas Crabb2017-02-271-3/+7
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-68/+68
* ym2151: Isolate, objectify, integrate [O. Galibert] Olivier Galibert2016-06-291-1/+1
* tms32025.cpp: devcb instead of memory map for ports (nw) Ivan Vangelista2016-06-221-8/+2
* 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-4/+4
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-3/+3
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1035