summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/system16.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reverted as per-OG complaining ... Angelo Salese2011-04-201-10/+25
* Removed global variables from segaic16.c [Atari Ace] Angelo Salese2011-04-201-25/+10
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-193/+193
* BIG update. Aaron Giles2011-03-291-39/+39
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-4/+4
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-25/+25
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-1/+1
* sega system16 and later: first pass in the conversion of video ICs to be devi... Fabio Priuli2010-04-261-10/+0
* Disable many unused variables as identifed by cppcheck. [Oliver Stöneberg] Scott Stone2010-04-231-4/+4
* Cleanups and version bump.mame0136u3 Aaron Giles2010-02-141-9/+9
* Added driver data struct to system 16/18 bootlegs and removed most unused code. Fabio Priuli2010-01-311-562/+367
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* 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-2/+2
* > From: atari_ace@verizon.net Aaron Giles2009-10-211-1/+1
* > -----Original Message----- Aaron Giles2009-10-031-11/+0
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-101-10/+8
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-08-021-2/+2
* Cleanups and version bump.mame0132u1 Aaron Giles2009-06-181-23/+23
* From: David Haywood [neohaze@nildram.co.uk] Aaron Giles2009-06-181-362/+200
* The other larger patch adds missing static and const qualifiers, and Aaron Giles2009-06-081-4/+4
* Cleanups and version bump. Aaron Giles2009-05-281-68/+68
* Made a pass at shuffling/improving the system 16 and 18 bootlegs. Aaron Giles2009-05-281-287/+338
* 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-5/+5
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-2/+2
* Region classes go bye-bye. Aaron Giles2008-07-281-2/+2
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-121-9/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-3/+2
* All video_screen_*_scrnum functions have been removed. Next step is to remov... Zsolt Vasvari2008-03-101-11/+11
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-8/+8
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-3/+3
* - Backs out BITMAP8 removal from most places. Zsolt Vasvari2008-02-241-3/+3
* Removes 8-bit bitmap support and converts all previously 8-bit bitmaps to 16-bit Zsolt Vasvari2008-02-241-3/+3
* machine->pens lookup removal Zsolt Vasvari2008-02-221-13/+13
* The term "driver" is way overloaded in the system. Aaron Giles2008-02-181-4/+4
* Changed the use of machine->remapped_colortable to machine->pens where the dr... Zsolt Vasvari2008-02-051-2/+2
* 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 all other video_*, sound_*, etc. calls to use macros Zsolt Vasvari2008-01-221-19/+19
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-2/+2
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+1147