Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoliveira21 committed Jan 1, 2024
1 parent c0f1e2c commit 69567ee
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ A CHIP-8 Emulator project to put GoLang in practice and learn how an emulator wo
![test_opcode](./cli/assets/test_opcode.png)

[corax89’s chip8-test-rom](https://github.com/corax89/chip8-test-rom)
[Timendus' chip-8 test suite](https://github.com/Timendus/chip8-test-suite)

# Demo

Expand Down Expand Up @@ -44,7 +45,7 @@ Chip-8 browser demo available in the following link:
- [ ] Add SUPER-CHIP support
- [ ] Add XO-CHIP support

# Credits
# References

This is a list of useful resources that I consulted for build this project.

Expand All @@ -53,3 +54,7 @@ This is a list of useful resources that I consulted for build this project.
- Tobias V. Langhoff: [Guide to making a CHIP-8 emulator](https://tobiasvl.github.io/blog/write-a-chip-8-emulator)

- h4ck3rk3y: [go-8](https://github.com/h4ck3rk3y/go-8/tree/master)

- cassianoperin: [CHIP8_GO ](https://github.com/cassianoperin/CHIP8_GO)

- Octo: [Mastering SuperChip](http://johnearnest.github.io/Octo/docs/SuperChip.html)

0 comments on commit 69567ee

Please sign in to comment.