6

There is a bunch of GFA BASIC for Amiga files (the source code for Blender's ancestor, Traces, downloadable here: http://zgodzinski.com/blender-prehistory/) that I would like to peek at.

Despite my efforts, I couldn't find any software to open or convert these files to something readable and that would run on Windows 10 64-bit.

Is my only solution to run an Amiga emulator and somehow find a copy of GFA BASIC for it?

3 Answers3

5

Looks like someone on Atari forum posted the text a while back: convert Amiga GFA Basic file to Atari - Atari-Forum. As you can't see the files without a login, I have mirrored them as text here: scruss/AmigaTraces-GFA_Source: BASIC source for the forerunner of Blender.

X11-Basic, a modern GFA BASIC implementation, will likely not run this source. Portability was not GFA BASIC's strong point.

scruss
  • 21,585
  • 1
  • 45
  • 113
2

I think you could use GFA Basic 32 to run GFA Basic programs on Windows. This should allow you to extract the source code from the tokenised file.

If that doesn't work, a hex editor and patience should result in you eventually figuring out how to extract the code from the tokenised file, a bit like this.

wizzwizz4
  • 18,543
  • 10
  • 78
  • 144
2

You can run Amiga GFA Basic (no idea about legal status) in WinUAE then "print" the listings to a file.

tofro
  • 34,832
  • 4
  • 89
  • 170