summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video.h
Commit message (Expand)AuthorAgeFilesLines
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-1/+1
* Moved LCD layouts to emu section and removed some more ifdefs (no whatsnew) Miodrag Milanovic2011-01-051-1/+1
* Cleanups and version bump.mame0140u2 Aaron Giles2010-12-081-10/+10
* Fix regressions in games with buffered spriteram. Aaron Giles2010-12-061-1/+0
* Split the screen device into a separate module. Aaron Giles2010-12-021-367/+122
* Fix MT04059: Add new method reset_origin() to screen devices to allow Aaron Giles2010-10-181-0/+1
* Convert rendlay objects into C++, reduce the number of unused textures Aaron Giles2010-10-181-0/+2
* Fix crash when specifying -effect. Aaron Giles2010-10-161-0/+2
* Converted render.c objects into C++ objects. Updated all callers. Aaron Giles2010-10-131-1/+3
* Cleanups and version bump.mame0139u2 Aaron Giles2010-08-301-1/+1
* De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining Aaron Giles2010-08-261-45/+19
* directly casting to UINT caused compile-time negative values to become 0 Michaƫl Banaan Ananas2010-07-051-4/+4
* Modified way device_type constants are defined in order to get unidasm compil... Miodrag Milanovic2010-06-291-1/+1
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-5/+5
* Changed device name from an overridable function to a parameter passed to Aaron Giles2010-06-251-3/+0
* Cleanups and version bump. Aaron Giles2010-06-171-7/+7
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-144/+334
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-22/+22
* Created new template class tagged_list which manages a simple list Aaron Giles2010-01-171-3/+3
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-5/+8
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-1/+1
* Added new module tagmap which is a simple hashed string map. Aaron Giles2009-11-231-2/+2
* Removed the MDRV_<devtype>_REMOVE macros. A simple DEVICE_REMOVE Aaron Giles2009-06-081-3/+0
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-2/+2
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-0/+7
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-1/+1
* Changed DEVICE_START functions to return an error code. Currently this Aaron Giles2008-09-091-2/+2
* Added new function video_get_view_for_target() which selects a view based Aaron Giles2008-06-161-0/+7
* Cleaned up software bilinear filtering code. Added bounds checking. Aaron Giles2008-06-161-6/+6
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-121-1/+0
* Added uncompressed AVI recording. Extended aviio to be able Aaron Giles2008-05-131-4/+8
* 01609: Various - tested srmp4 (ssv.c), ttmahjng (route16.c), vsmahjng (vsnes,... Aaron Giles2008-04-061-0/+3
* Removed excessive assertions in the device_list code -- it is ok to pass Aaron Giles2008-03-191-2/+2
* Added return value to video_screen_update_partial() indicating whether Aaron Giles2008-03-191-1/+1
* Fix for screenless (and deviceless) systems - this fix assumes that it is Nathan Woods2008-03-171-2/+2
* Changes MDRV_TIMER_DURATION to MDRV_TIMER_START_DELAY Zsolt Vasvari2008-03-151-0/+55
* Renamed *_vbl_cb to *_vblank_callback. Aaron Giles2008-03-141-1/+1
* - Removes the public screen_state object -- all access is via functions Zsolt Vasvari2008-03-131-15/+0
* Removes "global" VBLANK callback hack Zsolt Vasvari2008-03-121-6/+1
* Next batch of machine->screen[] removal Zsolt Vasvari2008-03-121-2/+0
* - First batch of machine->screen[] access has been removed Zsolt Vasvari2008-03-111-0/+10
* Moves crosshair code from video.c into its own module Zsolt Vasvari2008-03-111-10/+1
* All video_screen_*_scrnum functions have been removed. Next step is to remov... Zsolt Vasvari2008-03-101-4/+0
* Makes atarigen and tms34061 handle based Zsolt Vasvari2008-03-101-2/+0
* Changes TMS34010 to take a screen tag instead of the screen number Zsolt Vasvari2008-03-101-0/+6
* Voodoo now takes a device_config for the screen Zsolt Vasvari2008-03-101-2/+4
* Changes MC6845 to take a screen tag instead of a screen number Zsolt Vasvari2008-03-091-3/+0
* Changes first argument of video_screen_* functions to take a device_config Zsolt Vasvari2008-03-091-20/+25
* Moves 'refresh' from public to internal video state and renames it to 'frame_... Zsolt Vasvari2008-03-071-1/+0