diff options
author | 2020-11-05 00:53:04 +1100 | |
---|---|---|
committer | 2020-11-05 00:53:04 +1100 | |
commit | 6b3b77a50fa1e13532917f5b2c1cb255d45b13d7 (patch) | |
tree | 6041f629c6e8efc334ba2fe9b46d5c5fecb6a00e /docs/source/techspecs/index.rst | |
parent | 9b03922e1fe2fbf6b669cb03ad2332df3c1c6f0d (diff) |
-docs: Started writing page on object finders with worked examples.
-hp3478a.cpp: Removed outdated TODO comment from layout.
-Hopefully fixed all remaining MSVC operator resolution failure errors.
Diffstat (limited to 'docs/source/techspecs/index.rst')
-rw-r--r-- | docs/source/techspecs/index.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/source/techspecs/index.rst b/docs/source/techspecs/index.rst index 0d7ddc8ce41..f2e9e2e713c 100644 --- a/docs/source/techspecs/index.rst +++ b/docs/source/techspecs/index.rst @@ -1,13 +1,15 @@ Technical Specifications ------------------------- +======================== -This section covers technical specifications useful to programmers working on MAME's source or working on LUA scripts that run within the MAME framework. +This section covers technical specifications useful to programmers working on +MAME’s source or working on scripts that run within the MAME framework. .. toctree:: :titlesonly: naming layout_files + object_finders device_memory_interface device_rom_interface device_disasm_interface |