summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* MNG is now written when -mngwrite is used together with -aviwrite [Oliver StÃ... Oliver Stöneberg2014-04-071-9/+14
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-1/+1
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-8/+0
* Magic numbers, just say no (nw) Alex W. Jackson2014-02-031-2/+4
* Introduced a toggle_record_movie() method Nathan Woods2014-02-021-0/+1
* Adding support for variable throttle Nathan Woods2014-02-021-4/+4
* More unglamorous cleanups Nathan Woods2014-01-191-0/+3
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-38/+38
* Mark the display for screenless systems as changed whenever an output has cha... Wilbert Pol2012-11-221-0/+2
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-1/+1
* 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