RetroBASIC

Retrogamecoding(.org) => Examples => Topic started by: Asterios on November 12, 2012, 04:45:13 PM

Title: Chip8 Emulator [NaaLaa]
Post by: Asterios on November 12, 2012, 04:45:13 PM
I`ve started developing an emulator for the Chip8. I`ve implemented all the opcodes and now the only thing left is debugging. Here are screenshots of some games:

Brix:
(http://imageshack.us/a/img40/6307/brix.png)

Pong:
(http://imageshack.us/a/img600/4779/pongy.png)

Space Invaders:
(http://imageshack.us/a/img204/1139/spaceinvadersu.png)

Tic Tac Toe:
(http://imageshack.us/a/img201/6388/tictactoe.png)

Blitz:
(http://imageshack.us/a/img94/5665/blitze.png)




Title: Re: Chip8 Emulator [NaaLaa]
Post by: JSM on November 12, 2012, 05:29:44 PM
this is the coolest naalaa project i have ever heard of! will we be able to view the source code later?
Title: Re: Chip8 Emulator [NaaLaa]
Post by: Asterios on November 18, 2012, 01:51:47 PM
I am not sure for now. I'll think about it once the source code is complete (implementation of the SCHIP opcodes) and bug-free.
Title: Re: Chip8 Emulator [NaaLaa]
Post by: Mopz on November 21, 2012, 08:59:43 AM
I'm just hoping for a test version, with or without source code :) Very interesting this is.