summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/itech32.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (Finally found the time to finish this....) Aaron Giles2011-05-301-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-261/+261
* BIG update. Aaron Giles2011-03-291-53/+53
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Convert dooyong/edevices/eolith/exidy/gaelco/gottlieb/igs/ Aaron Giles2011-02-171-334/+315
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-2/+2
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* Removed generic.videoram and generic.videoram_size. These generics Aaron Giles2010-09-081-4/+5
* I had originally wanted to convert the profiler to use scopes (e.g., Aaron Giles2010-08-211-6/+6
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-5/+5
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* 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-20/+20
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-6/+6
* Changed profiler to separate start/stop cases. [Christophe Jaillet] Aaron Giles2009-08-191-6/+6
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-2/+2
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-16/+16
* Plumbed machine parameters through the renderer. Removed need for Aaron Giles2008-09-291-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
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-171-8/+8
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-6/+5
* Flipped the damn mem_mask. It is no longer inverted when passed to Aaron Giles2008-04-201-2/+2
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-12/+12
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-12/+12
* Changes first argument of video_screen_* functions to take a device_config Zsolt Vasvari2008-03-091-5/+5
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-5/+5
* Removed some unneccassary lookups through machine->pens Zsolt Vasvari2008-02-211-2/+2
* Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic(). Aaron Giles2008-02-061-2/+2
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* Cleaned up clocks in itech32 driver. Aaron Giles2008-01-041-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/+1486