So I decided to make a NES emulator. I've glanced at emulation a few years ago but didn't have a clue how to start. My reasons for giving this a shot are:
- Understand better how computers work.
- Be more familiar with assembly.
- To feel better! It's nicer when you know how things work.
This is definitely not an attempt to make the best NES emulator! It's more about extending my knowledge rather than anything else. It'll be dumbed down in C++ with code clarity preferred to performance. Optimisation could be done later (sounds like fun) but may be considered another project.
The goal of this project is:
- Create a NES emulator that can run at least one game working video.
Doesn't sound like much but it'll help keep me motivated and likely to keep going! No doubt if I complete this, I'll extend it to something else.
No comments:
Post a Comment