summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/artmagic.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-59/+59
* BIG update. Aaron Giles2011-03-291-16/+16
* Continued eliminating global/static variables by moving them to Aaron Giles2011-03-131-81/+71
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-2/+2
* Fix build break from last checkin. Aaron Giles2011-02-061-2/+2
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-2/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* I had originally wanted to convert the profiler to use scopes (e.g., Aaron Giles2010-08-211-2/+2
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-2/+2
* 03992: btoads: Reload of state cause major graphic corruption [Phil Bennett] Phil Bennett2010-08-161-2/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+1
* 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
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* First round of fixes for post-initialization allocs. Aaron Giles2009-12-201-0/+1
* Changed profiler to separate start/stop cases. [Christophe Jaillet] Aaron Giles2009-08-191-2/+2
* Cleanups and version bump. Aaron Giles2009-05-281-1/+1
* From: Xander Xander [mailto:xander85@operamail.com] Aaron Giles2009-05-151-0/+5
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-141-2/+2
* Here's the big one.... Aaron Giles2008-12-111-4/+4
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-4/+4
* Removed cpu_read_byte/cpu_write_byte. Fixed a few lingering compiler Aaron Giles2008-11-231-1/+0
* Major cpuintrf changes: Aaron Giles2008-11-101-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
* Changes TMS34010 to take a screen tag instead of the screen number Zsolt Vasvari2008-03-101-1/+1
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-1/+1
* Const-ified tlc34076_get_pens Zsolt Vasvari2008-01-141-1/+1
* - Changed TLC34076 and games using it to RGB32 Zsolt Vasvari2008-01-141-2/+4
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+359