diff --git a/.gitignore b/.gitignore index 0502ea0..e7d8c5e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,5 @@ *.nes *.zip *.dmp -/wasm/ !/wasm/wasm.html +/wasm/* diff --git a/wasm/wasm.html b/wasm/wasm.html index c19f55b..a9770be 100644 --- a/wasm/wasm.html +++ b/wasm/wasm.html @@ -38,6 +38,23 @@ +
+ A partially implemented NES emulator, implemented in Rust. It's compiled to web assembly and hosted + here for your enjoyment. +
++ Source is available for those interested. +
++ The APU isn't fully emulated yet, and many of the features implemented don't work properly yet. Audio + is disabled. + +
++ This emulator has been primarily tested with Super Mario Bros, although the game hasn't been fully tested. + Very few mapper chips have actually been implemented, so it's quite likely many games will fail to + load at all. +