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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix winrun missing 3D
Michaël Banaan Ananas
2014-10-04
1
-1
/
+1
*
Memory system and Namco improvements: [Alex Jackson]
Alex W. Jackson
2014-09-18
1
-23
/
+23
*
memory.c: fix memdump output for nop/unmapped/watchpoint entries, broken by r...
Alex W. Jackson
2014-09-16
1
-47
/
+11
*
fm77av: converted various MMU functions to use bankdev. Dragon Buster is now
mahlemiut
2014-08-22
1
-1
/
+1
*
Cleanups and version bump
Miodrag Milanovic
2014-07-22
1
-1
/
+0
*
Grrrrr (nw)
Olivier Galibert
2014-05-18
1
-1
/
+1
*
removed lot of legacy code in memory system and removed corresponding macros ...
Miodrag Milanovic
2014-05-05
1
-561
/
+76
*
finished comment in previous commit (nw)
Oliver Stöneberg
2014-05-03
1
-1
/
+1
*
disable logging of unmapped memory accesses when neither -log nor -debug is s...
Oliver Stöneberg
2014-05-03
1
-10
/
+21
*
memory: Stop the watchpoints from messing with the opcode decryption [O. Gali...
Olivier Galibert
2014-04-17
1
-2
/
+13
*
Moved eminline and related files into /src/osd since it's system related (nw)
Miodrag Milanovic
2014-04-16
1
-1
/
+1
*
device_gfx_interface and memory system improvements: [Alex Jackson]
Alex W. Jackson
2014-04-08
1
-12
/
+12
*
use ARRAY_LENGTH (nw)
Oliver Stöneberg
2014-04-03
1
-1
/
+1
*
Moved core template container classes up from emutempl.h to coretmpl.h:
Aaron Giles
2014-03-11
1
-26
/
+14
*
Fix gcc 4.8 compile (nw)
Alex W. Jackson
2014-02-20
1
-2
/
+1
*
Another round of auto_alloc_array conversions.
Aaron Giles
2014-02-20
1
-35
/
+20
*
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
-1
/
+142
*
Memory system: added endianness to the memory_share class.
Aaron Giles
2013-07-20
1
-1
/
+1
*
memory: Need moar tables [O. Galibert]
Olivier Galibert
2013-06-15
1
-80
/
+82
*
memory: Fix subunit reconfiguration [O. Galibert]
Olivier Galibert
2013-06-12
1
-3
/
+3
*
Fix address_space_specific::get_write_ptr() -nw-
Phil Bennett
2013-05-28
1
-1
/
+1
*
use proper free function for address_space.m_direct (nw)
Oliver Stöneberg
2013-02-21
1
-1
/
+1
*
memory: Add another missing 32->64 bits conversion when building the invsubma...
Oliver Stöneberg
2013-02-11
1
-1
/
+1
*
memory: Add missing 32->64 bits conversion when building the invsubmask [Oliv...
Olivier Galibert
2013-02-10
1
-1
/
+1
*
replaced bogus memcpy in handler_entry_{read|write} - fixes Visual Studio-onl...
Oliver Stöneberg
2013-02-03
1
-2
/
+30
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-246
/
+246
*
memory: Map from the cpu's owner, not the root device, otherwise siblings of ...
Olivier Galibert
2012-10-12
1
-1
/
+1
*
memory: Fix dynamic recursive device mapping [O. Galibert]
Olivier Galibert
2012-10-10
1
-2
/
+2
*
Moved device_delegates into their own files. Employed a
Aaron Giles
2012-09-26
1
-36
/
+14
*
Remove all traces of read/write*_device_func from memory.c.
Aaron Giles
2012-09-18
1
-216
/
+0
*
Memory handler cleanup 3. Add mem_mask parameter
Aaron Giles
2012-09-17
1
-8
/
+8
*
Memory handler normalization, part 2. Change legacy
Aaron Giles
2012-09-17
1
-48
/
+48
*
Memory handler normalization, part 1.
Aaron Giles
2012-09-17
1
-23
/
+0
*
added missing \n to even more fatalerror() calls (no whatsnew)
Oliver Stöneberg
2012-09-08
1
-7
/
+7
*
memory: Add support for dynamically mapping devices [O. Galibert]
Olivier Galibert
2012-08-03
1
-4
/
+22
*
ioport.c C++ conversion. Mostly internal changes, with no
Aaron Giles
2012-05-03
1
-11
/
+11
*
Use a tagged_list for memory_banks.
Aaron Giles
2012-04-24
1
-6
/
+5
*
Clean-ups and version bump
mame0145u7
Angelo Salese
2012-04-22
1
-2
/
+2
*
Created ioport_manager and moved the port list to it.
Aaron Giles
2012-04-22
1
-4
/
+2
*
Make memory shares follow the same pattern as memory
Aaron Giles
2012-04-20
1
-17
/
+0
*
Changed device->subregion to device->memregion. Moved
Aaron Giles
2012-04-20
1
-16
/
+67
*
Remove global memory banking functions in favor of referencing
Aaron Giles
2012-04-19
1
-14
/
+0
*
Now that memory_bank is exposed as an object, removed all the global
Aaron Giles
2012-04-18
1
-144
/
+45
*
Remove AM_BASE in favor of AM_SHARED + required_shared_ptr.
Aaron Giles
2012-04-15
1
-4
/
+0
*
Remove AM_SIZE entirely. AM_BASE_SIZE still exists, though.
Aaron Giles
2012-04-11
1
-16
/
+0
*
Clean-ups and version bump
mame0145u6
Angelo Salese
2012-04-08
1
-4
/
+4
*
Converted memory_private to memory_manager and moved global memory
Aaron Giles
2012-04-05
1
-346
/
+129
*
Moved all drivers to using the paletteram helpers defined in the
Aaron Giles
2012-04-05
1
-5
/
+1
*
Some cleanup of some observed #include redundancy from source files which use...
Scott Stone
2012-02-06
1
-1
/
+0
[next]