| Commit message (Expand) | Author | Age | Files | Lines |
* | Changed device->subregion to device->memregion. Moved |  Aaron Giles | 2012-04-20 | 1 | -1/+1 |
* | small typofix (hello GuyveR800 :P) |  Michaƫl Banaan Ananas | 2012-02-03 | 1 | -2/+2 |
* | Remove support for 4bpp packed graphics. These only manifested |  Aaron Giles | 2012-01-17 | 1 | -56/+17 |
* | Major bitmap-related changes throughout the system. There are |  Aaron Giles | 2012-01-12 | 1 | -779/+801 |
* | Bulk conversion of bitmap_t * to bitmap_t & . With this change the |  Aaron Giles | 2012-01-02 | 1 | -202/+204 |
* | Bulk converted cliprect * to cliprect & across the system. This makes |  Aaron Giles | 2011-12-31 | 1 | -40/+36 |
* | Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* |  Aaron Giles | 2011-12-31 | 1 | -96/+96 |
* | Privatized most of the m_machine pointers in the system to prevent |  Aaron Giles | 2011-04-19 | 1 | -4/+1 |
* | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -35/+35 |
* | Cleanup of machine.h. Shuffled some fields around, and moved several |  Aaron Giles | 2011-03-28 | 1 | -1/+1 |
* | Ok, last major rename for this round: |  Aaron Giles | 2011-01-01 | 1 | -1/+1 |
* | Remove public decodechar function. |  Aaron Giles | 2010-12-31 | 1 | -2/+2 |
* | Split mame.c into mame.c and machine.c, the latter containing the |  Aaron Giles | 2010-06-30 | 1 | -2/+3 |
* | Made the machine_config a proper object. Added detokenize method to |  Aaron Giles | 2010-06-28 | 1 | -2/+2 |
* | not worth mention: added very small workaround which fixes mingw32 crash on m... |  Fabio Priuli | 2010-02-28 | 1 | -9/+9 |
* | Created new template class tagged_list which manages a simple list |  Aaron Giles | 2010-01-17 | 1 | -2/+2 |
* | Bulk driver.h -> emu.h switch. |  Aaron Giles | 2010-01-10 | 1 | -1/+0 |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 1 | -1/+1 |
* | NOTE: This change requires two new osd functions: osd_malloc() and |  Aaron Giles | 2010-01-08 | 1 | -17/+12 |
* | Added some missing header declarations and static qualifiers. Added validity.... |  Phil Bennett | 2010-01-06 | 1 | -0/+1 |
* | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 1 | -2/+2 |
* | Moved machine->gfx initialization out of the video module and |  Aaron Giles | 2009-12-23 | 1 | -0/+137 |
* | Removed deprecated core function decodegfx() [Christophe Jaillet] |  Phil Bennett | 2009-12-21 | 1 | -34/+0 |
* | Cleaned-up several drivers; added missing prototypes and removed dead ones, |  Phil Bennett | 2009-12-08 | 1 | -1/+0 |
* | Cleaned out remaining generic drawgfx usage. Removed the |  Aaron Giles | 2009-07-02 | 1 | -123/+0 |
* | Part 1 of the drawgfx changes. [Atari Ace] |  Aaron Giles | 2009-07-02 | 1 | -8/+12 |
* | Bulk change alert. |  Aaron Giles | 2009-04-26 | 1 | -7/+6 |
* | Many casts added to the core files, and various other tweaks |  Aaron Giles | 2009-03-12 | 1 | -6/+6 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2009-02-26 | 1 | -0/+1 |
* | 02862: Many sets in taitosj.c: During the scroling the lower part of the scre... |  Aaron Giles | 2009-01-29 | 1 | -14/+22 |
* | Cleanups and version bump.mame0129u1 |  Aaron Giles | 2009-01-15 | 1 | -166/+166 |
* | Added new function gfx_element_build_temporary() to safely build a temporary |  Aaron Giles | 2009-01-14 | 1 | -4/+40 |
* | Major drawgfx cleanup, global removal, and feature enhancements: |  Aaron Giles | 2009-01-12 | 1 | -3296/+1488 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-12-14 | 1 | -36/+31 |
* | Cleanups for 0.124. Marked Mermaid as working per checkin comment. |  Aaron Giles | 2008-03-24 | 1 | -19/+19 |
* | Undid recent change to remove pen lookups in 16bpp modes. This code |  Aaron Giles | 2008-03-24 | 1 | -22/+46 |
* | Removed unneeded pen lookups. |  Zsolt Vasvari | 2008-03-18 | 1 | -410/+201 |
* | Identified code not used and marked with "#ifdef UNUSED_FUNCTION" |  Couriersud | 2008-03-01 | 1 | -1/+4 |
* | Replaces mame_bitmap with bitmap_t |  Zsolt Vasvari | 2008-02-29 | 1 | -24/+24 |
* | Change priority_bitmap accesses back to UINT8s, now that we are |  Aaron Giles | 2008-02-26 | 1 | -28/+28 |
* | - Backs out BITMAP8 removal from most places. |  Zsolt Vasvari | 2008-02-24 | 1 | -1/+9 |
* | Removes 8-bit bitmap support and converts all previously 8-bit bitmaps to 16-bit |  Zsolt Vasvari | 2008-02-24 | 1 | -708/+84 |
* | - Added some asserts to drawgfx and drawgfxzoom |  Zsolt Vasvari | 2008-02-24 | 1 | -925/+926 |
* | Pulled remaining vestiges of old-style colortables: |  Aaron Giles | 2008-02-19 | 1 | -17/+17 |
* | Removes no longer used TRANSPARENCY_COLOR. Clean compile required. |  Zsolt Vasvari | 2008-02-11 | 1 | -301/+3 |
* | Removes no longer neccessary check as drawgfxzoom support all remaining trans... |  Zsolt Vasvari | 2008-02-04 | 1 | -10/+0 |
* | Removed TRANSPARENCY_BLEND_RAW transparancy mode. Needs a recompile just to b... |  Zsolt Vasvari | 2008-02-04 | 1 | -264/+1 |
* | - Removed TRANSPARENCY_NONE_RAW, TRANSPARENCY_PENS_RAW and TRANSPARENCY_PEN_T... |  Zsolt Vasvari | 2008-01-28 | 1 | -514/+56 |
* | Removes TRANSPARENCY_BLEND completely and TRANSPARENCY_BLEND_RAW as an option... |  Zsolt Vasvari | 2008-01-27 | 1 | -171/+0 |
* | Removes TRANSPARENCY_NONE case from copybitmap_core, which can never happen |  Zsolt Vasvari | 2008-01-25 | 1 | -75/+0 |