diff --git a/README.md b/README.md index 8829870..d2c8ba5 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ -# jane -Jane - Just another NES emulator +# Jane - Just another NES emulator + +Just another implementation of a NES emulator written in Rust. + +This is an exploratory coding project with the aim to understand concepts of assembler emulation. If you are looking for a cycle-accurate ready-to-use NES emulator, you should probably not try this one.