CHIP-8-EMULATOR

WebsiteCode

CHIP-8 - SDL3

A very accurate CHIP-8 emulator

• 60Fps 64x32 pixel monochrome display (~16666667 nanoseconds per frame).
• 4K 8-bit RAM.
• 16 8-bit registers (V0–VF).
• 16-bit PC - program counter. 
• 16-bit I - index register
• 16-bit one-page stack.
• 700 instructions per second (~1428571 nanoseconds per instruction).
• 8-bit delay and sound timers (decrements at 60Hz) ~16666667 nanoseconds per timer cycle. 
• Hex Keypad:
  1 2 3 C
  4 5 6 D
  7 8 9 E
  A 0 B F