From ce3b197d52a607dd5138f4ffc68f7db4d5153d8f Mon Sep 17 00:00:00 2001 From: Matthew Pomes Date: Thu, 9 Apr 2026 07:41:31 -0500 Subject: [PATCH] Update wasm page text --- .gitignore | 2 +- wasm/wasm.html | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) 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. +