--- margi2/video.c 2000/12/12 02:09:11 1.2 +++ margi2/video.c 2001/03/14 01:43:11 1.3 @@ -45,7 +45,8 @@ void VideoSetBackground(struct cvdv_card int DecoderStartDecode(struct cvdv_cards *card) { DecoderSetByte(card, 0x0F6, 0x01); - card->videosync = 1; + if (card->audiostate.AVSyncState) + card->videosync = 1; return 0; }