| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Remove unnecessary null checks" for now, undefined behavior but break... |  balr0g | 2015-05-17 | 1 | -0/+23 |
* | Remove unnecessary null checks (nw) |  balr0g | 2015-05-16 | 1 | -20/+0 |
* | small cleanup (nw) |  Miodrag Milanovic | 2015-04-22 | 1 | -13/+8 |
* | some astring to std::string conversion (nw) |  Miodrag Milanovic | 2015-04-18 | 1 | -25/+25 |
* | There is no implicit conversion to char* in std::string (nw) |  Miodrag Milanovic | 2015-04-12 | 1 | -4/+4 |
* | core: Add per-game parameters [O. Galibert] |  Olivier Galibert | 2015-01-25 | 1 | -0/+17 |
* | debug/qt: Add a per-device window [O. Galibert] |  Olivier Galibert | 2014-12-22 | 1 | -2/+3 |
* | machine.c: save m_rand_seed, fixes save state regressons in at least the foll... |  Osso | 2014-12-18 | 1 | -1/+1 |
* | more passing of attotime as const references (nw) |  Oliver Stöneberg | 2014-07-04 | 1 | -2/+2 |
* | Moved core template container classes up from emutempl.h to coretmpl.h: |  Aaron Giles | 2014-03-11 | 1 | -3/+2 |
* | fix divide by zero if the clock is changed to 0 at run time (we already cope ... |  smf- | 2014-02-28 | 1 | -2/+2 |
* | removed patch for now, till I fix it properly, this way breaks more (nw) |  Miodrag Milanovic | 2014-02-16 | 1 | -3/+0 |
* | merged 26787 from after the failed menu merge. "fix autofinder on device remo... |  smf- | 2014-02-15 | 1 | -0/+3 |
* | Added ability to add optional or required device/ioport/memory_region/... [Mi... |  Miodrag Milanovic | 2014-02-15 | 1 | -1/+1 |
* | Slot options can now be configured inline without creating an array. Legacy s... |  smf- | 2013-12-16 | 1 | -2/+2 |
* | Added a new macro MCFG_DEVICE_CARD_DEFAULT_BIOS, which can be used in the mac... |  Curt Coder | 2013-11-13 | 1 | -0/+1 |
* | Bulk convert files that already had standard BSD license in my name |  Aaron Giles | 2013-10-16 | 1 | -31/+2 |
* | Memory system: added endianness to the memory_share class. |  Aaron Giles | 2013-07-20 | 1 | -66/+1 |
* | PSX CPU creates a ram device, this has exposed a problem with not removing th... |  smf- | 2013-04-26 | 1 | -2/+2 |
* | keep naming consistent (nw) |  Miodrag Milanovic | 2013-04-10 | 1 | -2/+2 |
* | made required/optional device finder part of validation (nw) |  Miodrag Milanovic | 2013-04-10 | 1 | -4/+13 |
* | Placed m_source variable in device_t and filled it with provided value (nw) |  Miodrag Milanovic | 2013-03-26 | 1 | -0/+1 |
* | Expanded device_t constructor with parameters for short name and source file ... |  Miodrag Milanovic | 2013-03-26 | 1 | -39/+1 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -61/+61 |
* | added missing \n to some more fatalerror() calls (no whatsnew) |  Oliver Stöneberg | 2012-09-08 | 1 | -1/+1 |
* | ioport.c C++ conversion. Mostly internal changes, with no |  Aaron Giles | 2012-05-03 | 1 | -1/+1 |
* | Clean-ups and version bumpmame0145u7 |  Angelo Salese | 2012-04-22 | 1 | -8/+8 |
* | Only print mismatched width warnings for required pointers. |  Aaron Giles | 2012-04-22 | 1 | -1/+2 |
* | Created ioport_manager and moved the port list to it. |  Aaron Giles | 2012-04-22 | 1 | -0/+17 |
* | Make memory shares follow the same pattern as memory |  Aaron Giles | 2012-04-20 | 1 | -2/+19 |
* | Cleaned up required_/optional_<object> templates. |  Aaron Giles | 2012-04-20 | 1 | -11/+26 |
* | Changed device->subregion to device->memregion. Moved |  Aaron Giles | 2012-04-20 | 1 | -5/+5 |
* | Memory banks are now device-relative only. Global lookups |  Aaron Giles | 2012-04-19 | 1 | -1/+1 |
* | Now that memory_bank is exposed as an object, removed all the global |  Aaron Giles | 2012-04-18 | 1 | -0/+17 |
* | Fix most reported errors. |  Aaron Giles | 2012-04-16 | 1 | -1/+1 |
* | A few key fixes. Also changed error reporting to list all missing |  Aaron Giles | 2012-04-15 | 1 | -2/+5 |
* | Add assertions to catch situations where AM_SHARE is used twice. |  Aaron Giles | 2012-04-12 | 1 | -2/+8 |
* | Fixed bug where required shared pointers were not actually required. |  Aaron Giles | 2012-04-12 | 1 | -2/+6 |
* | Add logic to ensure that shared pointers are checked to be of the |  Aaron Giles | 2012-04-05 | 1 | -2/+8 |
* | Converted memory_private to memory_manager and moved global memory |  Aaron Giles | 2012-04-05 | 1 | -0/+13 |
* | Moved all drivers to using the paletteram helpers defined in the |  Aaron Giles | 2012-04-05 | 1 | -33/+11 |
* | Create new devices buffered_spriteram<n>_device, which manage buffered |  Aaron Giles | 2012-03-08 | 1 | -14/+2 |
* | Create a new device_mixer_interface, derived from device_sound_interface, |  Aaron Giles | 2012-02-25 | 1 | -1/+1 |
* | Clean-ups and version bumpmame0144u7 |  Angelo Salese | 2012-01-29 | 1 | -9/+9 |
* | Change device reset so that the resets proceed hierarchically. Added |  Aaron Giles | 2012-01-26 | 1 | -0/+20 |
* | Move devices into a proper hierarchy and handle naming |  Aaron Giles | 2012-01-24 | 1 | -310/+202 |
* | inptport.* -> ioport.* |  Aaron Giles | 2011-06-28 | 1 | -1/+1 |
* | devintrf.* -> device.* |  Aaron Giles | 2011-06-28 | 1 | -0/+1143 |