summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video/mz700.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* sync main driver and res of files Miodrag Milanovic2015-05-261-1/+1
* rest for Juergen (nw) Miodrag Milanovic2015-05-071-2/+2
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
* Removed palette_device parameter from gfx draw methods. All draw methods now ... Alex W. Jackson2014-03-191-1/+1
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-9/+7
* removed space before m_gfxdecode in main trunk(nw) Miodrag Milanovic2014-02-261-1/+1
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-1/+1
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-3/+3
* Moved drawgfx functions to gfx_element (nw) Miodrag Milanovic2014-02-131-1/+1
* Modernized the PIT8253 device. [Fabio Priuli] Fabio Priuli2013-06-031-1/+0
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-2/+2
* clean some newly introduce macros since, calls already have full names (no wh... Miodrag Milanovic2012-09-181-1/+1
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-3/+3
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-12/+8
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-8/+7
* gfx_element is now a class. Accessors are provided for all Aaron Giles2012-09-061-2/+2
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+135