let grid; function drawCell(col, row, bounds) { // if you enabled headers then corresponding col / row will be -1 for headers } function setup() { ... grid = new Grid ...
Following up on my reverse engineering of the Megadrive version, I thought I'd have a go at the Amiga version, in order to understand the differences and similarities between these 68K ports. That's ...