summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/nvram.c
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-181/+0
* Cleanups and version bumpmame0164 Miodrag Milanovic2015-07-291-1/+0
* please bear with me.. these are needed to compile in GCC 5.2 and I want mingw... Cowering2015-07-231-0/+11
* Touching all the candy again: [Alex Jackson] Alex W. Jackson2014-11-171-1/+1
* fix compilation error when building with VS14 CTP4 (nw) smf-2014-10-171-1/+1
* reverting, sorry for this vconv needs to be updated (nw) Miodrag Milanovic2014-03-311-1/+1
* VS2013 x64 is little bit more anal about signed/unsigned comparison (nw) Miodrag Milanovic2014-03-311-1/+1
* fixed src/emu/machine/nvram.c clang compilation (nw) Oliver Stöneberg2014-02-251-1/+1
* first round of printf fixes (nw) Oliver Stöneberg2014-02-251-1/+1
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-4/+4
* Make memory shares follow the same pattern as memory Aaron Giles2012-04-201-1/+1
* Converted memory_private to memory_manager and moved global memory Aaron Giles2012-04-051-2/+4
* NVRAM custom init delegate are now device_delegates. Aaron Giles2012-01-141-2/+1
* Readd type checking to late-binding delegates. This is generally used in Aaron Giles2011-05-111-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-68/+25
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-2/+2
* Delegates 2.0 implementation. Resdesigned how delegates work to make Aaron Giles2011-04-161-2/+2
* BIG update. Aaron Giles2011-03-291-1/+1
* Removed some legacy NVRAM_HANDLERs in favor of NVRAM devices. Aaron Giles2011-03-101-0/+4
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-4/+4
* Removed short name as parameter from device_config this way it is not mandato... Miodrag Milanovic2011-02-111-1/+1
* - Added shortname to devices in order to make ROM loading per device possible... Miodrag Milanovic2011-02-101-1/+1
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-1/+1
* Cleanups and version bump.mame0139u3 Aaron Giles2010-09-191-2/+2
* Regression fixes. Aaron Giles2010-09-101-9/+28
* Fix custom NVRAM initialization. Aaron Giles2010-09-101-3/+9
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-0/+213