summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/dynax.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (Finally found the time to finish this....) Aaron Giles2011-05-301-15/+15
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-378/+378
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* BIG update. Aaron Giles2011-03-291-110/+110
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-8/+8
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-71/+71
* Ok, last major rename for this round: Aaron Giles2011-01-011-4/+4
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-57/+57
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-1/+1
* Disabled unused variables and code based on cppcheck and VS2008 Code Analysis... Fabio Priuli2010-04-031-6/+3
* Fix debug compile in dynax drivers Luca Elia2010-03-171-2/+2
* dynax.c, ddenlovr.c: Added driver data class [Fabio Priuli] Fabio Priuli2010-03-171-488/+651
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Cleaned up braces in the code so that they are properly balanced. [Atari Ace] Aaron Giles2009-12-281-12/+22
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-21/+21
* Bulk change alert. Aaron Giles2009-04-261-40/+40
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-2/+2
* From: Mamesick [mailto:mamesick@libero.it] Aaron Giles2008-12-041-2/+2
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-22/+12
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-10/+10
* Major cpuintrf changes: Aaron Giles2008-11-101-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-111-1/+1
* Region classes go bye-bye. Aaron Giles2008-07-281-4/+4
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-10/+14
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-12/+15
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-11/+11
* - First batch of machine->screen[] access has been removed Zsolt Vasvari2008-03-111-9/+6
* Removes the scrnum parameter from VIDEO_UPDATE, updates all drivers to use th... Zsolt Vasvari2008-03-101-3/+5
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-2/+2
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-5/+5
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-5/+5
* machine->pens lookup removal Zsolt Vasvari2008-02-221-12/+12
* The term "driver" is way overloaded in the system. Aaron Giles2008-02-181-1/+1
* Changed all other video_*, sound_*, etc. calls to use macros Zsolt Vasvari2008-01-221-7/+7
* (From Atari Ace) Aaron Giles2007-12-311-93/+32
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+1341