Skip to content

Commit

Permalink
Add download link and clone/build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcurrie committed Apr 13, 2020
1 parent 0d97183 commit 7963c81
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
cgb-acid2 is a test for developers of Game Boy Color emulators to verify their
emulation of the Game Boy Color's Pixel Processing Unit (PPU).

[Download the ROM](https://github.com/mattcurrie/cgb-acid2/releases/download/v1.0/cgb-acid2.gbc),
or build using [RGBDS](https://github.com/rednex/rgbds):

```
git clone --recurse-submodules https://github.com/mattcurrie/cgb-acid2
cd cgb-acid2 && make
```

## Reference Image
An accurate emulator should generate output identical to the image below:

Expand Down

0 comments on commit 7963c81

Please sign in to comment.