repository
0.0.0-20240711175406-13a173bd4c66
Repository: https://github.com/atomic-7/emu8tor.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
Emu8tor
A chip-8 emulator/interpreter.
Building
make
TODO
- [] load game from file, write to memory
- [] parse the instructions
- [] draw the display
- [] define a display interface
- [] timed loop for the interperter
- [] timer
- [] implement stack
- [] beep timer + play sound while active
Links
https://chip-8.github.io/links/ https://github.com/Timendus/chip8-test-suite