summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video/stic.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-1/+1
|
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-6/+6
| | | 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-15/+15
| | | | | | | | | | 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-6/+6
|
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-115/+115
|
* (MESS) intv: converted the STIC video chip emulation to be a device. [Fabio ↵ Fabio Priuli2013-05-261-23/+816
| | | | Priuli]
* 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]
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-1/+1
| | | | | | Convert all cpu_get_pc() to safe_pc() and cpu_getpreviouspc() to safe_basepc(). Removed the old macros.
* fixed some warnings about unreachable statements reported by cppcheck (no ↵ Oliver Stöneberg2012-09-081-1/+0
| | | | whatsnew)
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+187