Yet another CHIP-8 emulator built in Go (with little C)
Go to file
2022-02-28 12:56:16 -03:00
.github/workflows project basic setup 2022-02-23 12:20:57 -03:00
chip8 LoadI, JumpV0 and Random instructions 2022-02-28 12:56:16 -03:00
libretro fix libretro include header 2022-02-28 12:33:49 -03:00
roms project basic setup 2022-02-23 12:20:57 -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 very basic emulator structure 2022-02-23 13:50:03 -03:00
go.sum fix build 2022-02-23 13:51:58 -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