Compare commits

..

2 Commits

Author SHA1 Message Date
Andrea
ffffd28fee
Merge 1d654258e8 into 664d7c2d86 2024-04-25 13:28:17 +01:00
Andrea Odetti
1d654258e8 SaveState: add absolute path for disks.
https://github.com/AppleWin/AppleWin/issues/1290
2024-04-25 13:28:05 +01:00

View File

@ -45,9 +45,9 @@
<li>Alternate ROM</li> <li>Alternate ROM</li>
<li>Alternate video ROM</li> <li>Alternate video ROM</li>
</ul> </ul>
<p>Note: Only the file names of the disk images are stored in the .yaml file (not the <p>Note: Both the file names and absolute paths are stored in the .yaml file.
full path). This allows you to move your disk image around or distribute them. This allows you to move your disk image around or distribute them.
If AppleWin can't locate the disk image(s), then it will prompt for the new If AppleWin still can't locate the disk image(s), then it will prompt for the new
location.</p> location.</p>
<p>NB. Loading of the old v1 file format (.aws file) is no longer supported. Use AppleWin 1.27.13 to load it at the AppleWin start-up/logo screen, <p>NB. Loading of the old v1 file format (.aws file) is no longer supported. Use AppleWin 1.27.13 to load it at the AppleWin start-up/logo screen,
then immediately save it (and it'll be saved in the v2 format).</p> then immediately save it (and it'll be saved in the v2 format).</p>