summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/nl.lst (follow)
Commit message (Collapse)AuthorAgeFilesLines
* new not working machine Ivan Vangelista2018-05-261-0/+3
| | | | | ------------------------------------- Fonz [Andrew Welburn, The Dumping Union]
* Add Zaccaria to mamenl build. (nw) couriersud2017-05-281-0/+6
|
* Add cheeky mouse to mamenl64 build. (nw) couriersud2017-05-271-0/+3
|
* Update nl.lst (nw) Stiletto2017-04-181-0/+3
| | | Update nl.lst (nw)
* Add prodigy to mamenl build. Fix clang5 warnings. (nw) couriersud2017-02-191-0/+3
|
* ambush: Rewrite driver. Dirk Best2017-02-181-2/+0
| | | | | | | | | | | | | | | | | | - Use tilemap system to draw background/foreground characters (and use generic gfx_8x8x2_planar layout) - Add mario and dkong3 bootlegs running on extended hardware (color PROMs for those haven't been dumped, using the PROMs from the original currently) - Update and correct dip switches - Document tile attribute RAM and sprite RAM layout bits - Use screen raw parameters - Add connector layout - Update TODO list - Update ROM filenames New working driver: ------------------- Donkey Kong 3 (bootleg on Ambush hardware)
* (nw) Stiletto2017-01-061-4/+4
| | | (nw)
* (nw) Stiletto2017-01-051-18/+22
| | | (nw)
* added skeleton drivers to nl.lst (commented out) (nw) Stiletto2017-01-051-28/+135
| | | added skeleton drivers to nl.lst (commented out) (nw)
* -stuntcyc: Added netlist. Currently does not show anything on-screen. [Ryan ↵ MooglyGuy2016-12-261-0/+2
| | | | Holtz]
* first srcclean pass (nw) Vas Crabb2016-12-251-1/+1
|
* Add hazl1500 to mamenl build. (nw) couriersud2016-12-241-0/+2
|
* Add mario to mamenl target. (nw) couriersud2016-05-081-0/+7
|
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-1/+0
|
* Added m62(kidniki) to nl.lua. Started some experiments around parallel couriersud2016-04-081-0/+25
| | | | solving of linear equations. This code is not active. Fix kidniki audio performance. [Couriersud]
* Cleanups and version bumpmame0163 Miodrag Milanovic2015-06-241-1/+0
|
* Converted netlist into a library. Moved most code from nl_convert.h to couriersud2015-06-011-0/+32
nl_convert.c. Targets using netlist must now specify this explicitly with MACHINES["NETLIST"] = true Added subtarget "nl" which only contains games with netlist elements. (nw)