summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed disk loading so that it handles full region tags. Fixes laserdisc Aaron Giles2012-01-271-1/+1
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-1/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-2/+2
* Removed machine.generic.tmpbitmap, VIDEO_START(generic_bitmapped), Aaron Giles2012-01-021-1/+1
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-1/+1
* increasing core speed accuracy by factor 10 (in other words, emu/video.c m_sp... Michaël Banaan Ananas2011-08-201-1/+1
* Latest delegate changes removed the need for bindable_object, so Aaron Giles2011-04-291-1/+1
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-3/+2
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-0/+1
* BIG update. Aaron Giles2011-03-291-1/+1
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-3/+3
* 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