mirror of
https://github.com/holub/mame
synced 2025-05-16 19:00:43 +03:00

Should be added soon: - mute - speaker/microphone resampling To be added a little later: - compression - reverb Needs to be added by someone else: - coreaudio - direct - portaudio - xaudio2 - js
28 lines
551 B
ReStructuredText
28 lines
551 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
|
||
inputsystem
|
||
device_memory_interface
|
||
device_rom_interface
|
||
device_disasm_interface
|
||
device_sound_interface
|
||
memory
|
||
cpu_device
|
||
floppy
|
||
nscsi
|
||
m6502
|
||
uml_instructions
|
||
poly_manager
|
||
audio_effects
|
||
osd_audio
|