| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed disk loading so that it handles full region tags. Fixes laserdisc |  Aaron Giles | 2012-01-27 | 1 | -1/+1 |
* | Move devices into a proper hierarchy and handle naming |  Aaron Giles | 2012-01-24 | 1 | -1/+1 |
* | Major bitmap-related changes throughout the system. There are |  Aaron Giles | 2012-01-12 | 1 | -2/+2 |
* | Removed machine.generic.tmpbitmap, VIDEO_START(generic_bitmapped), |  Aaron Giles | 2012-01-02 | 1 | -1/+1 |
* | Bulk conversion of bitmap_t * to bitmap_t & . With this change the |  Aaron Giles | 2012-01-02 | 1 | -1/+1 |
* | increasing core speed accuracy by factor 10 (in other words, emu/video.c m_sp... |  Michaël Banaan Ananas | 2011-08-20 | 1 | -1/+1 |
* | Latest delegate changes removed the need for bindable_object, so |  Aaron Giles | 2011-04-29 | 1 | -1/+1 |
* | Switch to using delegates for some callbacks: |  Aaron Giles | 2011-04-27 | 1 | -3/+2 |
* | Switch from m_machine to machine() everywhere. In some cases this |  Aaron Giles | 2011-04-18 | 1 | -0/+1 |
* | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -1/+1 |
* | mame_file is now emu_file and is a class. It is required |  Aaron Giles | 2011-02-12 | 1 | -3/+3 |
* | Converted attotime to a class, with proper operators. Removed old |  Aaron Giles | 2011-02-03 | 1 | -1/+1 |
* | Moved LCD layouts to emu section and removed some more ifdefs (no whatsnew) |  Miodrag Milanovic | 2011-01-05 | 1 | -1/+1 |
* | Cleanups and version bump.mame0140u2 |  Aaron Giles | 2010-12-08 | 1 | -10/+10 |
* | Fix regressions in games with buffered spriteram. |  Aaron Giles | 2010-12-06 | 1 | -1/+0 |
* | Split the screen device into a separate module. |  Aaron Giles | 2010-12-02 | 1 | -367/+122 |
* | Fix MT04059: Add new method reset_origin() to screen devices to allow |  Aaron Giles | 2010-10-18 | 1 | -0/+1 |
* | Convert rendlay objects into C++, reduce the number of unused textures |  Aaron Giles | 2010-10-18 | 1 | -0/+2 |
* | Fix crash when specifying -effect. |  Aaron Giles | 2010-10-16 | 1 | -0/+2 |
* | Converted render.c objects into C++ objects. Updated all callers. |  Aaron Giles | 2010-10-13 | 1 | -1/+3 |
* | Cleanups and version bump.mame0139u2 |  Aaron Giles | 2010-08-30 | 1 | -1/+1 |
* | De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining |  Aaron Giles | 2010-08-26 | 1 | -45/+19 |
* | directly casting to UINT caused compile-time negative values to become 0 |  Michaël Banaan Ananas | 2010-07-05 | 1 | -4/+4 |
* | Modified way device_type constants are defined in order to get unidasm compil... |  Miodrag Milanovic | 2010-06-29 | 1 | -1/+1 |
* | Made the machine_config a proper object. Added detokenize method to |  Aaron Giles | 2010-06-28 | 1 | -5/+5 |
* | Changed device name from an overridable function to a parameter passed to |  Aaron Giles | 2010-06-25 | 1 | -3/+0 |
* | Cleanups and version bump. |  Aaron Giles | 2010-06-17 | 1 | -7/+7 |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -144/+334 |
* | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 1 | -22/+22 |
* | Created new template class tagged_list which manages a simple list |  Aaron Giles | 2010-01-17 | 1 | -3/+3 |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 1 | -5/+8 |
* | NOTE: This change requires two new osd functions: osd_malloc() and |  Aaron Giles | 2010-01-08 | 1 | -1/+1 |
* | Added new module tagmap which is a simple hashed string map. |  Aaron Giles | 2009-11-23 | 1 | -2/+2 |
* | Removed the MDRV_<devtype>_REMOVE macros. A simple DEVICE_REMOVE |  Aaron Giles | 2009-06-08 | 1 | -3/+0 |
* | Bulk change alert. |  Aaron Giles | 2009-04-26 | 1 | -1/+1 |
* | Removed device types from device queries that use tags, under the |  Aaron Giles | 2009-03-02 | 1 | -2/+2 |
* | Major drawgfx cleanup, global removal, and feature enhancements: |  Aaron Giles | 2009-01-12 | 1 | -0/+7 |
* | Made the concept of a "clock" native to devices. The clock is now |  Aaron Giles | 2008-12-18 | 1 | -1/+1 |
* | Changed DEVICE_START functions to return an error code. Currently this |  Aaron Giles | 2008-09-09 | 1 | -2/+2 |
* | Added new function video_get_view_for_target() which selects a view based |  Aaron Giles | 2008-06-16 | 1 | -0/+7 |
* | Cleaned up software bilinear filtering code. Added bounds checking. |  Aaron Giles | 2008-06-16 | 1 | -6/+6 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-06-12 | 1 | -1/+0 |
* | Added uncompressed AVI recording. Extended aviio to be able |  Aaron Giles | 2008-05-13 | 1 | -4/+8 |
* | 01609: Various - tested srmp4 (ssv.c), ttmahjng (route16.c), vsmahjng (vsnes,... |  Aaron Giles | 2008-04-06 | 1 | -0/+3 |
* | Removed excessive assertions in the device_list code -- it is ok to pass |  Aaron Giles | 2008-03-19 | 1 | -2/+2 |
* | Added return value to video_screen_update_partial() indicating whether |  Aaron Giles | 2008-03-19 | 1 | -1/+1 |
* | Fix for screenless (and deviceless) systems - this fix assumes that it is |  Nathan Woods | 2008-03-17 | 1 | -2/+2 |
* | Changes MDRV_TIMER_DURATION to MDRV_TIMER_START_DELAY |  Zsolt Vasvari | 2008-03-15 | 1 | -0/+55 |
* | Renamed *_vbl_cb to *_vblank_callback. |  Aaron Giles | 2008-03-14 | 1 | -1/+1 |
* | - Removes the public screen_state object -- all access is via functions |  Zsolt Vasvari | 2008-03-13 | 1 | -15/+0 |