jsbeeb icon indicating copy to clipboard operation
jsbeeb copied to clipboard

Tube oops! - copy/paste fail

Open SamSkivington opened this issue 1 year ago • 0 comments

Hiya.

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

https://github.com/mattgodbolt/jsbeeb/blob/e78f16d97500d6ff77c4baf8f021a4f446344a6f/tube.js#L222

It should read:

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

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

https://github.com/mattgodbolt/jsbeeb/blob/e78f16d97500d6ff77c4baf8f021a4f446344a6f/tube.js#L196

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

SamSkivington avatar Dec 29 '23 12:12 SamSkivington