summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/metlfrzr.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* drivers starting with i, j, k, l and m: more macro removal (nw) Ivan Vangelista2020-05-281-2/+2
* mustache: game runs in IM1(no irq vector used), irq stays high during vblank,... hap2019-10-161-2/+2
* 68000: Rework interrupt handling [O. Galibert] Olivier Galibert2019-04-051-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-15/+15
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-15/+15
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-02-261-14/+14
* devices\machine\ticket, timer: removed MCFG macros (nw) Ivan Vangelista2019-01-211-1/+1
* Start cleaning up palette configuration: Vas Crabb2018-12-291-7/+5
* ym2151: removed MCFG macros (nw) Ivan Vangelista2018-11-181-5/+4
* more private: use (K,L,M) (#3714) David Haywood2018-06-301-2/+5
* 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-1/+1
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-3/+3
* 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-4/+4
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-32/+34
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+5
* Unbreak metlfrzr.cpp & csplayh5.cpp angelosa2018-02-061-2/+2
* 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-1/+2
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-2/+2
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-2/+2
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-2/+2
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* Rename AS_DECRYPTED_OPCODES to AS_OPCODES [O. Galibert] Olivier Galibert2017-07-031-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-2/+5
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-16/+16
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-14/+13
* Naming (nw) angelosa2016-06-211-0/+1
* some companyname corrections hap2016-06-191-1/+1
* Some misc updates, nw angelosa2016-06-161-2/+3
* Added the other blinking mode, nw angelosa2016-06-151-1/+1
* Added note, removed MACHINE_IMPERFECT_GRAPHICS flag until otherwise proven (nw) Angelo Salese2016-06-011-5/+6
* More sane bonus lives default, nw angelosa2016-06-011-1/+1
* Attempt fixing rowscroll enable for stages 5, 10, ... (nw) angelosa2016-06-011-9/+14
* Fix missing sprites on edges, nw angelosa2016-06-011-5/+5
* Added dips, nw angelosa2016-06-011-47/+44
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-251-40/+40
* Set metlfrzr to working - added note about DIPs (nw) Scott Stone2016-05-241-1/+2
* Fix jerky scrolling angelosa2016-05-241-2/+4
* Fixed sound comms (reversed semaphore access wrt darkmist), coins and sound n... angelosa2016-05-221-8/+10
* Sprites and initial workout in understanding how scroll works (nw) angelosa2016-05-191-17/+61
* Added base sprites. Also added STEP2_INV / STEP4_INV, nw angelosa2016-05-191-25/+46
* Revert "metlfrzr: correct copyrights" hap2016-05-181-1/+4
* metlfrzr: correct copyrights hap2016-05-181-4/+1
* Preliminary T5182 hookup, not yet working (nw) angelosa2016-05-181-30/+39
* Fixed decrypted opcodes hookup, makes it to not crash during attract, nw angelosa2016-05-171-6/+20