Wednesday, May 30, 2012

Chip8 Emulator(Update no.2)

Well, I have added SDL graphics cause you know, console graphics is well... slow. I have problems in timing though, you may want to see how space invaders and Vbrix works. In Vbrix, keyboard input slows the program, same in invaders though if I leave it the invaders move down too damn fast, so I would call it unplayable. I have decided not to add the source or bin file as Rapidshare will delete it eventually(of course), but if you need it you can always let me know: Crckrhckr@hotmail.com 
Oh yeah and next big thing SCHIP-8 support. This just allows more better games like Car and Joust(you know that one).






Monday, May 07, 2012

Chip8 Emulator(Update no.1)


So as you may know, I have been working on a chip 8 emulator. Well today I fixed the CPU core and it works well. I did some console output and it's nice. Thanks to Refraction mainly and other coders on forums.pcsx2.net. Here are some screens:


    


Source code as of now: https://rapidshare.com/files/400979133/Chip8.rar
Check out my youTube: Crckr hckr

Thursday, May 03, 2012

CHIP8 Emulator.

So I have begun coding a chip8 emulator after some motivation and encouragement. The project which
have called 'CrckrChip8' is still very crappy. I coded it in C/C++, it's an interpreter. It reads opcodes and executes them. It seems that my cpu core is still quite infunctional. I tried to do graphics and it sucks, it's not outputting well. Not bad for a start. I'll upload a link to the code. It's a codeblocks project. Yeah, so basically that's it. I don't mind being corrected.




Link to source: https://rapidshare.com/files/2383634272/Chip8.rar