summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/moo.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-4/+4
* k053246_k053247_k055673.cpp : Updates (#4955) cam9002019-05-041-23/+23
* k054338.cpp : Simplify handlers, Reduce duplicates (#4949) cam9002019-05-011-2/+2
* Merge pull request #4948 from cam900/k054156_k054157_k056832_pertile_pri R. Belmont2019-04-291-13/+13
|\
| * k054156_k054157_k056832.cpp : Updates cam9002019-04-291-13/+13
* | Merge pull request #4942 from cam900/k054000_args R. Belmont2019-04-291-1/+1
|\ \
| * | k054000.cpp : Updates cam9002019-04-271-1/+1
| |/
* / k053251.cpp : Updates cam9002019-04-271-5/+5
|/
* (nw) Clean up the mess on master Vas Crabb2019-03-261-38/+38
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-38/+38
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-02-261-38/+38
* Start cleaning up palette configuration: Vas Crabb2018-12-291-13/+7
* src/mame: more MCFG removal (nw) Ivan Vangelista2018-12-061-8/+8
* src/mame: more misc MCFG removal (nw) Ivan Vangelista2018-12-041-1/+1
* src\mame: misc MCFG removal (nw) Ivan Vangelista2018-12-031-10/+9
* src/mame/video: switched various devices to devcb3 and removed MCFG macros (nw) Ivan Vangelista2018-11-211-4/+4
* ym2151: removed MCFG macros (nw) Ivan Vangelista2018-11-181-3/+1
* swap left/right k054539 channels in some konami drivers, also removed setting... hap2018-11-041-2/+2
* k033906,k053252,k054321,k056230,kb3600,kr2376: De-MCFG, nw mooglyguy2018-09-051-3/+3
* ds1315, ds1386, ds2404, ds75160a, ds75161a, eeprom, eepromser, eeprompar: Rem... mooglyguy2018-08-231-2/+2
* Removed nearly all custom MCFG macros from eepromser, migrated more of police... mooglyguy2018-06-071-2/+2
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-9/+9
* n64, pc1251, model2, midyunit, konamigx, k054338: Remove machine().device loo... mooglyguy2018-05-281-2/+2
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-12/+14
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-14/+12
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-11/+11
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-2/+4
* (nw) checkpoint since Midway SSIO sound is fixed - periodic interrupt doesn't... Vas Crabb2018-05-071-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-10/+10
* Set finder tag relative to current device being configured rather than Vas Crabb2018-04-301-1/+1
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-2/+2
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-101/+105
* (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-4/+4
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-5/+5
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-3/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-3/+3
* new working clone - Bucky O'Hare (ver AA) briantro2017-11-101-4/+41
* srcclean (nw) Vas Crabb2017-05-281-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-13/+13
* moo.cpp: fix the last one (nw) briantro2017-05-031-1/+1
* moo.cpp: Change rom name too, to be consistent within driver (nw) briantro2017-05-031-1/+1
* moo.cpp: Follow driver's naming conventions (nw) briantro2017-05-031-3/+3
* new WORKING clone angelosa2017-05-041-0/+37
* k054321: Implement as a device [O. Galibert, Phil Bennett] Olivier Galibert2017-04-251-34/+4
* Self-registering devices prep: Vas Crabb2017-02-271-2/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-2/+2
* okim6295: Directly use set_rom_bank [O. Galibert] Olivier Galibert2016-09-061-1/+1
* ym2151: Isolate, objectify, integrate [O. Galibert] Olivier Galibert2016-06-291-1/+1