summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/meritm.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-14/+15
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-15/+14
* proposal: move z80daisy* to devices/machine (#3572) Patrick Mackinlay2018-05-151-1/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-56/+56
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-27/+27
* meritm.cpp: Correct rom label (nw) braintro2018-05-021-1/+1
* new clone added - Pit Boss Superstar III 30 CA braintro2018-05-021-1/+21
* new clone added - The Real Broadway braintro2018-03-161-3/+16
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-58/+64
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-3/+6
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-6/+12
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-4/+8
* Ch-ch-ch-ch-ch-checkpoint... (nw) Olivier Galibert2018-01-041-1/+1
* v9938, v9958: Convert to use RGB32 bitmaps AJR2017-11-051-4/+4
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* meritm.cpp: Documentation update: verified program code number for Megatouch ... briantro2017-07-101-0/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-53/+53
* meritm.cpp: Minor corrections to Game name & rom name (nw) briantro2017-04-081-2/+2
* New device interface for palettes AJR2017-04-061-3/+1
* Self-registering devices prep: Vas Crabb2017-02-271-3/+6
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-9/+9
* Make watchdog timer a separate device AJR2016-04-301-1/+3
* Eliminate device_t::static_config, a type-unsafe legacy feature. AJR2016-04-141-1/+1
* small fix by spelling bee team 3 hap2016-02-281-2/+2
* meritm: doesn't use AY8930 expanded mode either, too bad hap2016-02-231-20/+22
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-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
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-6/+6
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-2/+2
* clang-modernize part 4 Miodrag Milanovic2015-12-041-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2349