Just trying to trigger release #1

Merged
S.D merged 13 commits from develop into master 2020-10-11 18:35:00 +00:00
Showing only changes of commit 552e21fcfc - Show all commits

View File

@ -8,5 +8,5 @@ import (
func main() {
prog := make([]byte, 6)
cpu := chip8.NewCHIP8(prog)
fmt.Printf("This should print out zero: %d\n", cpu.GetGraphicsBuffer()[0])
fmt.Printf("This should print out zero: %d!\n", cpu.GetGraphicsBuffer()[0])
}