Skip to content

very accurate interpreter for the CHIP-8 programming language and virtual machine specification

Notifications You must be signed in to change notification settings

beddinao/enhanced-chip-8-emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

enhanced-chip-8-emulator

CHIP-8


• 60Fps 64x32 pixel monochrome display.
• 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 nanosecond 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

About

very accurate interpreter for the CHIP-8 programming language and virtual machine specification

Resources

Stars

Watchers

Forks