ZXHawk: small pzx PAUS block change

This commit is contained in:
Asnivor 2018-06-21 16:16:31 +01:00
parent 94436c307c
commit b90c8f0bec
1 changed files with 2 additions and 0 deletions

View File

@ -339,7 +339,9 @@ namespace BizHawk.Emulation.Cores.Computers.SinclairSpectrum
// convert to tape block
t.BlockDescription = BlockType.PAUS;
t.DataPeriods.Add(0);
t.DataPeriods.Add(pCount);
t.DataPeriods.Add(0);
_datacorder.DataBlocks.Add(t);