summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/kaneko16.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Converted astrocde/kaneko16/namcos23/suprnova to driver_device [Atari Ace] Angelo Salese2011-04-051-182/+183
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* BIG update. Aaron Giles2011-03-291-40/+40
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-11/+11
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-0/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* Time to kill off some deadwood. Aaron Giles2010-07-071-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-13/+13
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-7/+7
* Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly Aaron Giles2009-12-281-2/+2
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Converted Kaneko Pandora sprite chip to be a MAME device and updated drivers ... Fabio Priuli2009-12-101-2/+2
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-1/+2
* Fixed a couple of source typos [Christophe Jaillet] Phil Bennett2009-10-211-1/+1
* > From: atari_ace@verizon.net Aaron Giles2009-10-211-2/+8
* Cleanups and version bump.mame0133u4 Aaron Giles2009-08-291-7/+7
* kaneko16 updates Tomasz Slanina2009-08-251-3/+20
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-08-021-2/+2
* Cleanups and version bump.mame0132u2 Aaron Giles2009-06-251-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-5/+4
* Bulk change alert. Aaron Giles2009-04-261-2/+2
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-2/+2
* 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-1/+1
* Fixed sound loading in jchan / jchan2 [Angelo Salese] davidhay2008-11-131-0/+12
* Kaneko update part 3: davidhay2008-11-131-3/+16
* Major cpuintrf changes: Aaron Giles2008-11-101-1/+1
* by DITraI4D0 Brian Troha2008-09-291-1/+31
* 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: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-121-1/+1
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-1/+1
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-1/+1
* - Removes the public screen_state object -- all access is via functions Zsolt Vasvari2008-03-131-5/+9
* 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-12/+12
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-11/+11
* - Backs out BITMAP8 removal from most places. Zsolt Vasvari2008-02-241-1/+1
* Removes 8-bit bitmap support and converts all previously 8-bit bitmaps to 16-bit Zsolt Vasvari2008-02-241-1/+1
* machine->pens lookup removal Zsolt Vasvari2008-02-221-10/+9
* Changed the use of machine->remapped_colortable to machine->pens where the dr... Zsolt Vasvari2008-02-051-1/+1
* Removed 'type' parameter from tilemap_create Zsolt Vasvari2008-02-051-4/+4
* - Removed TRANSPARENCY_NONE_RAW, TRANSPARENCY_PENS_RAW and TRANSPARENCY_PEN_T... Zsolt Vasvari2008-01-281-6/+2
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-3/+4