Ultimate Amiga

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

Title: +Edit.s fix submission
Post by: Mia on March 16, 2017, 09:37:09 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:

Code: [Select]
bsr   EdReCopto
Code: [Select]
;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

Code: [Select]
Ed_Ligne
Esc_MEcran
Edt_New
back to
Code: [Select]
bsr   EdReCop
Title: Re: +Edit.s fix submission
Post by: Lonewolf10 on March 17, 2017, 07:01:21 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 :(