Posted By
   Andrea on 2020-09-30 22:50:22
  |   How do for clear buffer keyboard ??
  Hello Guys of PLUS4 World,
  How I can do for clear buffer keyboard ??
  Thank you I wait your good news Best Regards (^_^) Andrea Gasparrini from Italy
  |   
 |  
Posted By
   Luca on 2020-10-01 02:25:04
   |   Re: How do for clear buffer keyboard ??
  Keyboard buffer lies between 1319-1328 memory area ($0527-$0530), and the index assigned for its length is 239 ($EF), but you can change the overall length of the buffer changing the value 10 ($0A) in 1343 ($053F). If you wanna kill the keys autorepeat instead, the right move is: POKE1344,64
  Find these and all helpful hints in the massively satisfacting Ultimate Map.
  |   
 |  
Posted By
   SVS on 2020-10-01 02:41:02
   |   Re: How do for clear buffer keyboard ??
  Benvenuto Andrea. Sicuramente POKE 239,0 consigliato ogni volta prima dell'uso di GET.
  |   Re: How do for clear buffer keyboard ??
  Welcome Andrea. Definitely POKE 239,0 suggested every time before the use of GET.
  |   
 |  
Posted By
   Andrea on 2020-10-01 03:32:05
  |   Re: How do for clear buffer keyboard ??
  Grazie mille,
  E buona giornata, e grazie per il tuo benvenuto.
  |   
 |  
  |