Search found 5 matches

by Hyper
Wed Aug 22, 2007 4:58 pm
Forum: General Discussions
Topic: Planetary Rover Simulator
Replies: 0
Views: 3678

Planetary Rover Simulator

I have a 6502 emulator burried inside of a commercial game engine. The 6502 code drives a simulated planetary rover bot around on the landscape. Be the first on your block to discover life on an alien world!
I am looking for some input / suggestions on this project. Please visit the website and let ...
by Hyper
Mon Aug 20, 2007 11:50 am
Forum: Emulation and Simulation
Topic: emulator source
Replies: 7
Views: 8502

Ok I wrote an emulator that works and have it integrated into my engine. Proof of concept works so time to let the cat out.
What I did was integrate the emulator into a commercial game engine. You have to write 6502 assembly language to dive a virtual robot around. The first test is working, I have ...
by Hyper
Sun Jul 29, 2007 8:29 pm
Forum: Emulation and Simulation
Topic: emulator source
Replies: 7
Views: 8502

I need a 6502 for now but the 65816 could be a plugin option later on.
I grabbed a couple of emulators one in dos, having problems digging out all the dos stuff tho. Most of the ones I have seen have hooks to windows print, dos print, mouse etc, I just need a stripped down print nothing emulator ...
by Hyper
Sat Jul 28, 2007 12:23 pm
Forum: Emulation and Simulation
Topic: emulator source
Replies: 7
Views: 8502

I cant give alot of details at this point but it deals with 3d graphics simulations. I want to run the emu as part of my code so I have direct access to the memory.
by Hyper
Fri Jul 27, 2007 3:40 pm
Forum: Emulation and Simulation
Topic: emulator source
Replies: 7
Views: 8502

emulator source

Hello all I have an exciting project started but I need to incorporate an emulator into the project. I am using MSVC6 for the project so the code needs to be c/c++ for that target.

Any help?