From: Toni Wilen Date: Tue, 7 Apr 2026 18:52:09 +0000 (+0300) Subject: REZERO UNIT should stop CD audio play X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=0e2f35e4a537d8aef54dde50ab65952be4f4eb47;p=francis%2Fwinuae.git REZERO UNIT should stop CD audio play --- diff --git a/blkdev.cpp b/blkdev.cpp index a9507143..8cd0d936 100644 --- a/blkdev.cpp +++ b/blkdev.cpp @@ -1656,6 +1656,9 @@ int scsi_cd_emulate (int unitnum, uae_u8 *cmdbuf, int scsi_cmd_len, } break; case 0x01: /* REZERO UNIT */ + if (nodisk(&di)) + goto nodisk; + stopplay(unitnum); scsi_len = 0; break; case 0x1d: /* SEND DIAGNOSTICS */