Overview Features Coding ApolloOS Performance Forum Downloads Products Contact Goto
Apollo-Computer

Welcome to the Apollo Forum

This forum is for people interested in the APOLLO CPU.
Please read the forum usage manual.
Please visit our Apollo-Discord Server for support.



All TopicsNewsPerformanceGamesDemosApolloVampireAROSWorkbenchATARIReleases
Documentation about the Vampire hardware

How Do I Turn Off Scanlines On Vampire 600 V2 ?

David Suter

Posts 102
05 Apr 2022 16:07


Is there a key for turning scanlines on and off on Vampire 600 V2 ?
My V4 SA is F11, I was hopping there is a key on my A600.




Tommo Noorduin

Posts 136
05 Apr 2022 16:21


I do not know, but you can use pokeing
   
apoke $dff3fc 2 $8001 this enables Scanlines
apoke $dff3fc 2 $0001 this disables scanlines
   
see
EXTERNAL LINK  DFF3EC - SAGA CONTROL REG


David Suter

Posts 102
06 Apr 2022 08:32


I want to disable scanlines in scummvm.
The poking did not work.
With my SA I just press F11
 
Please if anyone knows.
 
Thanks
 


David Suter

Posts 102
10 Apr 2022 10:07


Should read apoke $dff3ec 2 $0001 to turn off.
 
  Still doesn't work on A600.


Son Goku

Posts 40
10 Apr 2022 12:58


I think this is done with monitor tooltypes for V2 cards.
 
  There is a textfile "tooltypes" in the SAGA package.


Scanlines=Yes/No
  Default is No.

  This option enable/disable the SAGA SCANLINES hardware mode, for
  the low resolution RTG screenmodes (eg. 320x200, 320x240, ...)
 
  Yes => LowRes screenmodes will use hardware SCANLINES.
  No  => LowRes screenmodes wont use hardware SCANLINES.




David Suter

Posts 102
10 Apr 2022 13:45


OK Thanks, can you please tell me how to do it in coffin ?
 
I'd really appreciate it.


Son Goku

Posts 40
10 Apr 2022 13:54


Always the same procedure.
 
  open "sys:devs/monitors", select "vampiregfx" and select "show information" from Workbench menu
 
 


David Suter

Posts 102
10 Apr 2022 14:52


Thank you very much, it works :)


posts 8