File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ Priorities:
39
39
- other NES emus in rust:
40
40
- https://github.com/DaveTCode/nes-emulator-rust
41
41
- 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
42
44
43
45
### Other interesting Tools
44
46
Original file line number Diff line number Diff line change 1
- - [ ] Bug: gamepad input not detected in Mario
1
+ - [ ] Bug: gamepad input not detected in Mario -- what's up?
2
2
- [ ] Add support for 2 gamepads
3
3
- [ ..] Add scrolling support
4
4
- [x] horizontal scrolling (vertical mirroring)
57
57
- [ ] Extract "tileset viewer" subproject
58
58
- CLI that you run and it pops up a view of the game's tilesets
59
59
- [ ] Extract subproject: 6502 emulator .. as REPL?
60
+ - [ ] consider building in eframe, so i can reuse as debugger views within NES
60
61
- [ ] subject the 6502 processor to this test suite https://github.com/SingleStepTests/ProcessorTests/tree/main/nes6502
61
62
- review emails/etc where I suggested other nice subprojects, too.
You can’t perform that action at this time.
0 commit comments