Page 1 of 1

CHIP-8 Emulator in FASM

Posted: Sat May 22, 2021 2:40 pm
by rgimad
Hello guys! I've written from scratch a CHIP-8 emulator for KolibriOS. 100% FASM .
You can get it here: https://github.com/rgimad/chip8_kolibri .
I'll upload it to the SVN server when autobuild will work.
UPD: uploaded to SVN and autobuild to ISO.
Wiki: http://wiki.kolibrios.org/wiki/CHIP8
Spoiler:
screen4.png
screen4.png (8.12 KiB)
Viewed 8026 times
screen3.png
screen3.png (8.45 KiB)
Viewed 8029 times
screen2.png
screen2.png (9.8 KiB)
Viewed 8029 times
screen1.png
screen1.png (7.59 KiB)
Viewed 8029 times

Re: CHIP-8 Emulator in FASM

Posted: Sun May 23, 2021 1:22 pm
by rgimad
TETRIS (roms/tetris1.ch8)

How to play:
4 key is left rotate
5 - left move
6 - right move
1 - drop

After every 5 lines, the speed increases slightly and peaks at 45 lines.
Spoiler:
screen5.png
screen5.png (10.21 KiB)
Viewed 7992 times