summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/taito_f3.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Redo of F3 alloc/clear fix (no whatsnew) R. Belmont2011-05-221-12/+6
* taitof3: initialize all allocated video RAM regions, prevents undeterministic... R. Belmont2011-05-211-0/+6
* cleanups, this time for good Angelo Salese2011-04-171-10/+10
* Added work-around for crowd gfxs in Taito F3 football games (Taito Cup Finals... Angelo Salese2011-04-061-17/+88
* Converted 2 Minutes Drill driver to use Taito F3 video chip, this hugely impr... Angelo Salese2011-04-061-0/+1
* Fixed print_debug_info() Angelo Salese2011-04-051-44/+43
* Converted Taito F3 video chip (TC0630FDP) to have a parallelism of 16-bit [An... Angelo Salese2011-04-051-29/+35
* Part 4 if my memory serves me correctly (sprites) Angelo Salese2011-04-051-49/+62
* Removed misleading pitch disable hack, I prefer a wrongly putted green pitch ... Angelo Salese2011-04-051-2/+2
* Better memory allocation fix, thanks to Haze's precious moa ... advices, AM_R... Angelo Salese2011-04-051-5/+11
* Fixed the charset upload bug, apparently gfx_element_set_source is the offend... Angelo Salese2011-04-041-7/+9
* Part 4 (lineram), and realized that there's a weird bug with text vram charse... Angelo Salese2011-04-041-105/+47
* Part 3 Angelo Salese2011-04-041-17/+14
* Fixed a regression bug while trying to document a thing ... Angelo Salese2011-04-041-1/+1
* Part 2 ... Angelo Salese2011-04-041-4/+16
* Part 1 of Taito F3 32-to-16 conversion ... Angelo Salese2011-04-041-17/+18
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-607/+607
* BIG update. Aaron Giles2011-03-291-91/+91
* Continued moving global/static variables to the driver_device classes. Aaron Giles2011-03-171-774/+697
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-5/+8
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Split the screen device into a separate module. Aaron Giles2010-12-021-2/+2
* Converted render.c objects into C++ objects. Updated all callers. Aaron Giles2010-10-131-3/+3
* Removed generic.videoram and generic.videoram_size. These generics Aaron Giles2010-09-081-5/+11
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-5/+5
* Disable many unused variables as identifed by cppcheck. [Oliver Stöneberg] Scott Stone2010-04-231-2/+2
* Disabled unused variables and code based on cppcheck and VS2008 Code Analysis... Fabio Priuli2010-04-031-4/+4
* UI menu interface changes Couriersud2010-01-271-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-10/+10
* Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly Aaron Giles2009-12-281-4/+4
* 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-29/+29
* > From: atari_ace@verizon.net Aaron Giles2009-08-131-1/+1
* Cleanups and version bump.mame0132u2 Aaron Giles2009-06-251-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-14/+10
* Bulk change alert. Aaron Giles2009-04-261-7/+7
* Added new #define ENDIANNESS_NATIVE, which maps to either ENDIANNESS_LITTLE Aaron Giles2009-01-171-9/+3
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-43/+12
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-10/+10
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-2/+2
* 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-1/+1
* Cleanups and version bump.mame0128u1 Aaron Giles2008-10-231-2/+2
* Revoke accidental commit Couriersud2008-10-201-1/+4
* More mcs51 updates Couriersud2008-10-201-1/+1
* Cleanups and version bump.mame0127u7 Aaron Giles2008-10-091-2/+2
* 02498: lightbr: Trouble of title screen Couriersud2008-10-061-13/+23
* added pen_mask tile attribute to the tilemap system. Nicola Salmoria2008-09-271-59/+50
* Cleanups and version bump.mame0127u5 Aaron Giles2008-09-261-1/+1