SpeedChip Emulator
Okay, I finally finished my emulator
I have to thanks Garstyciuks for his debugger which helped me track bugs.
My Emulator emulates CHIP8/SCHIP now.
I didn't do the half pixel stuff because it was a pain in the ass (didn't found any game that used it anyway) and I thought the way I was doing it could slightly slow the emulator's performance which that will ruin it's name lol.
Everyone used some different way to draw the graphics, so I did

, I used bitmaps (If you notice, sprites aren't of a single color, they have a little fade

).
It took me a month to begin with emulation and finish this thing.

(Note: I wasn't new to programming, only to emulation)
And 4 days to upgrade it to SCHIP...
If you find any bugs related to anything, please let me know.
Ok, enough talk, here's the source and binary:
Enjoy.