summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/liberate.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-81/+81
* BIG update. Aaron Giles2011-03-291-43/+43
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-6/+6
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-4/+4
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-22/+22
* Cleanups and version bump. Aaron Giles2010-03-041-10/+10
* Added driver_data struct and save states to the following drivers: lkage.c, l... Fabio Priuli2010-02-191-147/+162
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Converted the goldstar, liberate, sidearms and sidepckt drivers to use driver... Phil Bennett2010-01-031-91/+104
* 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-1/+1
* Eliminated the use of generic.colorram and generic.videoram in several driver... Phil Bennett2009-12-211-5/+7
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-5/+11
* Cleanups and version bump.mame0133u2 Aaron Giles2009-08-131-4/+4
* prosport: fixed tile flip y (in golf game) Roberto Zandona2009-08-051-9/+15
* Cleanups and version bump.mame0132u2 Aaron Giles2009-06-251-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-24/+16
* Identified the main CPU in Pachi Fever [Olivier Galibert, Wilbert Pol] Angelo Salese2009-06-181-2/+2
* New games added or promoted from NOT_WORKING status Angelo Salese2009-06-181-54/+36
* Cleanups and version bump.mame0132u1 Aaron Giles2009-06-181-7/+7
* Corrected a wrong guess. Angelo Salese2009-06-171-1/+1
* Some minor tweakery Angelo Salese2009-06-171-26/+31
* Fixed Pro Tennis gameplay and added basic background hook-up. Angelo Salese2009-06-171-2/+51
* Better irq fix and added basic sound (not yet 100% accurate?) Angelo Salese2009-06-141-0/+20
* Many graphics and logic fixes to Pro Sports [Angelo Salese] Angelo Salese2009-06-141-13/+24
* New games added or promoted from NOT_WORKING status Angelo Salese2009-06-141-7/+13
* Realized that Pro Soccer actually uses dynamic tiles for the foreground tilem... Angelo Salese2009-06-131-0/+4
* Improved the graphics in Pro Soccer. Angelo Salese2009-06-131-2/+55
* Cleanups and version bump.mame0131u1 Aaron Giles2009-05-071-12/+12
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-301-47/+59
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-4/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-6/+6
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-4/+4
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-4/+4
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-2/+2
* 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
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-1/+0
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-6/+6
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-4/+4
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-4/+4
* * remove flip_screen macro Couriersud2008-02-251-3/+3
* machine->pens lookup removal Zsolt Vasvari2008-02-221-4/+4
* Removed 'type' parameter from tilemap_create Zsolt Vasvari2008-02-051-6/+6
* - 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-2/+2
* Spacing fixes and a version bump to 0.122u3.mame0122u3 Aaron Giles2008-01-031-12/+12
* Checking in Bryan McPhail's MAMETesters Challenge fixes Brian Troha2008-01-011-27/+42