Ultimate Amiga

Network Boards => AMOS Professional Re-Development => AMOS Factory => General Discussion => Topic started by: Mia on 16 Mar, 2017, 10:37 PM

Title: +Edit.s fix submission
Post by: Mia on 16 Mar, 2017, 10:37 PM
Not sure if this is a known issue but my AMOSPro has always given an annoying flash of the screen when switching between Editor and Direct...

fixed by stopping the copper refresh on each switch in the file +Edit.s - commenting out all 12 occurances of:

bsr   EdReCop
to
;bsr   EdReCop

basically the copper is not refreshed each switch - not sure what the full effect of this is yet but it's much nicer, I didn't like the flashes.

Edit:
Direct mode window doesn't refresh during resize and move, so uncomment in the subroutines


Ed_Ligne
Esc_MEcran
Edt_New

back to
bsr   EdReCop
Title: Re: +Edit.s fix submission
Post by: Lonewolf10 on 17 Mar, 2017, 08:01 PM
Quote from: Mia on 16 Mar, 2017, 10:37 PM
Not sure if this is a known issue but my AMOSPro has always given an annoying flash of the screen when switching between Editor and Direct...

It's not something I recall seeing, but my coding is all done under emulation on my laptop right now as both my Amiga 600s are down :(