index
:
mame
aaron-nl3
android-updates
arm3_copro
arm_playground
bench-specific
cashier-knife
cdimono2_wip
cdplay
doxygen
dribbling-nl
floppy_sound
fmrewrite
hlsl_aviplay
konami
ksys573_io
lua_engine_ui_refactor_2
macfdc
make_coco_fdc_fixed
master
midtunit_video
mog-tank
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
palmhacks
psx_metafix
rendlay_vid
s32_kokoroji
saturn_cdblock
selfregister-drivers
ui_colors_refactor
voodoo_directx11
vrender0_3
wof
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
emu
/
memory.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
renamed memory.* to emumem.* (nw)
Miodrag Milanovic
2016-04-08
1
-944
/
+0
*
Avoid auto return types; silence some unused variable warnings (nw)
AJR
2016-03-31
1
-3
/
+3
*
Iterate over core classes C++11 style
AJR
2016-03-31
1
-12
/
+8
*
Make octal flag part of address_space/address_space_config, not (illogically)...
AJR
2016-02-04
1
-2
/
+5
*
Add macros for alignment checking (nw)
AJR
2016-01-30
1
-0
/
+6
*
Remove this==NULL comps, nw
therealmogminer@gmail.com
2016-01-23
1
-6
/
+4
*
reverting:
Miodrag Milanovic
2016-01-20
1
-12
/
+12
*
Revert "Memory region to use std::string (nw)"
Miodrag Milanovic
2016-01-20
1
-4
/
+4
*
Memory region to use std::string (nw)
Miodrag Milanovic
2016-01-20
1
-4
/
+4
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
1
-12
/
+12
*
clang-modernize part 1 (nw)
Miodrag Milanovic
2015-12-03
1
-26
/
+26
*
Initial conversion of core to C++14. Note that compilers are now limited to G...
Miodrag Milanovic
2015-12-03
1
-3
/
+3
*
Some errors pointed by ReSharperC++ (nw)
Miodrag Milanovic
2015-11-07
1
-2
/
+0
*
thomson.c: reduce tagmap lookups (nw)
Wilbert Pol
2015-08-02
1
-0
/
+7
*
some extremely low hanging pedantic fruit
Cowering
2015-07-08
1
-1
/
+1
*
memory: Remove support for decrypted bases, use an address space instead [O. ...
Olivier Galibert
2015-06-24
1
-83
/
+30
*
Revert "Remove unnecessary null checks" for now, undefined behavior but break...
balr0g
2015-05-17
1
-1
/
+3
*
Remove unnecessary null checks (nw)
balr0g
2015-05-16
1
-1
/
+1
*
moved all to std::string (nw)
Miodrag Milanovic
2015-04-22
1
-4
/
+4
*
Replace dynamic_array with std::vector [O. Galibert]
Olivier Galibert
2015-04-14
1
-3
/
+3
*
There is no implicit conversion to char* in std::string (nw)
Miodrag Milanovic
2015-04-12
1
-3
/
+3
*
Cleanups and version bump
mame0156
Miodrag Milanovic
2014-11-26
1
-1
/
+1
*
Touching all the candy again: [Alex Jackson]
Alex W. Jackson
2014-11-17
1
-17
/
+13
*
More cleanups, there is issue with srcclean that needs to be taken care as we...
Miodrag Milanovic
2014-07-22
1
-1
/
+1
*
removed lot of legacy code in memory system and removed corresponding macros ...
Miodrag Milanovic
2014-05-05
1
-118
/
+1
*
modernized last DIRECT_UPDATE_HANDLER user (nw)
Miodrag Milanovic
2014-04-29
1
-1
/
+0
*
h8: Rewrite [O. Galibert]
Olivier Galibert
2014-03-25
1
-0
/
+4
*
Moved core template container classes up from emutempl.h to coretmpl.h:
Aaron Giles
2014-03-11
1
-4
/
+4
*
Another round of auto_alloc_array conversions.
Aaron Giles
2014-02-20
1
-3
/
+2
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
1
-31
/
+2
*
New AM_(DEV)SETOFFSET feature for address maps.
Michael Zapf
2013-09-21
1
-0
/
+18
*
Cleanups and version bump
mame0149u1
Miodrag Milanovic
2013-07-23
1
-1
/
+1
*
Memory system: added endianness to the memory_share class.
Aaron Giles
2013-07-20
1
-2
/
+5
*
memory: Need moar tables [O. Galibert]
Olivier Galibert
2013-06-15
1
-8
/
+10
*
Cleanups and version bump
mame0149
Miodrag Milanovic
2013-06-11
1
-17
/
+17
*
Cleanup. (nw)
Curt Coder
2013-06-10
1
-8
/
+8
*
Added macros for read/write delegates. [Curt Coder]
Curt Coder
2013-06-06
1
-0
/
+20
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-212
/
+212
*
added missing initialization of memory_share.m_next (nw)
Oliver Stöneberg
2012-12-26
1
-1
/
+2
*
memory: Fix dynamic recursive device mapping [O. Galibert]
Olivier Galibert
2012-10-10
1
-1
/
+1
*
Moved device_delegates into their own files. Employed a
Aaron Giles
2012-09-26
1
-10
/
+10
*
Remove all traces of read/write*_device_func from memory.c.
Aaron Giles
2012-09-18
1
-12
/
+12
*
Memory handler cleanup 3. Add mem_mask parameter
Aaron Giles
2012-09-17
1
-4
/
+13
*
Memory handler normalization, part 2. Change legacy
Aaron Giles
2012-09-17
1
-31
/
+31
*
Memory handler normalization, part 1.
Aaron Giles
2012-09-17
1
-16
/
+25
*
memory: Add support for dynamically mapping devices [O. Galibert]
Olivier Galibert
2012-08-03
1
-1
/
+12
*
Use a tagged_list for memory_banks.
Aaron Giles
2012-04-24
1
-3
/
+2
*
Clean-ups and version bump
mame0145u7
Angelo Salese
2012-04-22
1
-1
/
+1
*
Make memory shares follow the same pattern as memory
Aaron Giles
2012-04-20
1
-4
/
+1
*
Changed device->subregion to device->memregion. Moved
Aaron Giles
2012-04-20
1
-1
/
+67
[next]