Show HN: Chip-8 emulator written in JavaScript

by atum47on 3/28/25, 5:43 PMwith 1 comments
by atum47on 3/28/25, 5:47 PM

Hi everyone, this is my first time trying to write an emulator. I followed a online guide [1] to help me out. Had to fiddle with the number of cycles for each frame and I don't think it is quite right yet, but, overall it was a fun project to work on. Hope you like it.

1 - https://tobiasvl.github.io/blog/write-a-chip-8-emulator/