Hi guys, long time lurker here.
Semester is over and I've decided I want to attempt to create a NES emulator. This is a serious goal, and I will hopefully blog my exploits.
For this weeks goal, I would like to achieve the reading of a *.nes rom file, and copying the memory addresses so they'll be able to be manipulated later on. I have chosen C# as my language of choice, however this will probably change. My IMMEDIATE aim is to get a stranglehold on the 6502's architecture, it's memory representations and the basics. I'm not attempting any actual CPU emulation yet.
Can anyone give me a few pointers? I realise this isn't a specific question, but I hoped people could just voice their thoughts on anything. Links, tutorials, blogs, other people in my situation are all helpful.
Semester is over and I've decided I want to attempt to create a NES emulator. This is a serious goal, and I will hopefully blog my exploits.
For this weeks goal, I would like to achieve the reading of a *.nes rom file, and copying the memory addresses so they'll be able to be manipulated later on. I have chosen C# as my language of choice, however this will probably change. My IMMEDIATE aim is to get a stranglehold on the 6502's architecture, it's memory representations and the basics. I'm not attempting any actual CPU emulation yet.
Can anyone give me a few pointers? I realise this isn't a specific question, but I hoped people could just voice their thoughts on anything. Links, tutorials, blogs, other people in my situation are all helpful.