summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/memory.cpp
Commit message (Expand)AuthorAgeFilesLines
* renamed memory.* to emumem.* (nw) Miodrag Milanovic2016-04-081-4914/+0
* Revert software-installed slot/image options when changing software AJR2016-04-041-0/+1
* Iterate over core classes C++11 style AJR2016-03-311-122/+141
* removed double string in some instances of "Fatal error: Error: x" hap2016-03-201-2/+2
* core_i64_hex_format is now a static function in memory.cpp Vas Crabb2016-03-031-0/+29
* Fix some oversights in previous changes, sorry guys'n'gals Vas Crabb2016-03-031-4/+4
* Let's attack core_i64_format, too. This cleans up abuse of static buffers in... Vas Crabb2016-03-011-8/+14
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-6/+5
* Make octal flag part of address_space/address_space_config, not (illogically)... AJR2016-02-041-15/+5
* Add macros for alignment checking (nw) AJR2016-01-301-43/+43
* reverting: Miodrag Milanovic2016-01-201-45/+45
* Revert "Memory region to use std::string (nw)" Miodrag Milanovic2016-01-201-5/+5
* Memory region to use std::string (nw) Miodrag Milanovic2016-01-201-5/+5
* tags are now strings (nw) Miodrag Milanovic2016-01-161-45/+45
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-181/+181
* Initial conversion of core to C++14. Note that compilers are now limited to G... Miodrag Milanovic2015-12-031-9/+9
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-6/+6
* Fixed some suggestions by ReSharper C++ (nw) Miodrag Milanovic2015-11-141-10/+10
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-111-3/+6
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+4867