summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/gaelco3d.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (Finally found the time to finish this....) Aaron Giles2011-05-301-6/+6
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-1/+1
* Privatized most of the m_machine pointers in the system to prevent Aaron Giles2011-04-191-2/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-67/+67
* BIG update. Aaron Giles2011-03-291-30/+32
* Updated nmk/olympia/pacific/pce/phoenix/rare/seibu/seta to driver_devices. Aaron Giles2011-03-031-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-86/+81
* Converted TMS3203X to a modern device. Aaron Giles2011-01-311-20/+20
* Split the screen device into a separate module. Aaron Giles2010-12-021-1/+1
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-2/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-15/+15
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-2/+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-5/+5
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-6/+6
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-7/+7
* Bulk change alert. Aaron Giles2009-04-261-3/+3
* Hi mamedev, Aaron Giles2008-12-161-5/+4
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-7/+7
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-2/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-2/+2
* - Removes the public screen_state object -- all access is via functions Zsolt Vasvari2008-03-131-1/+5
* Next batch of machine->screen[] removal Zsolt Vasvari2008-03-121-8/+10
* - More machine->screen removal Zsolt Vasvari2008-03-111-1/+1
* Changes first argument of video_screen_* functions to take a device_config Zsolt Vasvari2008-03-091-2/+2
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-5/+5
* - Removed TRANSPARENCY_NONE_RAW, TRANSPARENCY_PENS_RAW and TRANSPARENCY_PEN_T... Zsolt Vasvari2008-01-281-1/+1
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* TMS3203x core updates: Aaron Giles2007-12-281-57/+21
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+535