mame/docs/source/techspecs/index.rst
Vas Crabb 4d7ef27490 -luaengine.cpp: Clean up render classes and expose screen image adjustments.
* Started moving Lua class reference to docs.  Expecting people to find
  the class reference material in the source isn’t going to help make it
  approachable.  The docs allow longer explanations, better formatting,
  and cross reference links.

* Added another layout scripting example to the docs.

-goldnpkr.cpp: Minor clean-up.

* Improved the short names for Witch Card and Witch Game clone sets.

* Made Witch Up & Down artwork clickable.

* Added working Video Klein sets where the parent is a working Video
  Klein set to the tiny subtarget.

* Removed history from the header comment - we have version control for
  a readon.
2020-12-13 09:54:03 +11:00

23 lines
503 B
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Technical Specifications
========================
This section covers technical specifications useful to programmers working on
MAMEs source or working on scripts that run within the MAME framework.
.. toctree::
:titlesonly:
naming
layout_files
layout_script
object_finders
device_memory_interface
device_rom_interface
device_disasm_interface
memory
floppy
nscsi
luaengine
luareference
m6502