summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/playch10.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-20/+20
* BIG update. Aaron Giles2011-03-291-11/+11
* Convert nichibut/nintendo/nix to driver_devices. [Atari Ace] Aaron Giles2011-02-281-20/+22
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* running_device -> device_t Aaron Giles2010-12-311-3/+3
* Removed generic.videoram and generic.videoram_size. These generics Aaron Giles2010-09-081-3/+7
* Time to kill off some deadwood. Aaron Giles2010-07-071-2/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+1
* ppu2c0x.c: Removed the bogus "color remap tables" in favor Fabio Priuli2010-04-091-1/+1
* 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
* Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly Aaron Giles2009-12-281-1/+1
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-3/+3
* Cleaned up NES PPU interface and struct [Fabio Priuli] Fabio Priuli2009-08-011-6/+2
* More number-to-tag conversions in CPU calls while Kale is busy (and not mergi... Fabio Priuli2009-04-291-1/+1
* Changed the PPU2C0x implementation to be a device Nathan Woods2009-04-131-26/+20
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-1/+1
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-2/+2
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-3/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-2/+2
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-2/+2
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-1/+1
* Region classes go bye-bye. Aaron Giles2008-07-281-2/+2
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-4/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-121-8/+1
* Cleanups/version bump.mame0124u5 Aaron Giles2008-05-011-1/+1
* NES/PlayChoice 10 update mariuszw12008-04-281-1/+25
* From: Atari Ace Aaron Giles2008-04-211-3/+5
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-03-191-1/+1
* Next batch of machine->screen[] removal Zsolt Vasvari2008-03-121-1/+1
* Removes the scrnum parameter from VIDEO_UPDATE, updates all drivers to use th... Zsolt Vasvari2008-03-101-9/+3
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-2/+2
* Removed 'type' parameter from tilemap_create Zsolt Vasvari2008-02-051-1/+1
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* - Changed cpunum_set_input_line* functions to take running_machine as an argu... Zsolt Vasvari2008-01-241-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+174