Skip to content

Commit 05426e2

Browse files
committed
docs: update README and TODOs
1 parent d16e74f commit 05426e2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ Priorities:
3939
- other NES emus in rust:
4040
- https://github.com/DaveTCode/nes-emulator-rust
4141
- https://github.com/rib/nes-emulator
42+
- https://github.com/lukexor/tetanes
43+
- https://github.com/Comba92/nen-emulator - lots of good linked docs, too
4244

4345
### Other interesting Tools
4446

TODO.md

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

0 commit comments

Comments
 (0)