Skip to content

Commit

Permalink
fix(readme): fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
nikoof committed Nov 24, 2023
1 parent 63b0f2e commit 1051bdf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ $ cargo run --release -- --help
```

# Credits
This project is heavily based on [Tobias Langhoff's Guide](https://tobiasvl.github.io/blog/write-a-chip-8-emulator/) and [Timendus' Test Suite](https://github.com/Timendus/octarou-test-suite). I am extremely grateful to both authors for these amazing resources.
This project would not have been possible without [Tobias Langhoff's Guide](https://tobiasvl.github.io/blog/write-a-chip-8-emulator/) and [Timendus' Test Suite](https://github.com/Timendus/chip8-test-suite). I am extremely grateful to both authors for these amazing resources.

Other resources used include:
- [Gulrak's Opcode Table](https://octarou.gulrak.net/)
- [Revival Studios ROMs](https://github.com/kripod/octarou-roms)
- [Revival Studios ROMs](https://github.com/kripod/chip8-roms)
- [Gulrak's Opcode Table](https://chip8.gulrak.net/)

# License
Copyright (c) Nicolas-Ștefan Bratoveanu, 2023, licensed under the EUPL-1.2-or-later.

0 comments on commit 1051bdf

Please sign in to comment.