SmitPurohit / Chip8

This is an interpreter/emulator for the Chip-8 language.
1 stars 0 forks source link

Fix Styling #1

Open SmitPurohit opened 1 year ago

SmitPurohit commented 1 year ago

Get rid of debug comments, unnecessary comments, fix overall styling (magic numbers)

SmitPurohit commented 1 year ago

Change unsigned char/short to uint8 and 16