From: Toni Wilen Date: Sat, 16 Feb 2019 11:12:18 +0000 (+0200) Subject: Reduce CDTV CD startup/seek delays, fixes Town without no name speech audiotrack... X-Git-Tag: 4200~54 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=eb2339ee1bcf59e7a669b1040c865d6eb5ca573b;p=francis%2Fwinuae.git Reduce CDTV CD startup/seek delays, fixes Town without no name speech audiotrack problems. --- diff --git a/cdtv.cpp b/cdtv.cpp index f019aa86..48cae849 100644 --- 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;