diff options
author | 2023-02-03 18:02:45 +1100 | |
---|---|---|
committer | 2023-02-03 18:02:45 +1100 | |
commit | dd355e4d68d77fa47a07ee26170a21f3d517ee22 (patch) | |
tree | 9d23d2931d7f0d3f343534caf3021e90bdc50c3d /docs/source/techspecs/index.rst | |
parent | b9c878e6271b73e2b8751fa4efbd8a5d905b42ae (diff) |
docs: Added an introduction to the input system for developers.
emu/ioport.cpp: Removed a long-outdated comment that is now rather
misleading.
Diffstat (limited to 'docs/source/techspecs/index.rst')
-rw-r--r-- | docs/source/techspecs/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/source/techspecs/index.rst b/docs/source/techspecs/index.rst index 45fe45a6121..43f57bb6fed 100644 --- a/docs/source/techspecs/index.rst +++ b/docs/source/techspecs/index.rst @@ -11,6 +11,7 @@ MAME’s source or working on scripts that run within the MAME framework. layout_files layout_script object_finders + inputsystem device_memory_interface device_rom_interface device_disasm_interface |