| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Remove unnecessary null checks" for now, undefined behavior but break... |  balr0g | 2015-05-17 | 1 | -0/+8 |
* | Remove unnecessary null checks (nw) |  balr0g | 2015-05-16 | 1 | -8/+0 |
* | small cleanup (nw) |  Miodrag Milanovic | 2015-04-22 | 1 | -2/+2 |
* | removed bool conversion and implicit empty check (nw) |  Miodrag Milanovic | 2015-04-19 | 1 | -1/+1 |
* | some astring to std::string conversion (nw) |  Miodrag Milanovic | 2015-04-18 | 1 | -11/+11 |
* | There is no implicit conversion to char* in std::string (nw) |  Miodrag Milanovic | 2015-04-12 | 1 | -6/+6 |
* | save: Give the device when available to the state save subsystem [O. Galibert] |  Olivier Galibert | 2015-02-14 | 1 | -2/+2 |
* | core: Add per-game parameters [O. Galibert] |  Olivier Galibert | 2015-01-25 | 1 | -0/+1 |
* | debug/qt: Add a per-device window [O. Galibert] |  Olivier Galibert | 2014-12-22 | 1 | -1/+5 |
* | more passing of attotime as const references (nw) |  Oliver Stöneberg | 2014-07-04 | 1 | -3/+3 |
* | removed lot of legacy code in memory system and removed corresponding macros ... |  Miodrag Milanovic | 2014-05-05 | 1 | -10/+0 |
* | konamigx: Reverb me harder baby! [O. Galibert] |  Olivier Galibert | 2014-04-08 | 1 | -0/+4 |
* | Moved core template container classes up from emutempl.h to coretmpl.h: |  Aaron Giles | 2014-03-11 | 1 | -2/+2 |
* | Added ability to add optional or required device/ioport/memory_region/... [Mi... |  Miodrag Milanovic | 2014-02-15 | 1 | -1/+1 |
* | removed MCFG_DEVICE_CONFIG_CLEAR as it's legacy but not used anymore (nw) |  smf- | 2013-12-18 | 1 | -2/+0 |
* | Added a new macro MCFG_DEVICE_CARD_DEFAULT_BIOS, which can be used in the mac... |  Curt Coder | 2013-11-13 | 1 | -0/+4 |
* | 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 | -357/+5 |
* | Convert Atari JSA sound boards to their own devices, and replumb |  Aaron Giles | 2013-07-14 | 1 | -1/+1 |
* | changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) |  Miodrag Milanovic | 2013-06-21 | 1 | -1/+1 |
* | made required/optional device finder part of validation (nw) |  Miodrag Milanovic | 2013-04-10 | 1 | -6/+11 |
* | Cleanups and version bumpmame0148u3 |  Miodrag Milanovic | 2013-04-09 | 1 | -1/+1 |
* | Placed m_source variable in device_t and filled it with provided value (nw) |  Miodrag Milanovic | 2013-03-26 | 1 | -0/+2 |
* | Expanded device_t constructor with parameters for short name and source file ... |  Miodrag Milanovic | 2013-03-26 | 1 | -2/+1 |
* | output of new srcclean changes that are relatively small [smf] |  smf- | 2013-01-11 | 1 | -8/+4 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -56/+56 |
* | Created a base class delegate_common_base for all delegate |  Aaron Giles | 2012-10-14 | 1 | -0/+10 |
* | srcclean (nw) |  Curt Coder | 2012-10-07 | 1 | -1/+1 |
* | Moved device_delegates into their own files. Employed a |  Aaron Giles | 2012-09-26 | 1 | -18/+0 |
* | NVRAM_HANDLER removal. |  Aaron Giles | 2012-09-21 | 1 | -1/+1 |
* | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -2/+6 |
* | Fix clang compile error (nw) |  Wilbert Pol | 2012-09-17 | 1 | -3/+3 |
* | required/optional_* templates can auto-return a reference |  Aaron Giles | 2012-09-17 | 1 | -0/+12 |
* | Get rid of devtag_reset macro. |  Aaron Giles | 2012-09-12 | 1 | -3/+0 |
* | In device_state_interface, rename state() to state_int() |  Aaron Giles | 2012-09-11 | 1 | -0/+1 |
* | Add safe_pc() and safe_pcbase() methods to device_t. |  Aaron Giles | 2012-09-11 | 1 | -0/+2 |
* | Converted Namco C40 road chip to a device. Updated users. |  Aaron Giles | 2012-09-05 | 1 | -0/+1 |
* | In cases of debug optimized build tools return error on this, code however lo... |  Miodrag Milanovic | 2012-05-21 | 1 | -2/+2 |
* | ioport.c C++ conversion. Mostly internal changes, with no |  Aaron Giles | 2012-05-03 | 1 | -34/+4 |
* | Made UI for BIOS selection where applicable, and moved info about current |  Miodrag Milanovic | 2012-04-30 | 1 | -0/+6 |
* | Clean-ups and version bumpmame0145u7 |  Angelo Salese | 2012-04-22 | 1 | -3/+3 |
* | Fix for older GCC, thanks to Robbbert (no whatsnew) |  Miodrag Milanovic | 2012-04-22 | 1 | -3/+3 |
* | Created ioport_manager and moved the port list to it. |  Aaron Giles | 2012-04-22 | 1 | -0/+38 |
* | Make memory shares follow the same pattern as memory |  Aaron Giles | 2012-04-20 | 1 | -0/+1 |
* | Cleaned up required_/optional_<object> templates. |  Aaron Giles | 2012-04-20 | 1 | -38/+124 |
* | Changed device->subregion to device->memregion. Moved |  Aaron Giles | 2012-04-20 | 1 | -3/+3 |
* | 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/+1 |
* | Fix most reported errors. |  Aaron Giles | 2012-04-16 | 1 | -7/+7 |
* | More fixes and a gcc warning fix. |  Aaron Giles | 2012-04-15 | 1 | -1/+3 |