Update README.md

This commit is contained in:
Nicholas Orlowsky 2024-01-30 19:59:47 -06:00 committed by GitHub
parent 960098d6c2
commit d59175b6eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,8 @@
# yacemu (Yet Another Chip Eight Emulator)
A Chip-8 emulator (interpereter) written in C. Depends on SDL2.
[Want to see Yet another yet another Chip-8 emulator? (in Verilog)](https://github.com/nickorlow/yayacemu)
### Building & Testing
In order to run yacemu, you must have sdl2 and make installed.