vdp fifo, adjust latency delay
authorkub <derkub@gmail.com>
Tue, 23 Mar 2021 21:39:17 +0000 (22:39 +0100)
committerkub <derkub@gmail.com>
Tue, 23 Mar 2021 21:39:17 +0000 (22:39 +0100)
pico/videoport.c

index 86efdde..33548cb 100644 (file)
@@ -263,7 +263,7 @@ int PicoVideoFIFOWrite(int count, int flags, unsigned sr_mask,unsigned sr_flags)
 \r
     // update FIFO state if it was empty\r
     if (!(pv->status & PVS_FIFORUN)) {\r
-      vf->fifo_slot = Cyc2Sl(vf, lc+8); // FIFO latency ~3 vdp slots\r
+      vf->fifo_slot = Cyc2Sl(vf, lc+9); // FIFO latency ~3 vdp slots\r
       pv->status |= PVS_FIFORUN;\r
       pv->fifo_cnt = count << (flags & FQ_BYTE);\r
     }\r