Posting after quite some time… Creating a Simple DLL and using it in C#
Aug 04

I have always been interested in things like game development and emulation (although, I keep trying web apps to change the taste, but my long term goal is to be a game developer =) , with my own company ofcourse).

Recently I thought to get practical taste of emulation, I searched on the internet, read some docs, and I got a feel that I sould go for a NES emulator (It’s easy, and a wealth of documentation is available).

Next decision was to make it in Java or C++, I choose C++ (though I still think Java would have been a better option).

So I have done some coding, starting with the 2A03 (NES’s CPU, modified form of 6502) emulation, will post about it when I am done.

written by ishaq


Leave a Reply