summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/model3.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (Finally found the time to finish this....) Aaron Giles2011-05-301-5/+5
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-184/+184
* BIG update. Aaron Giles2011-03-291-78/+78
* Cleanups and version bump.mame0141u4 Aaron Giles2011-03-251-2/+2
* Couple of minor bugfixes, and incorporated some old notes I had lying around. Aaron Giles2011-03-141-4/+52
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Eliminated global/static variables in a number of Konami/Sega drivers Aaron Giles2011-02-121-290/+285
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-12/+12
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-5/+5
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-4/+4
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-3/+3
* Cleanups and version bump. Aaron Giles2010-05-051-17/+17
* Disable many unused variables as identifed by cppcheck. [Oliver Stöneberg] Scott Stone2010-04-231-4/+5
* Disabled unused variables and code based on cppcheck and VS2008 Code Analysis... Fabio Priuli2010-04-031-7/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-3/+1
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-42/+42
* Fix some errors the 4.4.3 compiler complains about in C++ mode. Aaron Giles2009-12-301-0/+2
* Results of running the latest srcclean. Aaron Giles2009-12-281-6/+6
* Cleanups and version bump.mame0134u4 Aaron Giles2009-10-251-2/+2
* Added two-sided polygon flag and back-face culling to Model 3 video emulation... Phil Bennett2009-10-211-44/+56
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-5/+5
* Fixed Model 3 Real3D DMA source addressing Phil Bennett2009-06-291-12/+12
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-1/+1
* Bulk change alert. Aaron Giles2009-04-261-20/+11
* Hi mamedev, Aaron Giles2008-12-161-1/+1
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-5/+5
* Began removal of program_* calls from drivers. Aaron Giles2008-11-231-17/+17
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-261-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-07-241-32/+44
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-121-7/+1
* PowerPC dynamic recompiler: [Aaron Giles] Aaron Giles2008-06-051-2/+3
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-4/+4
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-4/+4
* - Removes the public screen_state object -- all access is via functions Zsolt Vasvari2008-03-131-1/+5
* - More machine->screen removal Zsolt Vasvari2008-03-111-1/+1
* Normalized function pointer typedefs: they are now all Aaron Giles2008-03-031-1/+1
* Various clean ups: Couriersud2008-03-011-1/+2
* Identified code not used and marked with "#ifdef UNUSED_FUNCTION" Couriersud2008-03-011-0/+4
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-7/+7
* - Removed TRANSPARENCY_NONE_RAW, TRANSPARENCY_PENS_RAW and TRANSPARENCY_PEN_T... Zsolt Vasvari2008-01-281-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+1512