summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/centiped.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-1/+0
* Modernization of drivers part 2 (no whatsnew) Miodrag Milanovic2013-02-051-25/+23
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-5/+4
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-5/+5
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-28/+24
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-23/+19
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-24/+20
* Replaced standard mappers with an enumeration that maps internally Aaron Giles2012-09-051-4/+4
* New NOT_WORKING game Michaƫl Banaan Ananas2012-06-231-45/+44
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-1/+1
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-2/+2
* Remove color_prom parameter from PALETTE_INIT. Added code where Aaron Giles2012-04-121-0/+1
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-29/+22
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-3/+6
* Bulk converted most of the tilemap_* calls into method calls. Aaron Giles2012-01-171-8/+8
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-4/+4
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-6/+6
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-9/+9
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-44/+44
* BIG update. Aaron Giles2011-03-291-34/+34
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-4/+4
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-4/+4
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-3/+3
* From: Atari Ace [atari_ace@frontier.com] Aaron Giles2011-01-271-46/+62
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* Removed generic.videoram and generic.videoram_size. These generics Aaron Giles2010-09-081-5/+15
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-1/+1
* 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 the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-8/+12
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-8/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-4/+4
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-3/+3
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-6/+6
* Region classes go bye-bye. Aaron Giles2008-07-281-1/+1
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-1/+1
* 01946: Various: Fatal error: Input ports cannot be read at init time! (part 2) Aaron Giles2008-06-301-3/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-1/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-121-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-7/+6
* Renamed input port functions: Aaron Giles2008-04-061-2/+2
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-5/+5
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-1/+1
* 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-4/+4
* Removes color table from Centipede and related games Zsolt Vasvari2008-01-291-137/+141
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-0/+30