mattgodbolt/jsbeeb

Tube oops! - copy/paste fail

Closed this issue · 4 comments

Hiya.

Whilst writing some robust Tube ULA tests I noticed a failure in my copy/paste skills here:

jsbeeb/tube.js

Line 222 in e78f16d

this.hostToParasiteData[this.hostToParasiteFifoByteCount3++] = value;

It should read:

this.hostToParasiteData[TUBE_ULA_R3][this.hostToParasiteFifoByteCount3++] = value;

There's also a comment here that is no longer the case.

jsbeeb/tube.js

Line 196 in e78f16d

// there is still an issue with the parasite OS that runs after this happens

Gradually evolving Tube tests SSD is here: https://samskivington.com/public/beeb-discs/tubeTests.ssd

@mattgodbolt is this related to #421?

Yes! Looks like it's fixed by that... though I'll have to check with the tubeTests.ssd above

@SamSkivington the SSD you linked is no longer available; is it somewhere we can test?

I'm going to close this as fixed as I think it is even though I was unable to test.