summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/taitojc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added shared SARAM hook-up in TMS32051 ... this also regresses Dangerous Curv... Angelo Salese2011-08-241-1/+1
* Work-around for TMS32051 crash on Taito JC soft reset Angelo Salese2011-08-241-3/+1
* Hacked around the mask screen thing (any idea here is welcome) Angelo Salese2011-08-241-22/+34
* Added another bit to the object RAM, used for screen masking on the sides Angelo Salese2011-08-231-3/+26
* Fixed credit display in Densya de Go (beware of the beast :/) Angelo Salese2011-08-231-27/+40
* Log for an unimplemented command Angelo Salese2011-08-221-2/+22
* Implemented command skipped by previous commit, it's for goraud shaded triangles Angelo Salese2011-08-221-2/+26
* Identified command 0x01 in the polygon fifo renderer, fixes Landing Gear flic... Angelo Salese2011-08-221-1/+6
* Improved previous fix by Arbee's suggestion Angelo Salese2011-08-221-8/+11
* Fixed Densya de Go 2 / 2 Ex crash when entering into gameplay, game is now pl... Angelo Salese2011-08-221-2/+10
* Implemented 4bpp mode for object RAM, used by Densya de Go 2X credit display Angelo Salese2011-08-221-10/+42
* Forgot this ... Angelo Salese2011-08-211-1/+1
* Minor notes, nw Angelo Salese2011-08-211-3/+14
* Various fixes to the Taito JC system [Angelo Salese]: Angelo Salese2011-08-211-2/+17
* (Finally found the time to finish this....) Aaron Giles2011-05-301-2/+2
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-43/+43
* BIG update. Aaron Giles2011-03-291-30/+30
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-11/+11
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-3/+3
* 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-9/+9
* taitojc: fix landgear crash, game now enters attract mode [R. Belmont] R. Belmont2010-03-131-1/+9
* Converted the following drivers to use a driver_data structure: [Atari Ace] Phil Bennett2010-01-171-65/+76
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* 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
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-2/+2
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-6/+6
* Bulk change alert. Aaron Giles2009-04-261-7/+4
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-30/+2
* Hi mamedev, Aaron Giles2008-12-161-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-1/+1
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-111-1/+3
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-121-9/+8
* Credit Fabio Priuli: Remove port_input_read_indexed in favor of the use of pr... Couriersud2008-06-021-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-1/+1
* - Removes the public screen_state object -- all access is via functions Zsolt Vasvari2008-03-131-3/+7
* Next batch of machine->screen[] removal Zsolt Vasvari2008-03-121-4/+4
* - More machine->screen removal Zsolt Vasvari2008-03-111-1/+1
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-1/+1
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-6/+6
* Pulled remaining vestiges of old-style colortables: Aaron Giles2008-02-191-4/+1
* The term "driver" is way overloaded in the system. Aaron Giles2008-02-181-3/+3
* Removed 'type' parameter from tilemap_create Zsolt Vasvari2008-02-051-1/+1
* - 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