summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/segas32.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (Finally found the time to finish this....) Aaron Giles2011-05-301-23/+23
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-266/+266
* BIG update. Aaron Giles2011-03-291-66/+66
* This patch revisits archive files I've already patched to remove Aaron Giles2011-02-281-3/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Eliminated global/static variables in a number of Konami/Sega drivers Aaron Giles2011-02-121-354/+336
* 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
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* I had originally wanted to convert the profiler to use scopes (e.g., Aaron Giles2010-08-211-10/+10
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* Time to kill off some deadwood. Aaron Giles2010-07-071-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-49/+49
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-7/+7
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-2/+2
* Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly Aaron Giles2009-12-281-5/+5
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-23/+23
* Changed profiler to separate start/stop cases. [Christophe Jaillet] Aaron Giles2009-08-191-10/+10
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-2/+2
* Bulk change alert. Aaron Giles2009-04-261-7/+6
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-1/+1
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-1/+1
* Added new #define ENDIANNESS_NATIVE, which maps to either ENDIANNESS_LITTLE Aaron Giles2009-01-171-5/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-4/+4
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-4/+4
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-2/+2
* Sega/Williams compile and crash fixes. Aaron Giles2008-11-151-3/+3
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-11/+11
* 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-07-241-13/+6
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-7/+7
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-121-11/+10
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-9/+9
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-9/+9
* Next batch of machine->screen[] removal Zsolt Vasvari2008-03-121-1/+1
* Removes the scrnum parameter from VIDEO_UPDATE, updates all drivers to use th... Zsolt Vasvari2008-03-101-45/+59
* Changes first argument of video_screen_* functions to take a device_config Zsolt Vasvari2008-03-091-4/+4
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-29/+29
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-6/+6
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-10/+10
* Removed 'type' parameter from tilemap_create Zsolt Vasvari2008-02-051-1/+1
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-2/+2
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+2847