[Scummvm-git-logs] scummvm master -> 3169f22df55cc6c5287969b363ac891f1ddab00c
mikrosk
noreply at scummvm.org
Fri Jul 17 11:57:00 UTC 2026
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
3169f22df5 BACKENDS: ATARI: Require ExtenDOS 4.11 for CDDA
Commit: 3169f22df55cc6c5287969b363ac891f1ddab00c
https://github.com/scummvm/scummvm/commit/3169f22df55cc6c5287969b363ac891f1ddab00c
Author: Miro Kropacek (miro.kropacek at gmail.com)
Date: 2026-07-17T21:56:54+10:00
Commit Message:
BACKENDS: ATARI: Require ExtenDOS 4.11 for CDDA
Changed paths:
backends/platform/atari/readme.txt
backends/platform/atari/readme.txt.in
diff --git a/backends/platform/atari/readme.txt b/backends/platform/atari/readme.txt
index 0c10f7aebb8..62acbebe065 100644
--- a/backends/platform/atari/readme.txt
+++ b/backends/platform/atari/readme.txt
@@ -436,15 +436,8 @@ MetaDOS API allows mixing various components:
unidrive.dos (ExtenDOS)
- cd.bos from ExtenDOS strictly requires unidrive.dos
-There is a bug in ExtenDOS 4.10's cd.bos: under very specific circumstances
-ScummVM seemingly freezes while seeking for a file on CD (black screen). I'm
-working with the author on fixing this problem, in the meantime you can:
-
-- Copy data files from CD to hard disk (makes sense also for speed reasons),
- and ignore the message box with advice about ripping tracks from CD.
-- Reconfigure ExtenDOS to use its own SCSI routines (disabled by default).
-- Edit extendos.cnf and replace cd.bos with e.g. spin_sd.bos.
-- Not use ExtenDOS.
+To speed things up you can copy data files from CD to hard disk and ignore the
+message box with advice about ripping tracks from CD.
Sample rate
~~~~~~~~~~~
@@ -559,6 +552,9 @@ Known issues
- When using EmuTOS, ScummVM requires a recent release (>= 1.3), otherwise
various screen- and sound-related issues may appear.
+- When using ExtenDOS for Audio CD, ScummVM requires a recent release (>= 4.11),
+ otherwise playback could freeze the whole program.
+
Future plans
------------
diff --git a/backends/platform/atari/readme.txt.in b/backends/platform/atari/readme.txt.in
index 99a2fd896d6..e03e0df79e7 100644
--- a/backends/platform/atari/readme.txt.in
+++ b/backends/platform/atari/readme.txt.in
@@ -436,15 +436,8 @@ MetaDOS API allows mixing various components:
unidrive.dos (ExtenDOS)
- cd.bos from ExtenDOS strictly requires unidrive.dos
-There is a bug in ExtenDOS 4.10's cd.bos: under very specific circumstances
-ScummVM seemingly freezes while seeking for a file on CD (black screen). I'm
-working with the author on fixing this problem, in the meantime you can:
-
-- Copy data files from CD to hard disk (makes sense also for speed reasons),
- and ignore the message box with advice about ripping tracks from CD.
-- Reconfigure ExtenDOS to use its own SCSI routines (disabled by default).
-- Edit extendos.cnf and replace cd.bos with e.g. spin_sd.bos.
-- Not use ExtenDOS.
+To speed things up you can copy data files from CD to hard disk and ignore the
+message box with advice about ripping tracks from CD.
Sample rate
~~~~~~~~~~~
@@ -559,6 +552,9 @@ Known issues
- When using EmuTOS, ScummVM requires a recent release (>= 1.3), otherwise
various screen- and sound-related issues may appear.
+- When using ExtenDOS for Audio CD, ScummVM requires a recent release (>= 4.11),
+ otherwise playback could freeze the whole program.
+
Future plans
------------
More information about the Scummvm-git-logs
mailing list