Yet another CHIP-8 emulator built in Go (with little C)
Go to file
2022-03-01 18:28:23 -03:00
.github/workflows project basic setup 2022-02-23 12:20:57 -03:00
chip8 playing sounds... kinda 2022-03-01 18:23:28 -03:00
libretro emulator finally working 🥳 2022-03-01 17:00:19 -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
.gitmodules project basic setup 2022-02-23 12:20:57 -03:00
go.mod playing sounds... kinda 2022-03-01 18:23:28 -03:00
go.sum playing sounds... kinda 2022-03-01 18:23:28 -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 restart emulator on ESC 2022-03-01 18:28:23 -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
test_opcode.ch8 emulator finally working 🥳 2022-03-01 17:00:19 -03:00

Chip8 Emulator