diff options
author | 2024-11-17 01:52:17 +0100 | |
---|---|---|
committer | 2024-11-17 01:52:17 +0100 | |
commit | 97ca2ae8d38a8ee4d469e07a89e917c0681f5a14 (patch) | |
tree | 09f327442783c5e03abce852111dc49cb5361ab2 /docs/source/techspecs/cpu_device.rst | |
parent | 7ca5080e79e9ad1c7761c06600a7ac8a2ae2f907 (diff) |
idsoccer: improve adpcm emulation
Clones promoted to working
--------------------------
Indoor Soccer (set 2) [hap]
Indoor Soccer (Tecfri) [hap]
American Soccer (Japan) [hap]
Diffstat (limited to 'docs/source/techspecs/cpu_device.rst')
-rw-r--r-- | docs/source/techspecs/cpu_device.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/techspecs/cpu_device.rst b/docs/source/techspecs/cpu_device.rst index 3d1170a4299..c21a20a4fe7 100644 --- a/docs/source/techspecs/cpu_device.rst +++ b/docs/source/techspecs/cpu_device.rst @@ -183,9 +183,9 @@ the access time and false is returned to tell to do the access. The method ``access_before_delay`` allows to try to run an access after a given delay. The tag is an opaque, non-nullptr value used to -characterize the source of the delay, so taht the delay is not applied +characterize the source of the delay, so that the delay is not applied multiple times. Similarly to the previous method cycles are eaten and -true is returned to abort the access, false do execute it. +true is returned to abort the access, false to execute it. .. code-block:: C++ |