summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video.c
Commit message (Expand)AuthorAgeFilesLines
* Initialize m_scantime and m_pixeltime to non-zero values to prevent divide by Aaron Giles2010-06-091-2/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1117/+943
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-3/+3
* Internal debugger using the mame rendering infrastructure Couriersud2010-02-111-0/+4
* UI menu interface changes Couriersud2010-01-271-1/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-51/+51
* Created new template class tagged_list which manages a simple list Aaron Giles2010-01-171-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-5/+6
* Extended the astring class wrapper into something useful, and Aaron Giles2010-01-081-30/+20
* Added some missing header declarations and static qualifiers. Added validity.... Phil Bennett2010-01-061-0/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-10/+10
* Reverted 'bad code' mistakenly submitted in r7745. I'll keep the other code ... Scott Stone2009-12-241-1/+1
* Fixed 03597: outrun, outrunra, outruno, outrundx, outrunb: Incorrect vsync sp... Scott Stone2009-12-241-1/+1
* Moved machine->gfx initialization out of the video module and Aaron Giles2009-12-231-144/+0
* Cleaned-up several drivers; added missing prototypes and removed dead ones, Phil Bennett2009-12-081-1/+0
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-12/+6
* Added new module tagmap which is a simple hashed string map. Aaron Giles2009-11-231-1/+1
* Changed profiler to separate start/stop cases. [Christophe Jaillet] Aaron Giles2009-08-191-14/+14
* From: hoge hoge [c8cv@hotmail.com] Aaron Giles2009-08-131-1/+1
* Cleanups and version bump.mame0132u5 Aaron Giles2009-07-161-9/+9
* Fix crasher in burnin code. Aaron Giles2009-07-141-2/+2
* Added basic support in bitmap.c for 64-bit indexed bitmaps. As a Aaron Giles2009-07-131-2/+185
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-50/+0
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-081-2/+2
* Bulk change alert. Aaron Giles2009-04-261-2/+2
* Deprecated device_set_info. Almost all devices had a NULL or empty Aaron Giles2009-04-231-15/+0
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-35/+35
* On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote: Aaron Giles2009-01-221-2/+0
* Cleanups and version bump.mame0129u1 Aaron Giles2009-01-151-4/+4
* 02824: deadlock when using -state with -mngwrite/-aviwrite Aaron Giles2009-01-141-0/+1
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-25/+60
* Cleaned up device and sound interfaces to match the CPU Aaron Giles2008-12-191-5/+5
* Made CPUs into proper devices. CPUs are now added in the Aaron Giles2008-12-161-4/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-1/+1
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-21/+21
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-16/+16
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-21/+16
* 02488: All sets with using 2+ monitors: Crash to desktop on second play Aaron Giles2008-10-091-1/+2
* Plumbed machine parameters through the renderer. Removed need for Aaron Giles2008-09-291-9/+12
* 02442: -aviwrite produces faulty files Aaron Giles2008-09-271-2/+2
* Cleanups and version bump.mame0127u3 Aaron Giles2008-09-111-1/+1
* Changed DEVICE_START functions to return an error code. Currently this Aaron Giles2008-09-091-4/+10
* Cleanups and version bump.mame0127u2 Aaron Giles2008-09-041-1/+1
* Changed refreshspeed target to 0.25Hz below rate provided, in order to guaran... Aaron Giles2008-09-031-2/+4
* Changed slider controls into a menu. For now, removed the old direct access Aaron Giles2008-08-281-1/+1
* Region classes go bye-bye. Aaron Giles2008-07-281-3/+3
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-5/+5
* Replaced the crazy number of get/set functions for render containers with Aaron Giles2008-07-131-4/+7
* 01963: screenless systems: memory leak with -mngwrite Aaron Giles2008-07-061-5/+2
* Partial fix: 01945: All asteriod.c sets: Assertions Couriersud2008-06-281-2/+2