Vince Weaver ad5f1fbabe mist: add missing bg on way back from spaceship
should really add one more stop on path there but more or less
out of room
2020-07-30 13:41:47 -04:00
..
2020-07-17 09:37:31 -04:00
2020-07-18 01:06:38 -04:00
2020-07-12 14:58:44 -04:00
2020-06-22 01:21:09 -04:00
2020-03-02 11:49:55 -05:00
2020-07-17 09:39:27 -04:00
2020-03-07 15:21:16 -05:00
2020-07-17 09:39:27 -04:00
2020-07-19 01:24:28 -04:00
2020-03-08 14:11:11 -04:00
2020-07-17 09:39:27 -04:00
2020-07-17 09:39:27 -04:00
2020-07-23 10:58:22 -04:00
2020-07-30 11:02:31 -04:00
2020-07-18 23:23:41 -04:00
2020-07-27 16:22:36 -04:00
2020-07-27 16:22:36 -04:00
2020-07-23 10:58:22 -04:00
2020-07-27 16:22:36 -04:00
2020-07-01 17:30:57 -04:00
2020-07-19 18:42:27 -04:00
2020-07-28 22:47:49 -04:00
2020-07-17 09:39:27 -04:00
2020-07-14 14:56:50 -04:00
2020-03-02 15:46:04 -05:00
2020-07-29 22:57:54 -04:00

MIST -- a reimplementation of MYST from scratch for Apple II computers



Compiling:
	This is a bit tricky
	First you'll need to install the cc65 package
		https://github.com/cc65/cc65
	You'll need to install lzsa
		https://github.com/emmanuel-marty/lzsa
	You might need to install lz4-dev for some of the helper
		utils to compile

	Then run "make" and hope for the best



Sizes:
	sectors on disk = 35*16 = 560
	three tracks for dos	  -48
	one track for VTOC	  -16
				======
				  496

	disk1:
		HELLO		  566	->   768 ->   3
		LOADER		 4006	->  4096 ->  16
		MIST_TITLE	21008	-> 21248 ->  83
		MIST		39780	-> 39936 -> 156
		OCTAGON		32627	-> 32768 -> 128
		VIEWER		 4834   ->  4864 ->  19
		DENTIST		 7879   ->  7936 ->  31
		D'NI		 6863   ->  6912 ->  27
		SAVE0		   74   ->   256 ->   1
		SHIP		 5047   ->  5120 ->  20
						========
						484+10 = 494 = 126k

	disk2:
		CHANNEL		34418	-> 34560 -> 135
		ARBOR		31591	-> 31744 -> 124
		NIBEL		15467	-> 15616 -> 61
		CABIN		15398	-> 15616 -> 61
						========
						  381+4= 385 = 98k
	disk3:
		MECHE		28857	-> 28928 -> 113
		SELENA		32902	-> 33024 -> 129
		STONEY		29984	-> 30208 -> 118
		GENERATOR	 7456	->  7680 -> 30
						========
						390+4=394 = 100k