Hmm, in that case I guess only hardware issues on the Atari side could cause this behaviour. I'll prioritise re-installing the original shifter and the stripboard prototype to see if I can recreate the machine's original working behaviour.keli wrote: 03 Nov 2017 07:19The value is in fact cached in RAM at 0x00044C (sshiftmd system variable).Smonson wrote: 03 Nov 2017 06:12
- Then TOS writes the appropriate video mode value directly into the shifter's video mode register without caching it in a RAM variable
The GLUE shadows the low two bits of the video mode register automatically. The OS does not need to update these separately (a shame really, since having them at separate addresses could probably be useful to get exotic graphic modes.)Smonson wrote: 03 Nov 2017 06:12
- Some interrupt handler or handlers reads the shifter's video mode register directly and writes video parameters into the GLU according to what it sees there
Thanks for the info, Keli!
