mirror of
https://github.com/jeremysrand/BuGS.git
synced 2024-12-28 21:31:08 +00:00
Update the version to beta and remove online high scores from the todo list. I now have an implementation of that.
This commit is contained in:
parent
abe5f0c72b
commit
e84d6e97c2
@ -64,7 +64,7 @@ resource rVersion (1) {
|
|||||||
1, /* Major version number in BCD */
|
1, /* Major version number in BCD */
|
||||||
9, /* Minor version number in BCD */
|
9, /* Minor version number in BCD */
|
||||||
0, /* Bug version number in BCD */
|
0, /* Bug version number in BCD */
|
||||||
alpha, /* Development phase */
|
beta, /* Development phase */
|
||||||
0 /* Release number */
|
0 /* Release number */
|
||||||
},
|
},
|
||||||
verUS,
|
verUS,
|
||||||
|
1
TODO.md
1
TODO.md
@ -1,7 +1,6 @@
|
|||||||
TODO
|
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.
|
* 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.
|
* 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/
|
* Get the old boot disks from https://ftp.apple.asimov.net/images/gs/os/gsos/
|
||||||
|
Loading…
Reference in New Issue
Block a user