some screenshots
This commit is contained in:
parent
529672f874
commit
524ec1f7cd
3
Makefile
3
Makefile
|
@ -3,9 +3,6 @@ LIBRETRO_CORE=$(TARGET).dylib
|
|||
LIBRETRO_HEADER=$(TARGET).h
|
||||
BUILD_VERSION=$(shell git rev-parse --short HEAD)
|
||||
|
||||
# run: $(LIBRETRO_CORE)
|
||||
# retroarch -v -L $(LIBRETRO_CORE) roms/test_opcode.ch8
|
||||
|
||||
$(LIBRETRO_CORE): clean
|
||||
go build -buildmode=c-shared -ldflags "-X 'main.BuildVersion=$(BUILD_VERSION)'" -o $@ ./libretro
|
||||
|
||||
|
|
14
README.md
14
README.md
|
@ -1 +1,13 @@
|
|||
# Chip8 Emulator
|
||||
# CHIP-8 Emulator
|
||||
|
||||
Yet another CHIP-8 emulator built in Go (with little C)
|
||||
|
||||
### RetroArch (libretro) Core
|
||||

|
||||

|
||||

|
||||
|
||||
### Desktop
|
||||

|
||||

|
||||

|
||||
|
|
BIN
screenshots/invaders_1.png
Normal file
BIN
screenshots/invaders_1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 502 KiB |
BIN
screenshots/invaders_2.png
Normal file
BIN
screenshots/invaders_2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 457 KiB |
BIN
screenshots/pong.png
Normal file
BIN
screenshots/pong.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 464 KiB |
BIN
screenshots/retroarch_loaded.png
Normal file
BIN
screenshots/retroarch_loaded.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 MiB |
BIN
screenshots/retroarch_menu.png
Normal file
BIN
screenshots/retroarch_menu.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 MiB |
BIN
screenshots/retroarch_playing.png
Normal file
BIN
screenshots/retroarch_playing.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 950 KiB |
Loading…
Reference in New Issue
Block a user