Yet another CHIP-8 emulator built in Go (with little C)
Go to file
2022-03-02 12:33:58 -03:00
.github/workflows project basic setup 2022-02-23 12:20:57 -03:00
.vscode very basic libretro core (no sound + limited controls) 2022-03-02 12:33:58 -03:00
chip8 very basic libretro core (no sound + limited controls) 2022-03-02 12:33:58 -03:00
libretro very basic libretro core (no sound + limited controls) 2022-03-02 12:33:58 -03:00
roms emulator finally working 🥳 2022-03-01 17:00:19 -03:00
.gitignore fix build 2022-02-23 13:51:58 -03:00
go.mod very basic libretro core (no sound + limited controls) 2022-03-02 12:33:58 -03:00
go.sum very basic libretro core (no sound + limited controls) 2022-03-02 12:33:58 -03:00
LICENSE license 2022-02-23 12:27:55 -03:00
main_desktop.go emulator finally working 🥳 2022-03-01 17:00:19 -03:00
main_web.go emulator finally working 🥳 2022-03-01 17:00:19 -03:00
main.go very basic libretro core (no sound + limited controls) 2022-03-02 12:33:58 -03:00
Makefile very basic libretro core (no sound + limited controls) 2022-03-02 12:33:58 -03:00
README.md project basic setup 2022-02-23 12:20:57 -03:00
test_opcode.ch8 emulator finally working 🥳 2022-03-01 17:00:19 -03:00

Chip8 Emulator