summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/rendlay.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bump.mame0140 Aaron Giles2010-10-211-16/+16
* Convert rendlay objects into C++, reduce the number of unused textures Aaron Giles2010-10-181-1384/+1174
* Converted render.c objects into C++ objects. Updated all callers. Aaron Giles2010-10-131-248/+248
* bfm_dm01 improvements: replaced the video screen hack used for the dotmatrix ... Fabio Priuli2010-09-011-1/+43
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-1/+1
* Remove stray bitmap_free's. Aaron Giles2010-06-081-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-25/+23
* several cleanups based on cppcheck and VS2008 Code Analysis [Oliver Stöneberg] Fabio Priuli2010-03-171-14/+14
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-1/+1
* Internal debugger using the mame rendering infrastructure Couriersud2010-02-111-19/+29
* Minor changes for internal render debugger Couriersud2010-02-051-29/+19
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-4/+4
* Created new template class tagged_list which manages a simple list Aaron Giles2010-01-171-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-0/+3
* Extended the astring class wrapper into something useful, and Aaron Giles2010-01-081-8/+4
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-26/+26
* Added new module tagmap which is a simple hashed string map. Aaron Giles2009-11-231-1/+1
* Bulk change alert. Aaron Giles2009-04-261-13/+8
* Crosshair update Derrick Renaud2009-03-281-2/+2
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-10/+10
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-111-63/+62
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-6/+6
* 02512: dkong: Artwork and gameplay area are getting squished/distorted Aaron Giles2008-10-101-4/+3
* 02321: mpu4utst, mpu4tst2, mpu4met0: Screenless systems crash due to problems... Aaron Giles2008-10-091-1/+1
* Fixed memory leak due to recent input changes. Aaron Giles2008-09-101-14/+4
* OSD notice: you now need to report separate mouse up/mouse down events Aaron Giles2008-09-091-10/+22
* - Removes the public screen_state object -- all access is via functions Zsolt Vasvari2008-03-131-1/+1
* - the public screen_state is made to only contain items that are currently ac... Zsolt Vasvari2008-03-071-6/+6
* * Wrapped unused code in "#ifdef UNUSED_FUNCTION" Couriersud2008-03-011-1/+2
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-38/+38
* Cleanups and version bump for 0.123u2.mame0123u2 Aaron Giles2008-02-211-1/+1
* Most important thing to note about this change: Aaron Giles2008-02-211-8/+12
* The term "driver" is way overloaded in the system. Aaron Giles2008-02-181-6/+6
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-01-241-8/+8
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+2126