1
0
Fork 0

Restore old delay.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3741
This commit is contained in:
Peter Veenstra 2011-08-15 17:02:29 +00:00
parent aad5643403
commit 817651144b

View file

@ -384,7 +384,7 @@ void KEYBOARD_Init(Section* sec) {
keyb.command=CMD_NONE;
keyb.p60changed=false;
keyb.repeat.key=KBD_NONE;
keyb.repeat.pause=200;
keyb.repeat.pause=500;
keyb.repeat.rate=33;
keyb.repeat.wait=0;
KEYBOARD_ClrBuffer();