Update INTRO CDROM text
This commit is contained in:
parent
82dcb47b3c
commit
3e3c2c02b4
1 changed files with 10 additions and 12 deletions
|
@ -1657,23 +1657,21 @@ void DOS_SetupPrograms(void) {
|
|||
"You can run programs/files which end with \033[31m.exe .bat\033[0m and \033[31m.com\033[0m.\n"
|
||||
);
|
||||
MSG_Add("PROGRAM_INTRO_CDROM",
|
||||
"\033[2J\033[32;1mHow to mount a Real/Virtual CD-ROM Drive in DOSBox:\033[0m\n"
|
||||
"\033[2J\033[32;1mHow to mount a virtual CD-ROM Drive in DOSBox:\033[0m\n"
|
||||
"DOSBox provides CD-ROM emulation on several levels.\n"
|
||||
"\n"
|
||||
"The \033[33mbasic\033[0m level works on all CD-ROM drives and normal directories.\n"
|
||||
"It installs MSCDEX and marks the files read-only.\n"
|
||||
"Usually this is enough for most games:\n"
|
||||
"\033[34;1mmount d \033[0;31mD:\\\033[34;1m -t cdrom\033[0m or \033[34;1mmount d C:\\example -t cdrom\033[0m\n"
|
||||
"This works on all normal directories, installs MSCDEX and marks the files\n"
|
||||
"read-only. Usually this is enough for most games:\n"
|
||||
"\n"
|
||||
"\033[34;1mmount D C:\\example -t cdrom\033[0m\n"
|
||||
"\n"
|
||||
"If it doesn't work you might have to tell DOSBox the label of the CD-ROM:\n"
|
||||
"\033[34;1mmount d C:\\example -t cdrom -label CDLABEL\033[0m\n"
|
||||
"\n"
|
||||
"The \033[33mnext\033[0m level adds some low-level support.\n"
|
||||
"Therefore only works on CD-ROM drives:\n"
|
||||
"\033[34;1mmount d \033[0;31mD:\\\033[34;1m -t cdrom -usecd \033[33m0\033[0m\n"
|
||||
"\033[34;1mmount D C:\\example -t cdrom -label CDLABEL\033[0m\n"
|
||||
"\n"
|
||||
"Replace \033[0;31mD:\\\033[0m with the location of your CD-ROM.\n"
|
||||
"Replace the \033[33;1m0\033[0m in \033[34;1m-usecd \033[33m0\033[0m with the number reported for your CD-ROM if you type:\n"
|
||||
"\033[34;1mmount -cd\033[0m\n"
|
||||
"Additionally, you can use IMGMOUNT to mount ISO images or CUE files:\n"
|
||||
"\n"
|
||||
"\033[34;1mimgmount D C:\\cd.iso -t cdrom\033[0m\n"
|
||||
);
|
||||
MSG_Add("PROGRAM_INTRO_SPECIAL",
|
||||
"\033[2J\033[32;1mSpecial keys:\033[0m\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue