From 97ca2ae8d38a8ee4d469e07a89e917c0681f5a14 Mon Sep 17 00:00:00 2001 From: hap Date: Sun, 17 Nov 2024 01:52:17 +0100 Subject: idsoccer: improve adpcm emulation Clones promoted to working -------------------------- Indoor Soccer (set 2) [hap] Indoor Soccer (Tecfri) [hap] American Soccer (Japan) [hap] --- docs/source/techspecs/cpu_device.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/source') 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++ -- cgit v1.2.3-70-g09d2