summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video
Commit message (Expand)AuthorAgeFilesLines
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-109-12/+3
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-085-41/+17
* Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... Fabio Priuli2010-01-061-1/+1
* Cleaned up braces in the code so that they are properly balanced. [Atari Ace] Aaron Giles2009-12-282-41/+60
* Results of running the latest srcclean. Aaron Giles2009-12-2811-83/+83
* Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-7/+7
* From: Atari Ace <atari_ace@verizon.net> Aaron Giles2009-12-231-6/+9
* Some misc cleanups: Aaron Giles2009-12-151-1/+1
* Imported SAA5050 emulation from MESS and made it a device. Updated malzak.c t... Fabio Priuli2009-12-122-0/+452
* Fixed stupid copy&paste mistake in s2636.c Fabio Priuli2009-12-111-1/+1
* Cleanups and version bump.mame0135u3 Aaron Giles2009-12-112-2/+2
* Converted Signetics 2636 video chip to be a MAME device and updated drivers u... Fabio Priuli2009-12-112-53/+152
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-1/+1
* Cleanups and version bump.mame0135u2 Aaron Giles2009-11-301-1/+1
* Purged remaining globals from video/generic.c and audio/generic.c Aaron Giles2009-11-282-44/+33
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-282-225/+135
* Added new module tagmap which is a simple hashed string map. Aaron Giles2009-11-231-1/+1
* Rename osd_profiling_ticks() to get_profile_ticks(). Moved implemention into Aaron Giles2009-09-061-2/+2
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-062-6/+6
* (small cleanup) Michaël Banaan Ananas2009-08-241-4/+4
* fix NULL timers crash Michaël Banaan Ananas2009-08-241-4/+4
* > Here a MAME patch to implement transparent mode access for some 6845 Aaron Giles2009-08-211-23/+95
* Changed profiler to separate start/stop cases. [Christophe Jaillet] Aaron Giles2009-08-191-8/+8
* Fixed MSVC 64-bit compile errors. Aaron Giles2009-08-192-0/+98
* > From: atari_ace@verizon.net Aaron Giles2009-08-131-1/+1
* Added default monochrome amber and green palettes. Curt Coder2009-06-262-1/+25
* Fix for bug 3262 Fabio Priuli2009-06-151-1/+1
* [MC6845] Refactored to use devcb and added cursor callback (for MESS). Curt Coder2009-06-112-29/+88
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-081-50/+66
* The other larger patch adds missing static and const qualifiers, and Aaron Giles2009-06-081-1/+1
* Removed the MDRV_<devtype>_REMOVE macros. A simple DEVICE_REMOVE Aaron Giles2009-06-083-9/+0
* Changed voodoo to use devtempl.h. Aaron Giles2009-05-311-28/+17
* Cleanups and version bump. Aaron Giles2009-05-281-1/+1
* Made a pass at shuffling/improving the system 16 and 18 bootlegs. Aaron Giles2009-05-282-0/+16
* From: Xander Xander [mailto:xander85@operamail.com] Aaron Giles2009-05-152-0/+19
* Memory maps merges for the following drivers: Angelo Salese2009-04-282-0/+15
* Bulk change alert. Aaron Giles2009-04-2610-36/+26
* Deprecated device_set_info. Almost all devices had a NULL or empty Aaron Giles2009-04-232-24/+0
* Cleanups and version bump for 0.131.mame0131 Aaron Giles2009-04-231-20/+20
* Added cursor info to the TMS9927, and also the CRT50x7 device variants. Aaron Giles2009-04-232-1/+53
* Added basic TMS9927 implementation. Hooked it up to the statriv2 Aaron Giles2009-04-203-3/+375
* Missed a file.mame0130u3 Aaron Giles2009-04-091-0/+302
* Hi, Aaron Giles2009-04-092-272/+4
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-128-35/+35
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-025-7/+7
* Modified the makefile to support experimental optional C++ Aaron Giles2009-02-281-1/+1
* various improvements to Heavy Unit [Angelo Salese, Tomasz Slanina, David Hayw... davidhay2009-02-282-0/+14
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-1/+1
* Cidelsa changes: Curt Coder2009-02-162-1059/+0
* Ok, this is The Big One. Aaron Giles2009-02-111-7/+9