summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/meritm.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* (nw) meritm.cpp: Minor ROM name correction braintro2019-12-121-4/+4
* New working clone braintro2019-12-071-2/+25
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-3/+3
* (nw) Update some comments braintro2019-10-021-1/+1
* New working clone braintro2019-09-291-0/+20
* (nw) Clean up the mess on master Vas Crabb2019-03-261-10/+13
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-13/+10
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-02-261-6/+9
* src\devices\machine: more MCFG macros removal (nw) Ivan Vangelista2019-01-171-4/+4
* ay8910: another batch of MCFG removal (nw) Ivan Vangelista2018-11-081-9/+10
* v9938/v9958: Eliminate MCFG macros (nw) AJR2018-09-081-6/+9
* watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-2/+1
* -in8250: De-MCFG, nw mooglyguy2018-09-041-4/+6
* -i8255: Removed MCFG, nw mooglyguy2018-09-031-6/+6
* z80daisy_generic, z80dart, z80dma: removed MCFG macros (nw) Ivan Vangelista2018-08-301-12/+14
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-1/+1
* devcb3 Vas Crabb2018-07-071-13/+13
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-241-1/+1
* meritm.cpp: U37 for megat7e is a 4meg rom (nw) braintro2018-06-221-4/+5
* meritm.cpp: Correct cut-n-paste ROM labels (nw) braintro2018-06-221-4/+4
* meritm.cpp: 0h n0 it's z0er (nw) braintro2018-06-221-67/+67
* meritm.cpp: Use actual long name (nw) braintro2018-06-221-1/+1
* New working Machine - Megatouch 7 Encore Edition braintro2018-06-221-3/+23
* meritm.cpp: small clean-ups (nw) Ivan Vangelista2018-06-191-243/+240
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-7/+7
* Replace machine().device with subdevice for NVRAM installation; clean up vide... AJR2018-06-031-1/+1
* 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