// comodore c64 back i use during boot // I draw the text outside this function it only Draws a c64 colored background function C64() b=MakeColor(0,136,255) b2=MakeColor(0,0,170) DrawBox(GetScreenBoundsLeft(),GetScreenBoundsTop(),GetScreenBoundsright(),GetScreenBoundsBottom(),b,b,b,b,1) DrawBox(GetScreenBoundsLeft()+45,GetScreenBoundsTop()+50,GetScreenBoundsright()-45,GetScreenBoundsBottom()-50,b2,b2,b2,b2,1) endfunction