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
*
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
*
Remove redundant item cpu from address_space, in favor of
Aaron Giles
2011-03-29
1
-4
/
+0
*
BIG update.
Aaron Giles
2011-03-29
1
-10
/
+10
*
Fix address_space::unmap_write to pass ROW_WRITE instead of ROW_READWRITE
Aaron Giles
2011-03-28
1
-2
/
+2
*
Cleanup of machine.h. Shuffled some fields around, and moved several
Aaron Giles
2011-03-28
1
-0
/
+1
*
Deprecate the old memory_install_* macros. Dynamic installation is now handled
Aaron Giles
2011-03-27
1
-104
/
+47
*
Created new enum type address_spacenum for specifying an address
Aaron Giles
2011-03-27
1
-10
/
+16
*
Added device_t::memory() to fetch a reference to the memory interface,
Aaron Giles
2011-03-27
1
-60
/
+103
*
Remove some straggling const address_space references, and get rid of
Aaron Giles
2011-03-17
1
-40
/
+40
*
Add directxor parameter to direct memory accessors. Update all callers
Aaron Giles
2010-12-31
1
-30
/
+30
*
Change shared memory regions to track their size. Added memory_get_shared()
Aaron Giles
2010-09-04
1
-0
/
+4
*
Cleanups and version bump.
mame0139u2
Aaron Giles
2010-08-30
1
-15
/
+15
*
Fixed TMS340x0 disassembly view (no whatsnew)
Phil Bennett
2010-08-24
1
-1
/
+1
*
Added mask-free versions of read_word/read_dword/read_qword to
Aaron Giles
2010-08-21
1
-6
/
+24
*
Remove final set of legacy inlines from memory.h. Mostly affects CPU
Aaron Giles
2010-08-19
1
-19
/
+0
*
Remove most of the temporary inline helpers.
Aaron Giles
2010-08-19
1
-48
/
+0
*
Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly
Aaron Giles
2010-08-19
1
-198
/
+0
*
Replace "const address_space" with "address_space" throughout the system.
Aaron Giles
2010-08-19
1
-183
/
+183
*
Massive memory system change. This is another step along the path toward
Aaron Giles
2010-08-19
1
-514
/
+796
*
Return to type safety. Changed address maps back into functions that build
Aaron Giles
2010-08-01
1
-601
/
+1
*
C++-ified the debugger views. Not quite architecturally where I would
Aaron Giles
2010-06-25
1
-1
/
+1
[next]