Skip to content

v0.78 DSK/WOZ Fix

Compare
Choose a tag to compare
@vibr77 vibr77 released this 23 Nov 07:04
· 47 commits to main since this release

This new release should address some cold start issue and corrupt reading issue with DSK/NIC file.
The DSK / NIC driver was taking the padding 0 after sector position 416 in the read stream

some WOZ file were not working as well due to a hardcoded number of the track to 39, Lode Runner and Championship lode runner are using more than 50 tracks.

+fix: WOZ more than 40 trk disk such as lode runner, add Max TRK
22.11.24: v0.77
+fix: DSK reading, wrong NIBBLE_BLOCK_SIZE from 512 to 416
+fix: NIC reading, wrong NIBBLE_BLOCK_SIZE from 512 to 416