set_both_strides() routine leaves vera CTRL at ADDRSEL=1, which causes issues afterwards when calling kernal routines that expect ADDRSEL to be set to 0 on entry. Like printing characters with chrout
a simple VERA_CTRL=0 on exit likely fixes that problem
a problem exists in gfx2 and monogfx libraries:
set_both_strides() routine leaves vera CTRL at ADDRSEL=1, which causes issues afterwards when calling kernal routines that expect ADDRSEL to be set to 0 on entry. Like printing characters with chrout
a simple VERA_CTRL=0 on exit likely fixes that problem