summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/avgdvg.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Privatized most of the m_machine pointers in the system to prevent Aaron Giles2011-04-191-8/+8
* BIG update. Aaron Giles2011-03-291-17/+19
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-3/+3
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-4/+4
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* 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
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-1/+1
* Removed several exported non-const global variables from the core [Atari Ace] Phil Bennett2010-08-131-24/+13
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-8/+8
* Cleanups and version bump.mame0138u1 Aaron Giles2010-05-271-1/+1
* no sparkles after all, prev avg commit whatsnew report should be ignored Michaël Banaan Ananas2010-05-191-14/+3
* tempest: Re-added sparkle bit that mysteriously vanished during the 0.108u5 A... Michaël Banaan Ananas2010-05-181-3/+16
* Cleanups and version bump. Aaron Giles2010-03-041-5/+5
* avgdvg: Fixed mametesters bug 03634. Reduced flickering in Tempest/Quantum. [... Mathis Rosenhauer2010-02-251-11/+22
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Remove remaining references to machine->cpu[n]. Removed cpu[n] array. Aaron Giles2009-09-081-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-03-051-1/+1
* Cleanups and version bump.mame0129u5 Aaron Giles2009-02-261-2/+2
* Added save state support to asteroid, bwidow, mhavoc, omegrace Couriersud2009-02-211-0/+7
* Added save state support to quantum Couriersud2009-02-211-1/+4
* 02212: bzone: vector drawing corruption when using a save state Couriersud2009-02-211-6/+14
* Driver for TomCat mariuszw12009-02-101-0/+22
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-13/+12
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-35/+35
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-4/+4
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-31/+31
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-261-0/+2
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-141-0/+5
* 02066: All sets in mhavoc.c: all graphics is missing Aaron Giles2008-08-051-1/+1
* 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
* Next batch of machine->screen[] removal Zsolt Vasvari2008-03-121-6/+10
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-3/+3
* BITSWAP macro used. Mathis Rosenhauer2008-02-271-17/+0
* Support for original Omega Race state PROM Mathis Rosenhauer2008-02-271-0/+17
* Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic(). Aaron Giles2008-02-061-3/+3
* - 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-8/+8
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-8/+8
* Changes for MAME 0.121u3.mame0121u3 Aaron Giles2007-12-171-75/+80
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-2/+2
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+1523