summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/midtunit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (Finally found the time to finish this....) Aaron Giles2011-05-301-1/+1
* BIG update. Aaron Giles2011-03-291-7/+7
* Breaks some driver entanglements to simplify future driver_device Aaron Giles2011-03-101-4/+5
* Eliminate statics/globals in drivers jpm/kaneko/maygay/meadows/merit/ Aaron Giles2011-02-171-0/+1
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Removed obsolete code detected by the dependency analyzer. Aaron Giles2010-09-141-6/+0
* 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
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+2
* 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
* Results of running the latest srcclean. Aaron Giles2009-12-281-11/+11
* 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-3/+3
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-1/+1
* Changed profiler to separate start/stop cases. [Christophe Jaillet] Aaron Giles2009-08-191-2/+2
* From: Oliver Stoeneberg [oliverst@online.de] Aaron Giles2009-05-251-2/+2
* A final round of number-to-tag conversions in CPU call. Only drivers with 'G'... Fabio Priuli2009-05-011-2/+2
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-141-2/+2
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-5/+5
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-1/+1
* Removed cpu_read_byte/cpu_write_byte. Fixed a few lingering compiler Aaron Giles2008-11-231-1/+0
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-3/+3
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-07-241-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-3/+2
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-8/+8
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-8/+8
* Changes TMS34010 to take a screen tag instead of the screen number Zsolt Vasvari2008-03-101-2/+2
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-1/+1
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-2/+2
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* - Changed cpunum_set_input_line* functions to take running_machine as an argu... Zsolt Vasvari2008-01-241-2/+2
* Changed all other video_*, sound_*, etc. calls to use macros Zsolt Vasvari2008-01-221-2/+2
* Removes all palette_X_r functions Zsolt Vasvari2008-01-181-1/+1
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-1/+1
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-13/+3
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+842