My most useful BASIC command

Welcome back to our Commodore Discussion forum. If you have a question, comment, problem, or just want to chat about Commodore, post it here for free.

Have some fun and talk to others interested in the Old and New Commodore world.

Moderators: wiskow, Trazan

Post Reply
jasonboche
Posts: 3
Joined: Thu Dec 27, 2007 8:11 am
Location: Minnesota
Contact:

My most useful BASIC command

Post by jasonboche »

Back in the old days when I used to create countless programs and games in BASIC, or for that matter whenever I powered on the C64, one of the first commands I would enter was:

Code: Select all

POKE 650,255
It toggles on the keyboard auto repeat function.

When disabled (the default), if you stand on a key, the keystroke is registered only once.

When enabled (using the command above), if you stand on a key, the keystroke is repeated quickly (similar to a modern PC)

I thought I would share that; maybe someone else might find it useful.
User avatar
administrator
Site Admin
Posts: 621
Joined: Wed Mar 16, 2005 10:23 pm
Location: Calgary Alberta Canada
Contact:

Post by administrator »

I did not know that one. Thanks!
Post Reply