Takahiro

Results 300 issues of Takahiro

The first two replays in the demo should clear stage two but they don't now. I guess "desync" happens.

I found a lot of bugs in nes-js while I was developing [Rust NES emulator](https://github.com/takahirox/nes-rust). We should fix them.

bug
enhancement

Bit order representation is inconsistent across the chapters. In Chapter 2 "RV32I Base Integer Instruction Set, Version 2.1", `imm[...]` in the top instruction data layout indicates bit position in `imm`...

docs-requirement

The examples crash if you minimize the window. How to reproduce 1. `$ cargo run --example triangle` 2. Minimize the window 3. Crashes The error log ``` thread 'main' panicked...

bug
examples