mirror of
https://github.com/holub/mame
synced 2025-04-10 02:28:19 +03:00

This isn’t supposed to be too prescriptive. The C++ stuff just codifies some things we’ve managed to mostly agree on for public interfaces. The stuff for titles/descriptions is also just codifying existing rules so there’s something to point people towards. This will need to be refined as we go forward.
18 lines
424 B
ReStructuredText
18 lines
424 B
ReStructuredText
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.
|
|
|
|
.. toctree::
|
|
:titlesonly:
|
|
|
|
naming
|
|
layout_files
|
|
device_memory_interface
|
|
device_rom_interface
|
|
device_disasm_interface
|
|
floppy
|
|
nscsi
|
|
luaengine
|
|
m6502
|