My experience with building a CHIP-8 emulator. Big props to Austin Morlan for his blog, which I followed for the creation of this project :)
!!NOTE: This project is currently on hiatus because 1) Despite me trying to connect the dots of documentation, there are many things I don't understand and 2) I simply don't see this project as an effective use of my time currently--I would much rather move on to other projects of my liking which I'll enjoy more :)
I am currently in the process of developing this emulator. As of Jan. 20, I've gotten to loading ROM file contents, which is definitely a start. It is worth noting as well that this is NOT of my original work. This is entirely creditted to Austin Morlan's blog on building a CHIP-8 emulator.
My big goal with this project is to understand the making of these kind of massive projects, which is why I plan to add lots of documentation to this codebase as it expands :)