summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video/pc1401.c
Commit message (Collapse)AuthorAgeFilesLines
* finish setting copyright holders for MESS section (nw) Miodrag Milanovic2015-05-131-2/+2
|
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
|
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-25/+25
|
* Removed palette_device parameter from gfx draw methods. All draw methods now ↵ Alex W. Jackson2014-03-191-2/+2
| | | | use m_palette (nw)
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-2/+2
| | | note: Aaron please give more descriptive text for release log I have no more strength :)
* removed space before m_gfxdecode in main trunk(nw) Miodrag Milanovic2014-02-261-2/+2
|
* first round of clang 3.4 fixes for MESS (nw) Oliver Stöneberg2014-02-201-2/+2
|
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag ↵ Miodrag Milanovic2014-02-161-2/+2
| | | | | | | | | | Milanovic] Updated all devices and drivers for using it. out of whatsnew: Note that it is made to work same as before, in some cases it can be more logic to move gfxdevice into subdevice itself then to keep it in main driver.
* Moved drawgfx functions to gfx_element (nw) Miodrag Milanovic2014-02-131-2/+2
|
* modernized pocketc driver (nw) Miodrag Milanovic2013-04-011-9/+4
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-3/+2
|
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-20/+19
|
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-2/+2
| | | | | | | read/write handlers to take an address_space & instead of an address_space *. Also update pretty much all other functions to take a reference where appropriate. [Aaron Giles]
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+218