diff --git a/README.md b/README.md index 86fa5be..d67834b 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,17 @@ [![GCC build](https://github.com/jwt2706/Chip8Interpreter/actions/workflows/gcc.yml/badge.svg?branch=main)](https://github.com/jwt2706/Chip8Interpreter/actions/workflows/gcc.yml) -This project is a CHIP-8 interpreter, built with SDL2. It mimics the CHIP-8 system and includes emulation for the COSMAC VIP hexadecimal keyboard layout. +This is a CHIP-8 interpreter, built with SDL2. It mimics the CHIP-8 system and includes emulation for the COSMAC VIP hexadecimal keyboard layout. -## What is CHIP-8? +[What is CHIP-8?](https://wikipedia.org/wiki/CHIP-8) -[CHIP-8](https://wikipedia.org/wiki/CHIP-8) is a programming language from the mid-1970s, designed for easy game development on 8-bit microcomputers like the COSMAC VIP and Telmac 1800. +## Setup + +[...] ## Acknowledgements -This [general high-level guide](https://tobiasvl.github.io/blog/write-a-chip-8-emulator) is what got me into making this. It was a lot of fun! I suggest you try it too. +[This general high-level guide](https://tobiasvl.github.io/blog/write-a-chip-8-emulator) is what got me into making this. It was a lot of fun! I suggest you try it too. [Here](https://github.com/loktar00/chip8/tree/master/roms) is the source of the roms. I do not own or claim ownership of these files. They are only present in this repository for educational purposes.