Jump to content
IGNORED

Previewing Atari Disk Images


Explodey

Recommended Posts

I have managed to take all the old 5" floppy disks from my childhood and convert them into atr disk images. Most of them work great in Atari800MacX, but there are several that seem to be corrupt. So I'm wondering if there's any way of previewing an entire disk image as text -- just so I can scroll through it all to get an idea of what it is.

 

Back in the pre-OSX days, there was an app called Atariwriter Converter that would take individual Atari files and convert them into standard .txt files, and I discovered that if I simply used it to convert an entire disk image instead of an individual file, it would show me the contents of the disk as a text file. The only problem was, it wasn't made for such large files, so it would only show about a quarter of the disk image. But it seems like a simple adjustment could make it accomodate a whole disk, right?

 

I could use the "Edit Sector" function in Atari800MacX to view the contents of the disk, but the problem there is that it only shows one sector at a time. Trying to view an entire disk one sector at a time would take hours!

 

Can anyone help me? I'm sure this would probably be simple for someone with a little programming knowledge. Oh, and before anyone asks, yes, I have tried various disk utilities to fix my corrupted disks, but alas, to no avail.

Link to comment
Share on other sites

Sweet, thanks! I wasn't sure what you meant by "ghex2," but I used the hexdump command and I was able to get a peek at a disk that became corrupted and unusable nearly 30 years ago! Pretty exciting. Now one more question: I've noticed that when a program written in BASIC is saved using the SAVE"D:...." command, most of the program doesn't appear in a readable way when you view a raw ascii dump of the disk. But when you save using LIST"D:..." the BASIC program does appear readable. I'm assuming that this is because when you SAVE a program, all the commands and line numbers and stuff are somehow encoded so they take up less space, right? I'm just wondering if there is some sort of decoder ring that will help me decipher the way BASIC programs are written to disk.

 

There are a bunch of programs on this corrupted disk that I wrote when I was a little kid, and I'd love to look at them again. Thanks again.

Link to comment
Share on other sites

I'm assuming that this is because when you SAVE a program, all the commands and line numbers and stuff are somehow encoded so they take up less space, right? I'm just wondering if there is some sort of decoder ring that will help me decipher the way BASIC programs are written to disk.

 

There are a bunch of programs on this corrupted disk that I wrote when I was a little kid, and I'd love to look at them again. Thanks again.

 

Try Disk Doctor.

Disk Doctor II -bas.atr

Link to comment
Share on other sites

Sweet, thanks! I wasn't sure what you meant by "ghex2," but I used the hexdump command and I was able to get a peek at a disk that became corrupted and unusable nearly 30 years ago!

ghex2 is a program that comes with the Linux gnome desktop and provides a graphical interface around a functionality similar to hexdump. There might be installable binary versions for other operating systems.

 

I've noticed that when a program written in BASIC is saved using the SAVE"D:...." command, most of the program doesn't appear in a readable way when you view a raw ascii dump of the disk. But when you save using LIST"D:..." the BASIC program does appear readable. I'm assuming that this is because when you SAVE a program, all the commands and line numbers and stuff are somehow encoded so they take up less space, right? I'm just wondering if there is some sort of decoder ring that will help me decipher the way BASIC programs are written to disk.

This is correct, SAVEd programs are in tokenized form, so all instructions are just represented by a single byte. I do have a BASIC program that de-tokenizes them, but that probably does not help you on Apple or Windows.... (-:

 

Greetings,

Thomas

Link to comment
Share on other sites

detokenize.zip

 

If you have perl installed this is a perl script to detokenize Atari basic files.

 

There is also a windows program called CHKBAS that will turn a tokenized basic file to a LIST file.

there is several windows programs to extract files from an atr ::

ATADIM3.05 by raster/c.p.u. at http://raster.infos....orpc/atadim.htm This is a drag and drop program.. Make a link for desktop then drag&drop or SEND TO

Atr Util 95 by Ken Siders http://atari.kensclassics.org/downloads/atrutil.zip

MakeAtr by soudi at http://serious-dial.atari.pl/makeATR/

Edited by rdea6
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...