[Simh] Crowther's Adventure game

Larry Baker baker at usgs.gov
Sat Feb 3 17:00:28 EST 2018


Dan,

The link to your Source Forge page you posted does not work for me.  I found TREK7 it at https://sourceforge.net/projects/trek7/ <https://sourceforge.net/projects/trek7/>.

I tried to find the sources you started with.  I found a ZIP file called trk7fsrc.zip <https://sourceforge.net/projects/trek7/files/trek7/status/trk7fsrc.zip/download>.  When I compiled the first file, TREKA.FOR, I can see typos and lines extending past column 72.  This could not be the original source code that worked at one time.  Was this scanned?  Has this been altered from a known working version, other than the scanning errors?  Like, the lines that extend past column 72?  The code clearly expects column 72 to wrap to column 7 of a continuation line, which is how Fortran fixed-format source works.

Ancient Fortran should not be that hard to convert, especially if you know the original platform.  I saw LIB$ calls, which leads me to believe this was maybe VAX Fortran?  I see the use of FORMAT specifiers without lengths, like F, not F7.2.  It would be nice to know the precise meaning of that non-standard Fortran.  But, very new Fortran sill also accept FORMAT specifiers without lengths now.  And, there is non-advancing support for Fortran I/O now.  Fortran INTRINSICS should be straightforward.  The library calls will be harder.

Want help?  What platform do you want to run the code on?

Larry Baker
US Geological Survey
650-329-5608
baker at usgs.gov




> On Feb 3, 2018, at 11:13 AM, simh-request at trailing-edge.com wrote:
> 
> Message: 2
> Date: Sat, 3 Feb 2018 17:51:47 +0000
> From: Dan Gahlinger <dgahling at hotmail.com <mailto:dgahling at hotmail.com>>
> To: Quentin North <quentin at quentin.org.uk <mailto:quentin at quentin.org.uk>>, Bob Nelson
> 	<rmkrider at gmail.com <mailto:rmkrider at gmail.com>>
> Cc: "simh at trailing-edge.com <mailto:simh at trailing-edge.com>" <simh at trailing-edge.com <mailto:simh at trailing-edge.com>>
> Subject: Re: [Simh] Crowther's Adventure game
> Message-ID:
> 	<DM3PR16MB0813E647EB83D26D6D6BEF95C9F80 at DM3PR16MB0813.namprd16.prod.outlook.com <mailto:DM3PR16MB0813E647EB83D26D6D6BEF95C9F80 at DM3PR16MB0813.namprd16.prod.outlook.com>>
> 	
> Content-Type: text/plain; charset="utf-8"
> 
> I have an original printout of Adventure from the mid 70's, taken from a Vax though,
> It's not a version I've found on the archives, the version ID on mine is different.
> I've been meaning to scan it and post it.
> 
> Ancient fortran is very hard to convert, as I found out trying to convert trek7 (https://trek7.sourceforge.net <https://trek7.sourceforge.net/>)
> 
> And I spent 38 years or so converting "the new castle" from Vax to Linux/Dos/Mac.
> 
> Dan.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.trailing-edge.com/pipermail/simh/attachments/20180203/eb08c7c1/attachment-0001.html>


More information about the Simh mailing list