polomint / SpectREMCPP

ZX Spectrum emulator with the emulation layer written in C++
1 stars 0 forks source link

TapeViewer window not consistent with opening when already playing a tape. #28

Closed polomint closed 4 years ago

polomint commented 4 years ago

When already running and loading a .tap, if you open up the tape viewer then it does not represent the current status of block loading. The data is correct, just need to tell it to indicate the running block if it is already loading :)

polomint commented 4 years ago

This is working now. When opening the tape viewer while a tape is either already playing or is paused on any block it will update the information in the tape viewer window correctly.