Hi, I've been trying to build some of the old dungeon (zork) source files
I've manage to find...
I've bee using SIMH, and it's TS-11 v4 distro
I found some Fortran stuff here:
http://www.headcrashers.org/comp/rx01/
When I run SIMH, this is what I get for "show cpu"
CPU, 11/73, NOCIS, idle disabled, autoconfiguration enabled, 256KB
This is my ini file:
set cpu 256k
att rk0 rtv4_rk.dsk
att rk1 dungeon1.dsk
att rk2 dungeon2.dsk
att rk3 asc.dsk
I've figured out how to install the compiler from some PDF's and the test
program will build. However when attempting to link dungeon I'm getting
this error:
------8<------8<------8<------8<
?LINK-W-Undefined globals:
CVTTIM
GTIM
$OVRH
------8<------8<------8<------8<------8<
I cut out the references for CVTTIM & GTIM from the source, but the OVRH is
not found... People tell me it's an overlay manager but I cannot find any
mention of this thing anywhere as far as where to find it, build it link
with it or anything.....
I can provide more detail if needed but I'd really appreciate any pointers
on this...
TIA
Jason.