Source Code for ESK Etrunker version.

Status
Not open for further replies.

SCPD

QRT
Joined
Feb 24, 2001
Messages
0
Location
Virginia
Does anyone know where I can get the Source Code for the 'ESK' version of Etrunker ?

It would be appreciated ..
 

WayneH

Forums Veteran
Super Moderator
Joined
Dec 16, 2000
Messages
7,521
Location
Your master site
Are you interested in the source as a whole or just the ESK portion? ESK is pretty simple and has been discussed in detail long ago in the forums.
 

SCPD

QRT
Joined
Feb 24, 2001
Messages
0
Location
Virginia
I have the source code for 3.8.3 .. but I am looking for the source for the ESK portion.

I would like to get the source of the ESK .exe if possible .. then I can compare the 2 versions.

I tried to find what I am looking for on RR here .. but couldn't find what I wanted. I will try again ... as I recall that Lindsay was the one that figured out what needed to be changed.

I believe it is just a few lines of code that needs to be changed, but I don't know what it all entails.
 

SCPD

QRT
Joined
Feb 24, 2001
Messages
0
Location
Virginia
It's a two line code change. This is ancient history ...

Look in the vicinity of line 485 of EDACS.cpp. Specifically, replace:

info.cmd = orf;

... with ...

info.cmd = orf ^ 0xA0;
newRaw ^= 0xA0;

For most folks, the worst part (due to lack of familiarity) is dealing with the quirks of Watcom to build a protected mode DOS program.
 

SCPD

QRT
Joined
Feb 24, 2001
Messages
0
Location
Virginia
Thank you ... it is appreciated. I knew it was someplace here in RR, but I couldn't find it. There are obviously a lot of hits for ESK here at RR.
 
Status
Not open for further replies.
Top