A Chip-8 Emulator written using Odin.
A Chip-8 Emulator written using Odin that implements all 35 (without the legacy instruction) instructions. Uses SDL2 for windowing and rendering.
- Odin Compiler & Libraries
- SDL2 Library (Included with Odin)
TODO
This project is licensed under the MIT License - see the LICENSE.md file for details
Steps have been taken to verify implementation details where confusion exists with used references. Not to say it is perfect.