summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/nmk16.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-25/+25
* fix compile. (nw) mooglyguy2018-05-161-5/+0
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-24/+29
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-35/+35
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-90/+90
* nmk16.cpp : Add notes cam9002018-05-111-32/+30
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-23/+24
* (nw) checkpoint since Midway SSIO sound is fixed - periodic interrupt doesn't... Vas Crabb2018-05-071-40/+40
* (nw) misc follow-up Vas Crabb2018-05-061-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-111/+111
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-1/+1
* srcclean and regenerate localisations (nw) Vas Crabb2018-03-251-6/+6
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-4/+4
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-495/+529
* nmk16.cpp, powerbal.cpp: moved atombjt from the former to the latter driver. ... Ivan Vangelista2018-02-261-126/+0
* srcclean (nw) Vas Crabb2018-02-251-1/+1
* nmk16: DEVWRITE8, not DEVWRITE (nw) AJR2018-02-171-6/+6
* nmk16 : Cleanup duplicates, Update documents (#3227) cam9002018-02-171-128/+137
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-9/+20
* A handful of fixes (nw) Olivier Galibert2018-02-121-2/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-34/+34
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-3/+3
* Bulk replace afega -> afega_map (nw) angelosa2018-01-271-3/+3
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-21/+21
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-22/+22
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-33/+33
* (nw) Clean up and improve comments for some Chinese names. No more silly tra... Vas Crabb2018-01-081-2/+4
* Ch-ch-ch-ch-ch-checkpoint... (nw) Olivier Galibert2018-01-041-2/+2
* Do the easy ones (nw) Olivier Galibert2018-01-011-2/+2
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-1/+1
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-1/+1
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-1/+1
* new clones David Haywood2017-11-251-0/+44
* nmk16.cpp: changed redhawkb title to Vince, as per title screen (nw) Ivan Vangelista2017-07-141-1/+1
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-27/+27
* nmk16.cpp: Spelling fix (nw) briantro2017-06-141-1/+1
* new Macross II clone added briantro2017-06-131-1/+30
* srcclean (nw) Vas Crabb2017-05-281-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-138/+148
* Self-registering devices prep: Vas Crabb2017-02-271-7/+11
* nmk16.cpp: All Red Hawk sets use the same sound data so use same name - NW briantro2017-01-311-1/+1
* new working clone added Ivan Vangelista2017-01-311-0/+54
* first srcclean pass (nw) Vas Crabb2016-12-251-1/+1
* nmk16.cpp (atombjt): better sound tempo (nw) Ivan Vangelista2016-11-301-3/+7
* merge release branch Vas Crabb2016-11-301-0/+2
|\
| * Use autofinder for Seibu sound ROM bank; fix airraid regression (nw) AJR2016-11-281-0/+2
* | nmk16.cpp (atombjt): hooked up oki, needs banking. Adjusted dip switches as p... Ivan Vangelista2016-11-291-22/+24
|/
* Seibu sound device cleanup (nw) AJR2016-11-241-4/+30
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-27/+27
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-1/+1