summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/ram.c
Commit message (Expand)AuthorAgeFilesLines
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-5/+5
* removed mame_* aliases and just use core_* functions (nw) Oliver Stöneberg2014-03-241-1/+1
* Another round of auto_alloc_array conversions. Aaron Giles2014-02-201-6/+2
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-051-2/+2
* add license info for some things i worked on, some small cleanups Dirk Best2013-10-171-0/+3
* 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-1/+1
* Clean-ups and version bumpmame0146u1 Miodrag Milanovic2012-06-111-1/+1
* Fix for MT bug #04859 (no whatsnew) Miodrag Milanovic2012-05-251-0/+5
* fixed ram size validation regression (no whatsnew) Miodrag Milanovic2012-05-161-1/+1
* Fixed ram size regression (no whatsnew) Miodrag Milanovic2012-01-251-1/+1
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-24/+14
* Clean-ups and version bumpmame0144u1 Angelo Salese2011-11-271-2/+2
* Merge from MESS Nathan Woods2011-11-161-131/+91
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* BIG update. Aaron Giles2011-03-291-2/+2
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-3/+3
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-4/+3
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-2/+2
* - Moved RAM device into emu core [Miodrag Milanovic] Miodrag Milanovic2011-01-051-0/+269