summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mario.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* z80dart.cpp, z80dma.cpp: started removing MCFG macros (nw) Ivan Vangelista2018-08-291-4/+4
* srcclean and manual fixup (nw) Vas Crabb2018-08-261-8/+8
* -7200fifo, 7400, 7404, 74123, 74145, 74148, 74153, 74157, 74161, 74259: [Ryan... mooglyguy2018-08-111-9/+9
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-10/+10
* 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-5/+5
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-16/+16
* mario.cpp: Replace MCFG_CPU_VBLANK_INT with MCFG_SCREEN_VBLANK_CALLBACK (nw) AJR2018-03-281-4/+5
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-34/+37
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-4/+6
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-3/+3
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-48/+48
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-48/+48
* mario.cpp: verified marioo as revision G, identified the unknown PROM as the ... Ivan Vangelista2017-12-131-48/+48
* mario.cpp: identified marioj as Revision C [Corrado Tomaselli] Ivan Vangelista2017-08-161-5/+5
* Note this too (nw) AJR2017-07-301-1/+1
* mario: Add coin counters and 74LS259 AJR2017-07-301-15/+25
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-6/+6
* Self-registering devices prep: Vas Crabb2017-02-271-1/+3
* ambush: Rewrite driver. Dirk Best2017-02-181-294/+2
* more gen_latch (nw) Ivan Vangelista2016-06-071-1/+1
* Reorder port definitions in mario to make more sense. Westley M. Martinez2016-05-311-12/+7
* Fix DIP switch bonus life descriptions for marioe & marioo. Westley M. Martinez2016-05-311-20/+26
* Correct bonus life DIP switch descriptions for Mario Bros. revision F. Westley M. Martinez2016-05-301-3/+3
* Fix typo: uknown → unknown Jordi Mallach2016-03-311-1/+1
* nullptr to 0x00 for ROM_FILL and ROM_COPY (nw) Miodrag Milanovic2015-12-061-4/+4
* clang-modernize part 4 Miodrag Milanovic2015-12-041-4/+4
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+842