summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tceptor.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-61/+61
* BIG update. Aaron Giles2011-03-291-47/+47
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Eliminate statics/globals in drivers jpm/kaneko/maygay/meadows/merit/ Aaron Giles2011-02-171-87/+79
* Ok, last major rename for this round: Aaron Giles2011-01-011-6/+6
* running_device -> device_t Aaron Giles2010-12-311-3/+3
* Added include files for all remaining drivers with multiple source files. Aaron Giles2010-09-021-0/+2
* Time to kill off some deadwood. Aaron Giles2010-07-071-3/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+2
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-3/+3
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-2/+2
* Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly Aaron Giles2009-12-281-3/+3
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-5/+4
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-1/+1
* Bulk change alert. Aaron Giles2009-04-261-5/+4
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-3/+3
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-18/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-3/+3
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-5/+5
* Adjusted tags in drivers to meet conformity checks. Promoted checks to Aaron Giles2008-09-101-3/+3
* Region classes go bye-bye. Aaron Giles2008-07-281-6/+6
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-12/+12
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-6/+6
* Reduced the number of save state callback types from 3 to 1. The Aaron Giles2008-04-111-9/+0
* - More machine->screen removal Zsolt Vasvari2008-03-111-1/+1
* Removes the scrnum parameter from VIDEO_UPDATE, updates all drivers to use th... Zsolt Vasvari2008-03-101-3/+7
* Changes first argument of video_screen_* functions to take a device_config Zsolt Vasvari2008-03-091-1/+1
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-6/+6
* Removes cpu_getcurrentframe() and replaces it with video_screen_get_frame_num... Zsolt Vasvari2008-03-021-2/+1
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-2/+2
* Removed 'type' parameter from tilemap_create Zsolt Vasvari2008-02-051-3/+3
* - Color table removal Zsolt Vasvari2008-02-051-48/+47
* - Removed TRANSPARENCY_NONE_RAW, TRANSPARENCY_PENS_RAW and TRANSPARENCY_PEN_T... Zsolt Vasvari2008-01-281-3/+1
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* Clears up memory map Zsolt Vasvari2008-01-101-15/+0
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-8/+30
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+597