[Simh] Dungeon (Zork) questions......

Jason Stevens neozeed at gmail.com
Sun Oct 11 12:23:52 EDT 2009


WOW, thank you so much!!!!
I've now successfully built & run the "18-JUL-80       Transportable data
base file (V2.5A)." build!

It would seem that

http://www.ibiblio.org/pub/academic/computer-science/history/pdp-11/rt/dsk/misc/dunsrc.dsk
and
http://www.pdp11.co.uk/library/local/pdp-11/RT-11/dungeon1.dsk
http://www.pdp11.co.uk/library/local/pdp-11/RT-11/dungeon2.dsk

contain the same version.

All & all it's great to see at least one of the PDP-11 source versions come
back to life...

Thanks again!



On Sun, Oct 11, 2009 at 11:31 AM, Peter Schorn <peter.schorn at acm.org> wrote:

> I reached the same point but came to a different conclusion:
>
> > .R LIBR
> > *OUP:SYSLIB=INP:NHD,OTSCOM,NOVIR,V2NS/G
>
> Seems this will trash an existing SYSLIB without adding to it. The
> SYSLIB that I got with RT11 V4 had the missing symbols in it (CVTTIM,
> GTIM, $OVRH). So I created a separate FORLIB instead
>
> > *OUP:FORLIB=INP:NHD,OTSCOM,NOVIR,V2NS/G
>
> and modified RTBLD.COM to reference this FORLIB at the end by changing
>
> *DSO6/O:4
> *DSO7/O:4//
>
> to
>
> *DSO6/O:4
> *DSO7/O:4
> *SY:FORLIB//
>
> This got rid of the undefined globals and the result is a running
> DUNGEO.SAV:
>
> .R DUNGEO
> Welcome to Dungeon.                     This version created 18-JUL-80.
> You are in an open field west of a big white house with a boarded
> front door.
> There is a small mailbox here.
> >GDT
> You are not an authorized user.
> >
>
>
> Jason Stevens wrote:
> > Ok, I've just re-read what was going on, and I missed the whole thing
> > about it not finding a gazllion symbols...
> >
> > no wonder the exe wont work!
> >
> > I've rebuilt the fortran library in with syslib as follows:
> >
> > .R LIBR
> > *OUP:SYSLIB=INP:NHD,OTSCOM,NOVIR,V2NS/G
> > Global? $ERRS
> > Global? $ERRTB
> > Global? $VRINT
> > Global?
> > *^C
> >
> > So now when I link:
> >
> > . at RTBLD
> >
> > .LINK/INCLU/PRO/MAP:NL:/BOT:1200/EXE:DUNGEO DMAIN,DGAME,DSUB,RRND,RTTIM
> > *DINIT,GDT/O:1
> > *NP,NP1,NP2,NP3/O:1
> > *VERBS,OBJCTS/O:1
> > *SVERBS/O:2
> > *DVERB1/O:2
> > *DVERB2/O:2
> > *ACTORS/O:2
> > *DEMONS/O:2
> > *CLOCKR/O:2
> > *ROOMS/O:3
> > *NROOMS/O:3
> > *SOBJS/O:3
> > *NOBJS/O:3
> > *BALLOP,LIGHTP,VILLNS/O:3
> > *DSO1/O:4
> > *DSO2/O:4
> > *DSO3/O:4
> > *DSO4/O:4
> > *DSO5/O:4
> > *DSO6/O:4
> > *DSO7/O:4//
> > Library search? $SHORT
> > Library search?
> > ?LINK-W-Undefined globals:
> > CVTTIM
> > GTIM
> > $OVRH
> >
> > .
> >
> > It's pretty close to something now....  I'll have to see if CVTTIM GTIM
> > are the macro assembly external and what is the deal with $OVRH...
> > perhaps my fortran kit is too old...?
> >
> >
> >
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > Simh mailing list
> > Simh at trailing-edge.com
> > http://mailman.trailing-edge.com/mailman/listinfo/simh
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.trailing-edge.com/pipermail/simh/attachments/20091011/ff69222a/attachment-0003.html>


More information about the Simh mailing list