Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoliveira21 committed Jun 2, 2024
1 parent 6f8d9c9 commit 56a260d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@

A CHIP-8 Emulator project to put GoLang in practice and learn how an emulator works.

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

![test_opcode](./cli/assets/test_opcode.png)

**Blinky [Hans Christian Egeberg, 1991]** | **Spacefight 2091 [Carsten Soerensen, 1992]**
:-------------------------:|:-------------------------:
<img width="430" alt="blinky" src="./cli/assets/blinky_test.png"> | <img width="430" alt="spacefight" src="./cli/assets/spacefight_test.png">
Expand Down Expand Up @@ -66,3 +61,7 @@ This is a list of useful resources that I've consulted for build this project.
- cassianoperin: [CHIP8_GO ](https://github.com/cassianoperin/CHIP8_GO)

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

- corax89: [chip8-test-rom](https://github.com/corax89/chip8-test-rom)

- Timendus: [chip-8 test suite](https://github.com/Timendus/chip8-test-suite)

0 comments on commit 56a260d

Please sign in to comment.