mirror of
https://github.com/holub/mame
synced 2025-04-27 18:53:05 +03:00

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.
16 lines
339 B
ReStructuredText
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
|