Re: [hatari-devel] looking for someone with a mono monitor |
[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]
The demo should open the right border and should also - in some respect - open the left border (but here I just saw a "gain" of maybe 4 to 8 pixels).
You should also see a picture wobbling up and down and the funniest feature should be seeing the "colour" grey (and I really mean grey, no interlace!) on an SM-124 monitor.
I found switch spots that made an STF (indeed I played with this on my 1040STF) skip lines (that's why scrolling the full picture without wasting mem is possible). The left border then does not "open" the same way it does in colour mode. Instead, the line is "shifted" 4 to 8 pixels to the left end also "ends earlier". However, the right border "opens" and that to a really long extend ... the grey part will remain my secret, demo programmers should not disclose to much to keep the "community" challenged >8-E3= (if you really want to know, you already have the source ... the only drawback is that the comments may be in "native language")
I was even able to draw graphics in the lower border ... but only on "some models". I switched to external synchronization for some cycles and then back to internal synchronization. That made the MMU begin a completely new frame (starting with the video-counter at the new-VBL address again even though the frame didn't end yet!) and so even vertical screen splitting was possible. On monochrome, the "newly begun" frame then could also extend into the lower border, so the actual "opening" of the lower border as in colour mode didn't take place ... I never found a method how to do that in monochrome.
I wanted to know how "compatible" screen splitting would be (one example is that on the STE in contrast to the STF you had to stay in monochrome mode for 20 and not just for 16 cycles to open the left border, so there are demos that open the left border but are not "STE"-compatible) to other STs, so I started my prototype on 7 different STs on one demo party ... and only 2 of them started a new frame after the External/Internal synch switch, the others just showed "black" as long as the ST ran with external synchronisation. One striking fact was that those 2 STs were my 1040ST and the other was a 520ST with a "13 line Glue-Chip", my was a "29 line Glue-Chip" (that measure refers to the size of the upper border in colour 50 Hertz).
was, that the spot where you have to open the right border in monochrome depended on moon wetness, weather situation, whatsoever .... it was different any time I turned on my ST. So I had to "extend" the time I switched to colour mode to make sure the "critical spot" was within that time, hence I had to stay in colour mode for more than 24 cycles (would have to look into the source to see for how long).
It was a surprise for me to see, that 20 years after I wrote this people still tried to run my screen.
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |