| Commit message (Expand) | Author | Age | Files | Lines |
* | save: Give the device when available to the state save subsystem [O. Galibert] |  Olivier Galibert | 2015-02-14 | 1 | -11/+11 |
* | emupal/tilemap refactoring: configure_tilemap_groups is now a tilemap_t metho... |  Alex W. Jackson | 2014-06-22 | 1 | -0/+18 |
* | device_gfx_interface [Alex Jackson] |  Alex W. Jackson | 2014-04-05 | 1 | -3/+3 |
* | READ/WRITE*_HANDLER to READ/WRITE*_MEMBER where it was wrongly placed (nw) |  Miodrag Milanovic | 2014-03-24 | 1 | -6/+6 |
* | Fixed UI gfx viewer (again). Added device_start dependency on gfxdecode to al... |  Alex W. Jackson | 2014-03-16 | 1 | -10/+13 |
* | Checkpoint 2: |  Alex W. Jackson | 2014-03-15 | 1 | -10/+11 |
* | Moved core template container classes up from emutempl.h to coretmpl.h: |  Aaron Giles | 2014-03-11 | 1 | -22/+38 |
* | You now specify a gfxdecode device once when you create a tilemap, rather tha... |  Alex W. Jackson | 2014-03-10 | 1 | -8/+21 |
* | tilemap.c: Remove some unused junk (nw) |  Alex W. Jackson | 2014-03-08 | 1 | -3/+1 |
* | Huge update, palette is now device (nw) |  Miodrag Milanovic | 2014-02-27 | 1 | -10/+10 |
* | first round of printf fixes (nw) |  Oliver Stöneberg | 2014-02-25 | 1 | -2/+2 |
* | Make memarray word/dword/qword writers take a mem_mask, and update the tilema... |  Alex W. Jackson | 2014-02-22 | 1 | -6/+6 |
* | Switched rgb_t to a class, replacing macros with methods. Mappings are |  Aaron Giles | 2014-02-19 | 1 | -10/+10 |
* | Converted palette_t and palette_client to classes. General palette.c |  Aaron Giles | 2014-02-18 | 1 | -2/+2 |
* | Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... |  Miodrag Milanovic | 2014-02-16 | 1 | -3/+3 |
* | Stop the flipping insanity [Alex Jackson] |  Alex W. Jackson | 2014-02-05 | 1 | -2/+4 |
* | Bulk convert files that already had standard BSD license in my name |  Aaron Giles | 2013-10-16 | 1 | -31/+2 |
* | Moved tilemap_memory into a generic memory_array class, since it is |  Aaron Giles | 2013-08-07 | 1 | -164/+0 |
* | Fix long-standing architectural wart: the priority bitmap is no longer owned |  Aaron Giles | 2013-07-26 | 1 | -22/+21 |
* | Cleanups and version bumpmame0149u1 |  Miodrag Milanovic | 2013-07-23 | 1 | -48/+48 |
* | Memory system: added endianness to the memory_share class. |  Aaron Giles | 2013-07-20 | 1 | -66/+461 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -43/+43 |
* | gfx_element is now a class. Accessors are provided for all |  Aaron Giles | 2012-09-06 | 1 | -3/+3 |
* | Replaced standard mappers with an enumeration that maps internally |  Aaron Giles | 2012-09-05 | 1 | -17/+42 |
* | Some cleanup of some observed #include redundancy from source files which use... |  Scott Stone | 2012-02-06 | 1 | -1/+0 |
* | Fix tilemap viewer. Tilemaps now use the bitmap's raw palette instead |  Aaron Giles | 2012-02-04 | 1 | -5/+6 |
* | Clean-ups and version bumpmame0144u7 |  Angelo Salese | 2012-01-29 | 1 | -17/+17 |
* | Remove support for 4bpp packed graphics. These only manifested |  Aaron Giles | 2012-01-17 | 1 | -44/+7 |
* | Bulk converted most of the tilemap_* calls into method calls. |  Aaron Giles | 2012-01-17 | 1 | -1/+1 |
* | Rewrote tilemap.c as a C++ class. For now kept the global |  Aaron Giles | 2012-01-16 | 1 | -1570/+963 |
* | Misc regression fixes (thanks, Tafoid) |  Aaron Giles | 2012-01-15 | 1 | -2/+2 |
* | Added new method screen_device::register_screen_bitmap which |  Aaron Giles | 2012-01-15 | 1 | -11/+3 |
* | Major bitmap-related changes throughout the system. There are |  Aaron Giles | 2012-01-12 | 1 | -252/+106 |
* | Cleanups and version bumpmame0144u5 |  Angelo Salese | 2012-01-08 | 1 | -2/+2 |
* | Removed machine.generic.tmpbitmap, VIDEO_START(generic_bitmapped), |  Aaron Giles | 2012-01-02 | 1 | -23/+21 |
* | Bulk conversion of bitmap_t * to bitmap_t & . With this change the |  Aaron Giles | 2012-01-02 | 1 | -45/+45 |
* | Bulk converted cliprect * to cliprect & across the system. This makes |  Aaron Giles | 2011-12-31 | 1 | -33/+15 |
* | Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* |  Aaron Giles | 2011-12-31 | 1 | -42/+38 |
* | Fixes for variable shadowing [Oliver Stöneberg] |  R. Belmont | 2011-07-21 | 1 | -1/+1 |
* | Converted presave/postload functions to delegates. In a lot of |  Aaron Giles | 2011-04-30 | 1 | -5/+3 |
* | Switch to using delegates for some callbacks: |  Aaron Giles | 2011-04-27 | 1 | -1/+1 |
* | Rename state_manager -> save_manager since the term "state" is overloaded. |  Aaron Giles | 2011-04-20 | 1 | -13/+13 |
* | Privatized most of the m_machine pointers in the system to prevent |  Aaron Giles | 2011-04-19 | 1 | -5/+10 |
* | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -68/+70 |
* | Get rid of state_save_register_device_* macros in favor of direct |  Aaron Giles | 2011-02-09 | 1 | -12/+12 |
* | Moved the state saving system to C++. For now the registration macros |  Aaron Giles | 2011-02-08 | 1 | -1/+1 |
* | I had originally wanted to convert the profiler to use scopes (e.g., |  Aaron Giles | 2010-08-21 | 1 | -8/+8 |
* | Split mame.c into mame.c and machine.c, the latter containing the |  Aaron Giles | 2010-06-30 | 1 | -4/+4 |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -5/+5 |
* | First step in refactoring the video system in metro.c driver [David Haywood] |  Angelo Salese | 2010-03-19 | 1 | -0/+10 |