bigfarts
bigfarts
The interrupt in question being fired looks like it's hblank, which isn't enabled in BN456 which explains why I haven't seen it there. I'm not 100% sure on this (this...
I've managed to somewhat work around this issue by issuing a step in the breakpoint handler: 1. bkpt16 IRQ handler is entered, 1. set prefetch with ARMRunFake, 1. breakpoint handler...
Would you mind if I sent you a pull request for it? Any preference on what the command line should look like?
Replacing the EGL code with the WebGL code gets the colors right, but I don't know if it's a good fix: https://gist.github.com/bigfarts/b1f3759e61afb62b41c0a88e2e1602d2
1. I think because of the way `uniform-int` is implemented, it's not possible to write a PRNG function to ensure it's not biased. Consider that if you wanted a number...
For what it's worth, I put together an example of how various primitives can be stacked on top of each other to provide a truly uniform implementation of `uniform-int`, with...