Clarify alt-f12 a bit.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3580
This commit is contained in:
parent
f3c1902dab
commit
ec873a5445
2 changed files with 3 additions and 3 deletions
4
README
4
README
|
@ -1,4 +1,4 @@
|
|||
DOSBox v0.73
|
||||
DOSBox v0.74
|
||||
|
||||
|
||||
=====
|
||||
|
@ -894,7 +894,7 @@ CTRL-F9 Kill DOSBox.
|
|||
CTRL-F10 Capture/Release the mouse.
|
||||
CTRL-F11 Slow down emulation (Decrease DOSBox Cycles).
|
||||
CTRL-F12 Speed up emulation (Increase DOSBox Cycles).
|
||||
ALT-F12 Unlock speed (turbo button).
|
||||
ALT-F12 Unlock speed (turbo button/fast forward).
|
||||
|
||||
(NOTE: Once you increase your DOSBox cycles beyond your computer's maximum
|
||||
capacity, it will produce the same effect as slowing down the emulation.
|
||||
|
|
|
@ -1478,7 +1478,7 @@ void DOS_SetupPrograms(void) {
|
|||
"\033[33;1mCTRL-F10\033[0m : Capture/Release the mouse.\n"
|
||||
"\033[33;1mCTRL-F11\033[0m : Slow down emulation (Decrease DOSBox Cycles).\n"
|
||||
"\033[33;1mCTRL-F12\033[0m : Speed up emulation (Increase DOSBox Cycles).\n"
|
||||
"\033[33;1mALT-F12\033[0m : Unlock speed (turbo button).\n"
|
||||
"\033[33;1mALT-F12\033[0m : Unlock speed (turbo button/fast forward).\n"
|
||||
);
|
||||
MSG_Add("PROGRAM_BOOT_NOT_EXIST","Bootdisk file does not exist. Failing.\n");
|
||||
MSG_Add("PROGRAM_BOOT_NOT_OPEN","Cannot open bootdisk file. Failing.\n");
|
||||
|
|
Loading…
Add table
Reference in a new issue