mame/docs/source/techspecs/index.rst
Olivier Galibert 6caef2579a dvdisasm: Overhaul [O. Galibert]
Disassemblers are now independant classes.  Not only the code is
cleaner, but unidasm has access to all the cpu cores again.  The
interface to the disassembly method has changed from byte buffers to
objects that give a result to read methods.  This also adds support
for lfsr and/or paged PCs.
2017-11-26 17:41:27 +01:00

16 lines
339 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:
device_memory_interface
device_rom_interface
device_disasm_interface
floppy
nscsi
luaengine
m6502