summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/m92.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean-ups and version bumpmame0143u8 Angelo Salese2011-10-231-1/+1
* sprite code cleanup, no emulation changes Michaël Banaan Ananas2011-10-221-114/+88
* fix buffer overflow, thanks DigiGhost Michaël Banaan Ananas2011-10-221-1/+1
* aw, prev commit broke mystic riders, so unbreak it Michaël Banaan Ananas2011-10-211-8/+9
* small cleanup + trying to figure out videocontrol reg, this update makes some... Michaël Banaan Ananas2011-10-201-16/+34
* Decoded graphics in gigaman2 [iq_132] Angelo Salese2011-09-061-2/+125
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-55/+55
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-2/+2
* BIG update. Aaron Giles2011-03-291-39/+39
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-5/+5
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* From: Atari Ace Aaron Giles2011-02-031-78/+72
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-1/+1
* 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-2/+2
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-5/+6
* > -----Original Message----- Aaron Giles2009-10-211-2/+1
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-08-021-5/+5
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-8/+8
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-1/+1
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-2/+2
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-8/+8
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-2/+2
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-1/+1
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-2/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-4/+4
* Major cpuintrf changes: Aaron Giles2008-11-101-2/+2
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-141-1/+1
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-171-2/+2
* cosmetic fix Roberto Zandona2008-05-031-3/+2
* Flipped the damn mem_mask. It is no longer inverted when passed to Aaron Giles2008-04-201-1/+1
* Renamed input port functions: Aaron Giles2008-04-061-1/+1
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-2/+2
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-2/+2
* 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-2/+2
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-2/+2
* * remove flip_screen macro Couriersud2008-02-251-1/+1
* machine->pens lookup removal Zsolt Vasvari2008-02-221-1/+1
* Removed 'type' parameter from tilemap_create Zsolt Vasvari2008-02-051-2/+2
* Removes all palette_X_r functions Zsolt Vasvari2008-01-181-1/+1
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+471