We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the Fortran source for wumpus, instead of
PRINT *, C(1),L(23),MESG(8)
I think line 457 should read
PRINT *, POS,C(1),L(23),MESG(8)
There may also be a typo in line 761 where
C(5)="<324>"
should instead read
C(5)="<004>"
or perhaps as
C(5)="<124>"
Since I don't have physical hardware, it is difficult to verify the change for C(5).
More information and a translation to gfortran may be found at
https://forums.raspberrypi.com/viewtopic.php?p=2122498#p2122498
Also, thanks for the DasherA terminal emulator. It works great!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the Fortran source for wumpus, instead of
I think line 457 should read
There may also be a typo in line 761 where
should instead read
or perhaps as
Since I don't have physical hardware, it is difficult to verify the change for C(5).
More information and a translation to gfortran may be found at
https://forums.raspberrypi.com/viewtopic.php?p=2122498#p2122498
Also, thanks for the DasherA terminal emulator. It works great!
The text was updated successfully, but these errors were encountered: