Yet another CHIP-8 emulator built in Go (with little C)
Go to file
2022-02-23 16:54:12 -03:00
.github/workflows project basic setup 2022-02-23 12:20:57 -03:00
chip8 timers countdown 2022-02-23 16:54:12 -03:00
libretro project basic setup 2022-02-23 12:20:57 -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 fix build 2022-02-23 13:51:58 -03:00
README.md project basic setup 2022-02-23 12:20:57 -03:00

Chip8 Emulator