index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
ymfm-delay
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
*
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
*
Memory banks are now device-relative only. Global lookups
Aaron Giles
2012-04-19
1
-10
/
+4
*
Remove global memory banking functions in favor of referencing
Aaron Giles
2012-04-19
1
-18
/
+0
*
Now that memory_bank is exposed as an object, removed all the global
Aaron Giles
2012-04-18
1
-26
/
+5
*
some DIRECT_UPDATE_HANDLER - > DIRECT_UPDATE_MEMBER (nw)
Miodrag Milanovic
2012-04-17
1
-0
/
+1
*
Psikyo and DCS fixes.
Aaron Giles
2012-04-09
1
-1
/
+1
*
Clean-ups and version bump
mame0145u6
Angelo Salese
2012-04-08
1
-5
/
+5
*
Converted memory_private to memory_manager and moved global memory
Aaron Giles
2012-04-05
1
-18
/
+250
*
Move devices into a proper hierarchy and handle naming
Aaron Giles
2012-01-24
1
-5
/
+5
*
Fixed memory unmap if mirror/mask was used [hap]
Michaël Banaan Ananas
2011-08-04
1
-6
/
+6
*
Added device-relative functions for memory banking. [Curt Coder]
Curt Coder
2011-06-23
1
-0
/
+5
*
Converted presave/postload functions to delegates. In a lot of
Aaron Giles
2011-04-30
1
-1
/
+1
*
Latest delegate changes removed the need for bindable_object, so
Aaron Giles
2011-04-29
1
-1
/
+1
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-2
/
+1
*
Privatized most of the m_machine pointers in the system to prevent
Aaron Giles
2011-04-19
1
-1
/
+3
*
Delegates 2.0 implementation. Resdesigned how delegates work to make
Aaron Giles
2011-04-16
1
-50
/
+10
*
Cleanups and version bump.
mame0142
Aaron Giles
2011-04-03
1
-3
/
+3
[next]