update doc

This commit is contained in:
Wengier
2021-11-19 02:42:40 -05:00
parent 6f7e54b4b4
commit 8b8b1aad54
2 changed files with 9 additions and 4 deletions

View File

@@ -8,6 +8,11 @@
later. (joncampbell123).
- Added Pentium II cputype, to begin development
of such emulation. (joncampbell123)
- Added support for DCGA and Toshiba J-3100 emulation
modes. The J-3100 emulation can be enabled with the
options "dosv=jp" & "j3100=true" in [dosv] section.
There is also DCGA command which can enter DCGA
from other video modes. (nanshiki)
- Added IMGSWAP command to swap disks for drives.
e.g. "IMGSWAP D" to swap C: drive to the next swap
position, and "IMGSWAP A 3" to swap A: drive to

View File

@@ -202,13 +202,13 @@ system to limit what the DOSBox-X executable is allowed to do.
DOSBox-X aims to be a fully-featured DOS emulation package, but there are
some things the design as implemented now cannot accomodate.
* Pentium II or higher CPU level emulation.
* Pentium III or higher CPU level emulation.
DOSBox-X contains code only to emulate the 8088 through the Pentium Pro.
DOSBox-X contains code only to emulate the 8088 through the Pentium II.
Real DOS systems (MS-DOS and compatibles) also work best with these CPUs.
If Pentium II or higher emulation is desired, consider using Bochs
or QEMU instead. DOSBox-X may eventually develop Pentium II emulation,
If Pentium III or higher emulation is desired, consider using Bochs
or QEMU instead. DOSBox-X may eventually develop Pentium III emulation,
if wanted by the DOSBox-X community in general.
* Emulation of PC hardware 2001 or later.