Update the TODO with information about running on System 5.

This commit is contained in:
Jeremy Rand 2021-02-24 22:45:56 -05:00
parent 34d5523c19
commit cb47d1ff0d
2 changed files with 4 additions and 2 deletions

View File

@ -7,7 +7,7 @@
<key>Binary.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>1</integer>
<integer>3</integer>
</dict>
<key>BuGS.xcscheme_^#shared#^_</key>
<dict>
@ -17,7 +17,7 @@
<key>DiskImage.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>3</integer>
<integer>1</integer>
</dict>
<key>doNotBuild.xcscheme_^#shared#^_</key>
<dict>

View File

@ -3,4 +3,6 @@ TODO
* Look at supporting a global high score list for systems with an Internet connection
* Look at supporting System 5 which may allow a single disk bootable image. System 6 is probably too big to ever fit on a 800k floppy with the game.
* I tested it and BuGS crashes on launch if run from System 5.0.4. Something is assuming System 6 or better.
* Get the old boot disks from https://ftp.apple.asimov.net/images/gs/os/gsos/
* More ideas?