BinBashBanana

Results 111 comments of BinBashBanana

What does this do?

You could use something like, ```javascript function btou(data) { var s = ""; for (var i = 0; i < data.length; i++) { s += String.fromCharCode(data[i]); } return s; }...

Some documentation is [here](https://github.com/BinBashBanana/webretro/tree/master/source), though it doesn't really cover porting. Mostly what needs to be done for individual cores is just to change some stuff in the makefile, then build...

Try the same rom on a personal computer, and check the devtools console output.

Yes. Chances are the school computer ran out of memory.

Offline support is planned for a future update, either v6.6 or v6.7. The workload has become so large that I am probably (95%) splitting the next planned features into 2...

There will be updates. In the mean time, if you're interested, check out https://coolelectronics.me/unroll

@sardinegod I can make some branches with old versions as well, if that's what you're saying.