Skip to content

Commit

Permalink
docs: update README and TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanleiby committed Jan 30, 2025
1 parent d16e74f commit 05426e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ Priorities:
- other NES emus in rust:
- https://github.com/DaveTCode/nes-emulator-rust
- https://github.com/rib/nes-emulator
- https://github.com/lukexor/tetanes
- https://github.com/Comba92/nen-emulator - lots of good linked docs, too

### Other interesting Tools

Expand Down
3 changes: 2 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- [ ] Bug: gamepad input not detected in Mario
- [ ] Bug: gamepad input not detected in Mario -- what's up?
- [ ] Add support for 2 gamepads
- [..] Add scrolling support
- [x] horizontal scrolling (vertical mirroring)
Expand Down Expand Up @@ -57,5 +57,6 @@
- [ ] Extract "tileset viewer" subproject
- CLI that you run and it pops up a view of the game's tilesets
- [ ] Extract subproject: 6502 emulator .. as REPL?
- [ ] consider building in eframe, so i can reuse as debugger views within NES
- [ ] subject the 6502 processor to this test suite https://github.com/SingleStepTests/ProcessorTests/tree/main/nes6502
- review emails/etc where I suggested other nice subprojects, too.

0 comments on commit 05426e2

Please sign in to comment.