mirror of
https://github.com/holub/mame
synced 2025-04-26 18:23:08 +03:00

* Clean up some corner cases in layouts with repeating blocks * Make complay.py validate many more elements and attributes * Make complay.py easier to use for just validating a layout * Remove redundant view from Sega VMU layout * Make buttons visually respond to input in whousetc.lay * Add view with LED displays as well as terminal for aim65_40 and use repeats * Clean up some outdated "game" terminology in clifront.cpp * Initiaise a couple of members in tap/tun network module * Start documenting layout format
17 lines
353 B
ReStructuredText
17 lines
353 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:
|
|
|
|
layout_files
|
|
device_memory_interface
|
|
device_rom_interface
|
|
device_disasm_interface
|
|
floppy
|
|
nscsi
|
|
luaengine
|
|
m6502
|