[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Re-engineered: Wizardry III, Legacy of Llylgamyn



I thought I'd share some of the "tools" and documentation I used in
this project.

    To make things more readable I've shortened the ASIMOV paths in
the
    following.  They all originate from:
      ftp://ftp.apple.asimov.net/pub/apple_II

1. Apple Pascal 1.1
  /images/programming/pascal/ucsd/
2. Apple Pascal - Operating System Reference Manual
  /documentation/programming/pascal/Apple Pascal - Operating System
  Reference Manual.pdf
3. Apple Pascal Language Reference Manual (and Addendum)
  /documentation/programming/pascal/Apple Pascal Language Reference
Manual
  with Addendum.pdf
4. Pascal File System:
  http://code.google.com/p/profuse/wiki/PascalFileSystem
5. Pascal User Manual and Report, Kathleen Jensen, Niklaus Wirth
  I have a paperback book with this title.  I have found the Niklaus
Wirth
  Report here:
    /documentation/programming/pascal/Pascal-Wirth-
PascalRevisedReport.pdf
6. Hyde_P-Source - A Guide to the Apple Pascal System 1983.
  From this manual I used the idea of "variant records" to access
Apple
  memory from Pascal, but otherwise I did not use it:
    /documentation/programming/pascal/Hyde_P-Source-A Guide to the
APPLE
    Pascal System_1983.pdf
7. Apple ][ Pascal 1.1 P-Code Interpreter 6502 Disassembly
  This manual gave me the inspiration to create Pascal code from the
  Wizardry files.  Back in 1991, I did not know of this reference and
I did
  my own discovery of much of the internals for the P-code
interpreter.
    /documentation/programming/pascal/Apple 2 Pascal 11
PCodeIntDism.pdf

8. What's Where In the Apple
  /documentation/misc/What's Where in the Apple-A Complete Guide to
the
  Apple Computer.pdf
9. Beneath Apple DOS, Don Worth and Pieter Lechner
  /documentation/os/dos/Beneath Apple DOS_alt.pdf
10. Apple ][ Reference Manual
  /documentation/misc/Apple 2 Manuals.zip/a2rm.pdf

11. Applewin (V. 1.20.1.0)
  /emulators/applewin/AppleWin1.20.1.0.zip
12. Copy2+ V5.2
  I'm not sure where I got this version from.  There are others like
  Copy2+ V5.0 here:
    /images/disk_utils/copy_ii/Copy II+ v5.0.dsk
13.  Apple Disk Transfer (ADT version 1.22)
  I downloaded version 1.22 in 2005 (?) and used it to transfer
  Wizardry III (Aug version) eventually to my PC.
14. WinDiff.exe
  I've had this tool for a long time.  I think I got it with Microsoft
  Visual Studio V 6.0.  You might also be able to get it from here:
    http://www.microsoft.com/download/en/details.aspx?id=18546
15. Pascal P-code disassembler
    (I wrote my own).

--Tommy