[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Software controlling IIgs speed/colors?



On Fri, 2 Dec 2005, Jonathyn Bet'nct wrote:

The fast/slow setting is bit 7 of 49206. I'd do X=PEEK(49206):IF X>=128
POKE 49206,X-128 to make it go slow.

Thanks!

I still don't have it automatically fixing itself on reset, but I have a loader that does it on boot, and I can prolly add that to APPLE IIGS COLORS.

OK, here's what the disk image does.

1. Loads DOS 3.3
2. Initializes Apple IIgs into 1 MHz mode with standard ][ colors
3. Loads "Apple Enhanced", a superset of the ][+ ROM with some //e functionality.

This will prolly help compatibility for some programs. I'll have it up in a bit.

-uso.