]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Reduce CDTV CD startup/seek delays, fixes Town without no name speech audiotrack...
authorToni Wilen <twilen@winuae.net>
Sat, 16 Feb 2019 11:12:18 +0000 (13:12 +0200)
committerToni Wilen <twilen@winuae.net>
Sat, 16 Feb 2019 11:12:18 +0000 (13:12 +0200)
cdtv.cpp

index f019aa8647b93e3743aff2e2edb94ac477f1da37..48cae84967fe02555c8e39061ab0cb815457767f 100644 (file)
--- a/cdtv.cpp
+++ b/cdtv.cpp
@@ -262,9 +262,9 @@ static void subfunc (uae_u8 *data, int cnt)
 static int statusfunc (int status, int playpos)
 {
        if (status == -1)
-               return 500;
+               return 150;
        if (status == -2)
-               return 75;
+               return 20;
        if (cd_audio_status != status) {
                if (status == AUDIO_STATUS_PLAY_COMPLETE || status == AUDIO_STATUS_PLAY_ERROR) {
                        cd_audio_finished = 1;