some screenshots

This commit is contained in:
Jairinho 2022-03-02 13:16:44 -03:00
parent 529672f874
commit 524ec1f7cd
No known key found for this signature in database
GPG Key ID: 954589B18A21D5B6
8 changed files with 13 additions and 4 deletions

View File

@ -3,9 +3,6 @@ LIBRETRO_CORE=$(TARGET).dylib
LIBRETRO_HEADER=$(TARGET).h LIBRETRO_HEADER=$(TARGET).h
BUILD_VERSION=$(shell git rev-parse --short HEAD) BUILD_VERSION=$(shell git rev-parse --short HEAD)
# run: $(LIBRETRO_CORE)
# retroarch -v -L $(LIBRETRO_CORE) roms/test_opcode.ch8
$(LIBRETRO_CORE): clean $(LIBRETRO_CORE): clean
go build -buildmode=c-shared -ldflags "-X 'main.BuildVersion=$(BUILD_VERSION)'" -o $@ ./libretro go build -buildmode=c-shared -ldflags "-X 'main.BuildVersion=$(BUILD_VERSION)'" -o $@ ./libretro

View File

@ -1 +1,13 @@
# Chip8 Emulator # CHIP-8 Emulator
Yet another CHIP-8 emulator built in Go (with little C)
### RetroArch (libretro) Core
![retroarch_loaded](https://github.com/tangzero/chip8-emulator/raw/main/screenshots/retroarch_loaded.png)
![retroarch_playing](https://github.com/tangzero/chip8-emulator/raw/main/screenshots/retroarch_playing.png)
![retroarch_menu](https://github.com/tangzero/chip8-emulator/raw/main/screenshots/retroarch_menu.png)
### Desktop
![pong](https://github.com/tangzero/chip8-emulator/raw/main/screenshots/pong.png)
![invaders_1](https://github.com/tangzero/chip8-emulator/raw/main/screenshots/invaders_1.png)
![invaders_2](https://github.com/tangzero/chip8-emulator/raw/main/screenshots/invaders_2.png)

BIN
screenshots/invaders_1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 502 KiB

BIN
screenshots/invaders_2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 457 KiB

BIN
screenshots/pong.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 464 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 950 KiB