Posted By
George on 2019-09-10 04:27:35
| [BASIC] Disable key repeat
Hi friends,
i do some experiments with 3d rendering in YAPE at Full Throttle. In that mode, a keystroke is interpreted multiple times and starts my rendering a second time.
Does anybody know how to disable "key repeat" with a poke command? Could not find anything. Thanks in advance!
P.S.: I looked in the Encyclopedia a second time again...(hard to find things there sometimes).
"You can disable keys auto-repeat feature with POKE 1344,1. Enable it back with POKE 1344,128."
A side note. While porting my engine to the C64 and VIC20 i used VICE. There is not such behaviour.
|
|
Posted By
KiCHY on 2019-09-10 08:05:26
| Re: [BASIC] Disable key repeat
No such behavior, because C64 and VIC20 do not repeat keys while pressed.
|
|
Posted By
RoePipi on 2019-09-10 12:46:50
| Re: [BASIC] Disable key repeat
Except SPACE, DEL and cursor keys on C64, that I'm sure of. They're repeating all the time.
|
|
Posted By
SVS on 2019-09-12 14:35:47
| Re: [BASIC] Disable key repeat
Try to poke $40 on memory cell $0540 and all the keys repeating should go off
|
|
Posted By
George on 2019-09-13 17:05:14
| Re: [BASIC] Disable key repeat
A short feedback: The POKE 1344,1 works fine with Warp speed in YAPE.
|
|