atarionline.pl tbasic - problem with new chars - Forum Atarum

    Jeśli chcesz wziąć udział w dyskusjach na forum - zaloguj się. Jeżeli nie masz loginu - poproś o członkostwo.

    • :
    • :

    Vanilla 1.1.4 jest produktem Lussumo. Więcej informacji: Dokumentacja, Forum.

      • 1: CommentAuthorw1k
      • CommentTime25 Oct 2011 20:10
       
      hello, i have tbasic program with slovak letters - šťžý.. on line 10000 start routine for modify charset..

      main program is on 10 to 1000 program..

      how can i load first charset, then main part? i trying EXEC, or GOTO, but i dont see slovak letters..
      when i run only routine for mod. charset - without main part, i see slovak letters.. thank you..

      (file ATAX.BAS)
      • 2:
         
        CommentAuthorxeen
      • CommentTime25 Oct 2011 21:10
       
      graphics # restore atari charset - so you can't use it after charset modification.
      • 3: CommentAuthorpin
      • CommentTime25 Oct 2011 21:10
       
      nie widzę niczego powyżej 4000 :) - a w tym, co jest - nie widzę niczego do modyfikacji zestawu znaków ;)-
      • 4: CommentAuthorw1k
      • CommentTime25 Oct 2011 21:10
       
      ooo, thank you :) good.. again, i learn something new
      • 5: CommentAuthorw1k
      • CommentTime25 Oct 2011 21:10
       
      hmm, not working..

      main menu is OK, but when i load TXT file, charset is old :(
      • 6: CommentAuthorw1k
      • CommentTime26 Oct 2011 19:10
       
      hmm, what is the problem now?
      • 7: CommentAuthorQTZ
      • CommentTime28 Oct 2011 16:10
       
      Set active font again after OPEN E:
      230 POKE 756,ORIG-4:EXEC MY_DL

      Speed up font creation:
      10025 MOVE 224*256,CHSET,1024