summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video/vtech2.c
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-312/+0
|
* 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-8/+8
| | | | use m_palette (nw)
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-8/+8
| | | note: Aaron please give more descriptive text for release log I have no more strength :)
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag ↵ Miodrag Milanovic2014-02-161-8/+8
| | | | | | | | | | 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-8/+8
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-28/+26
|
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-8/+8
|
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-12/+11
|
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ Miodrag Milanovic2012-09-131-1/+1
| | | | changed to be members of state classes (no whatsnew)
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+313