mame/docs/source
Olivier Galibert b8c338858a emumem: Simplify memory management. [O. Galibert]
API impact:
- install_ram/rom/writeonly now requires a non-null pointer.  If you want
  automatically managed ram, add it to a memory map, not in machine_start

- install_*_bank now requires a memory_bank *, not a string

- one can create memory banks outside of memory maps with memory_bank_creator

- one can create memory shares outside of memory maps with memory_share_creator

Memory maps impact:
- ram ranges with overlapping addresses are not shared anymore.  Use .share()
- ram ranges touching each other are not merged anymore.  Stay in your range

Extra note:
- there is no need to create a bank just to dynamically map some memory/rom.
  Just use install_rom/ram/writeonly
2020-11-02 12:12:11 +01:00
..
_ext Added documentation to main tree (nw) 2016-08-24 15:16:43 +02:00
advanced doc: document vulkan and d3d12 as possible bgfx rendering backends (nw) 2019-11-06 20:17:13 +11:00
commandline Remove VRR statement until it can be retested. 2020-09-17 19:06:43 -07:00
debugger Add a tip on how to enter the debugger. 2020-02-06 22:07:49 -05:00
images docs: Cleaned up some geometry on MAME logo. 2020-10-09 20:41:57 +11:00
initialsetup docs: Add links to some internal layouts that demonstrate various features, and udpate required MSYS64 packages for using lld. 2020-10-28 14:58:52 +11:00
techspecs emumem: Simplify memory management. [O. Galibert] 2020-11-02 12:12:11 +01:00
tools Spelling fix in castool documentation (nw) 2018-03-06 13:37:56 +00:00
usingmame Optimise some SVG images 2020-10-09 15:52:07 +11:00
__init__.py Added documentation to main tree (nw) 2016-08-24 15:16:43 +02:00
conf.py Finished adding new mechanism for allowing parts of views to be hidden. 2020-09-07 01:40:41 +10:00
healthwarning.rst Documentation updates (#6825) 2020-07-18 08:15:13 -04:00
index.rst Documentation updates (#6825) 2020-07-18 08:15:13 -04:00
license.rst Happy New Year 2020 (nw) (#6128) 2020-01-04 01:13:50 -05:00
security.rst srcclean again (nw) 2016-11-30 07:04:04 +11:00
whatis.rst Happy New Year 2020 (nw) (#6128) 2020-01-04 01:13:50 -05:00