VOGONS

Common searches


Search results

Display options

Re: Vortex2 OPL3 Project

It appears that IDA didn't export out any of the local labels or local variable names properly, so I've updated the file manually and reattached it. It should be 1:1 progress with where I left off, but I didn't check it 100% to be sure. Just be aware that if you use the updated version you won't …

Re: Programming DOS games

in Milliways
No no no, you're doing it all wrong here :) If you want to walk in the shoes of those before you, you'll need to learn what they knew. However a far easier route exists. Start programming your game for windows and leverage the modern tools available for it. Then when your game is complete and you …

Re: Vortex2 OPL3 Project

The OPL3 emulation is functional but *quite* bad. Same with my TB:Santa Cruz, it's almost like they are using the same EMU base code... (Speaking of which) I've digressed in the project to look at writing a general 16-bit ASM to pseudo C helper tool, as manually porting all this is a bit tedious for …

Re: Guess the game!!

in Milliways
Ding Ding Ding! Turnabout it is, you got it! We spent a few days typing in all that code and had bugs everywhere so I never got past level 8. It was this game or Hacker I spent most my time on as a kid 😀 (typing them in that is, never got whirlybird working...)

Re: Guess the game!!

in Milliways
Not Indiana Jones related either. It's one of the type in games from Compute Gazette 1985 issue. The premise is you must move along the green lines closing them in like doors around whirligigs which chase you.

Re: EAX and old laptop

Has anyone opened one to see if it actually has the EMU10k2(.5) cpu in it? I was under the impression that creative just placed a codec in there and did the rest via software.

Re: Vortex2 Phoenix Project

[Weekend Update] All functions are mapped out and given names (based on my best guess as to what they do) 100% of all variables/flags given functional names Adding comments to all routines IO address and what the code does in general Found new and previously unknown Vortex2 addresses for SBFM, …

Re: Vortex2 Phoenix Project

Good timing for a post :) I just finished up my semesters CSIS courses and now have time again to work on this. Last night I made great progress mapping out the AU30DOS.com file in IDA. There is about a weekends worth of stuff left to do in the code, and then it should be fully disassembled and …

Page 20 of 21