Page 2 of 2

Re: loading games from VDK files in XRoar?

Posted: Mon Jul 12, 2010 1:19 am
by prime
rolfmichelsen wrote:After loading a machine code file from a DragonDos diskette:

start = PEEK(&H652)*256 + PEEK(&H653)
end = PEEK(&H654)*256 + PEEK(&H655) + start
And therefore :

length = PEEK(&H654)*256 + PEEK(&H655)

Phill.

Re: loading games from VDK files in XRoar?

Posted: Tue Jul 20, 2010 7:53 pm
by samplefiend
hi everyone!

thanks for all the advice. i've been able to get files from the vdk's and convert them easily thanks to the tips you all posted. :-)

i've attached cas files of some of the games i found. enjoy!

katerpillar II doesn't seem to work properly unfortunately though the others all do!

cheers

craig xxx