summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/ygv608.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-1/+1
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-2/+2
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-1/+1
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-1/+1
* BIG update. Aaron Giles2011-03-291-33/+33
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-1/+1
* Further decouples some driver files to help driver_device Aaron Giles2011-03-211-1/+14
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-1/+1
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-2/+2
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-2/+2
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-14/+11
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Cleaned up braces in the code so that they are properly balanced. [Atari Ace] Aaron Giles2009-12-281-76/+77
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly Aaron Giles2009-12-281-6/+6
* From: Atari Ace <atari_ace@verizon.net> Aaron Giles2009-12-231-1/+1
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-36/+24
* From: Oliver Stoeneberg [oliverst@online.de] Aaron Giles2009-05-251-1/+5
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2009-01-141-3/+0
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-7/+4
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-15/+14
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-12/+12
* Here's the big one.... Aaron Giles2008-12-111-4/+4
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-6/+6
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-5/+5
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-6/+6
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-1/+1
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-2/+2
* Major cpuintrf changes: Aaron Giles2008-11-101-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-08-201-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-1/+1
* Reduced the number of save state callback types from 3 to 1. The Aaron Giles2008-04-111-4/+4
* - Removes the public screen_state object -- all access is via functions Zsolt Vasvari2008-03-131-2/+2
* Next batch of machine->screen[] removal Zsolt Vasvari2008-03-121-8/+8
* 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-9/+9
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-2/+2
* machine->pen lookup removal Zsolt Vasvari2008-02-241-7/+5
* The term "driver" is way overloaded in the system. Aaron Giles2008-02-181-1/+1
* Removed 'type' parameter from tilemap_create Zsolt Vasvari2008-02-051-12/+12
* - Removed TRANSPARENCY_NONE_RAW, TRANSPARENCY_PENS_RAW and TRANSPARENCY_PEN_T... Zsolt Vasvari2008-01-281-6/+2
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-4/+4
* (From Atari Ace) Aaron Giles2008-01-111-0/+9
* (From AtariAce) Aaron Giles2008-01-081-3/+3
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-2/+2
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+1801