summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/megasys1.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-104/+104
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-2/+2
* BIG update. Aaron Giles2011-03-291-35/+35
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-5/+5
* Continued moving global/static variables to the driver_device classes. Aaron Giles2011-03-171-140/+127
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-3/+6
* Breaks some driver entanglements to simplify future driver_device Aaron Giles2011-03-101-6/+5
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Time to kill off some deadwood. Aaron Giles2010-07-071-1/+1
* New non-working clones Phil Bennett2010-02-021-4/+7
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-3/+3
* 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
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-2/+3
* > From: atari_ace@verizon.net Aaron Giles2009-08-131-1/+1
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-08-021-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-8/+8
* Hooked up sprite buffering in the Jaleco Mega System 1 driver. [Angelo Salese] Angelo Salese2009-05-201-2/+22
* More numbers-to-tags changes. Also, removed two unneeded variables in megadri... Fabio Priuli2009-04-301-8/+8
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-11/+11
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-2/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-11/+11
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-6/+6
* Major cpuintrf changes: Aaron Giles2008-11-101-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-1/+0
* Flipped the damn mem_mask. It is no longer inverted when passed to Aaron Giles2008-04-201-3/+3
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-1/+1
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-9/+9
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-2/+2
* machine->pens lookup removal Zsolt Vasvari2008-02-221-1/+1
* Removed 'type' parameter from tilemap_create Zsolt Vasvari2008-02-051-8/+8
* - 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-6/+6
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+1022