From 8b8b1aad544f76ac7f155a31991732838729626d Mon Sep 17 00:00:00 2001 From: Wengier Date: Fri, 19 Nov 2021 02:42:40 -0500 Subject: [PATCH] update doc --- CHANGELOG | 5 +++++ README.md | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index a061a7939..56170ddea 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/README.md b/README.md index a5a370a0a..98775a921 100644 --- a/README.md +++ b/README.md @@ -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.