Looks like many changes, but the only one that is real (AFAIK) is

the RDOS entry had a minor word switch.
This commit is contained in:
Robert Greene 2003-01-21 05:13:21 +00:00
parent b1be88945f
commit c1fd274559
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ public class DiskImageFormatPane extends WizardPane {
"RDOS was created by (or for) SSI to protected their games. The\n"
+ "original format appears to be a 13 sector disk. Most disk images\n"
+ "that I've seen have been mapped onto a 16 sector disk (leaving 3\n"
+ "sectors of each disk unused. The only image size RDOS supports\n"
+ "sectors of each track unused. The only image size RDOS supports\n"
+ "is 140K.");
control.pack();
}