summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/ms1_tmap.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* srcclean and other cleanup (nw) Vas Crabb2018-06-241-2/+2
* jalmah.cpp: rewrote video by using Mega System 1 tilemap devices [Angelo Salese] angelosa2018-06-151-2/+14
* ms1_tmap.cpp: initialize VRAM to sane default, fixes ugly back pen shown up i... angelosa2018-06-141-0/+10
* de-staticify initializations for mame/machine (#3251) wilbertpol2018-02-211-21/+0
* de-staticify initializations for src/mame/video (nw) (#3246) wilbertpol2018-02-201-8/+8
* ms1_tmap: Add notes (nw) AJR2017-12-161-0/+7
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-6/+6
* Add tilemap device to cischeat.cpp; fix a few soundlatches (nw) AJR2016-09-221-0/+13
* Move scroll update nearer to its former place; better if tilemaps get switche... AJR2016-09-211-2/+2
* Make Mega System 1 tilemaps into a device AJR2016-09-211-0/+295