summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/gottlieb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixed crash when running laser disc games smf-2011-06-261-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-47/+47
* BIG update. Aaron Giles2011-03-291-30/+30
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Convert dooyong/edevices/eolith/exidy/gaelco/gottlieb/igs/ Aaron Giles2011-02-171-55/+51
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* Removed generic.videoram and generic.videoram_size. These generics Aaron Giles2010-09-081-3/+9
* 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-1/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Created new template class tagged_list which manages a simple list Aaron Giles2010-01-171-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-7/+8
* Added new module tagmap which is a simple hashed string map. Aaron Giles2009-11-231-1/+1
* > From: atari_ace@verizon.net Aaron Giles2009-08-131-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-4/+3
* Fixed Pierpaolo Prazzoli2009-05-051-0/+35
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-2/+3
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-7/+7
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-1/+1
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-3/+3
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-6/+6
* Cleanups and version bump.mame0127u6 Aaron Giles2008-10-021-1/+1
* Removed render_container_set_palette_alpha() hack. Now the alpha value Aaron Giles2008-09-271-4/+11
* Cleanups and version bump.mame0127 Aaron Giles2008-08-191-1/+1
* 02105: qbert and clones: Misplaced graphics Aaron Giles2008-08-191-1/+6
* Added new generic laserdisc VIDEO_UPDATE handler to the laserdisc code. Aaron Giles2008-08-181-57/+5
* Cleanups and version bump.mame0126u4 Aaron Giles2008-08-071-9/+9
* Added proper laserdisc support for MACH 3, Us vs. Them, and Cobra Aaron Giles2008-08-041-3/+65
* More gottlieb cleanup. Fixed rev 2 sound again, fleshed out memory Aaron Giles2008-08-011-57/+76
* Cleanups and version bump.mame0126u2 Aaron Giles2008-07-241-2/+2
* Added new functions attotime_to_ticks() and ticks_to_attotime() to Aaron Giles2008-07-241-53/+30
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-3/+2
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-1/+1
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-1/+1
* * remove flip_screen macro Couriersud2008-02-251-5/+5
* machine->pens lookup removal Zsolt Vasvari2008-02-221-7/+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
* (From AtariAce) Aaron Giles2008-01-111-2/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+221