diff --git a/README b/README index 5a5849d6..22e2195e 100644 --- a/README +++ b/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. diff --git a/src/dos/dos_programs.cpp b/src/dos/dos_programs.cpp index 7d3d3a7b..5f237186 100644 --- a/src/dos/dos_programs.cpp +++ b/src/dos/dos_programs.cpp @@ -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");