mirror of
https://github.com/holub/mame
synced 2025-04-27 02:33:13 +03:00

* 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.
23 lines
503 B
ReStructuredText
23 lines
503 B
ReStructuredText
Technical Specifications
|
||
========================
|
||
|
||
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
|
||
layout_script
|
||
object_finders
|
||
device_memory_interface
|
||
device_rom_interface
|
||
device_disasm_interface
|
||
memory
|
||
floppy
|
||
nscsi
|
||
luaengine
|
||
luareference
|
||
m6502
|