These are a few projects that I started some time, but not finished yet. The projects are a NES emulator, a Commodore 64 emulator, and a RPG Engine that I was writing. Everything was done in Visual Basic. NET.
NEStein - NES Emulator
It can run any rom with Mappers 0-5, and have USB Joystick support. It uses DirectSound to emulate NES APU, and Direct3D to render the image.
NOTE: Use "Arquivo -> Abrir ROM" to open a rom file.
Original Direct3D sound emulation by Jacob Roman, ported from vb6.
DOWNLOADC64.net - Commodore 64 Emulator
This emulator is in initial stage, don't even have sound yet... You can open PRG games on "Arquivo -> Abrir PRG", but most games don't even boot.
NOTE: After you close the emu, you need to go to task manager and finalize it.
DOWNLOADSurreal Adventure - RPG
My most recent project, is a RPG Game with a vb.net written engine, it can run scripts, have collision detection, but still missing NPCs and, itens and a battle system.
DOWNLOADNOTE: After you close the game, you need to go to task manager and finalize it.
NOTE: You will need .NET Framework 3.5 (4.5 for the RPG) to run these projects, and DirectX9 or later to run the emulators.
If anyone wants the source code or help on one of these projects, please contact me
