Yet another CHIP-8 emulator built in Go (with little C)
Go to file
2022-02-28 14:24:29 -03:00
.github/workflows project basic setup 2022-02-23 12:20:57 -03:00
chip8 loading the default font + fix the PC register 2022-02-28 14:24:29 -03:00
cmd/chip8 loading the default font + fix the PC register 2022-02-28 14:24:29 -03:00
libretro fix libretro include header 2022-02-28 12:33:49 -03:00
roms loading the default font + fix the PC register 2022-02-28 14:24:29 -03:00
.gitignore fix build 2022-02-23 13:51:58 -03:00
.gitmodules project basic setup 2022-02-23 12:20:57 -03:00
go.mod loading the default font + fix the PC register 2022-02-28 14:24:29 -03:00
go.sum loading the default font + fix the PC register 2022-02-28 14:24:29 -03:00
LICENSE license 2022-02-23 12:27:55 -03:00
Makefile playing with libretro 2022-02-23 19:39:14 -03:00
README.md project basic setup 2022-02-23 12:20:57 -03:00

Chip8 Emulator