From c165def6273d956907f8148f73ecb809e9b65981 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Fri, 18 Mar 2016 16:04:17 -0700 Subject: [PATCH] Change default video mode indicator --- docs/pcjs/examples/components.xsl | 2 +- modules/pcjs/lib/video.js | 2 +- modules/pcjs/templates/components.xsl | 2 +- versions/pcjs/1.21.2/components.xsl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/pcjs/examples/components.xsl b/docs/pcjs/examples/components.xsl index a99a51c260..f1d370329c 100644 --- a/docs/pcjs/examples/components.xsl +++ b/docs/pcjs/examples/components.xsl @@ -941,7 +941,7 @@ - 7 + null diff --git a/modules/pcjs/lib/video.js b/modules/pcjs/lib/video.js index f121d8e3ff..606c3606e7 100644 --- a/modules/pcjs/lib/video.js +++ b/modules/pcjs/lib/video.js @@ -51,7 +51,7 @@ if (NODE) { * The Video component can be configured with the following (parmsVideo) properties: * * model: model (eg, "mda" for Monochrome Display Adapter) - * mode: mode number (hardware-specific, 7 is the default) + * mode: initial video mode (default is null, which selects a mode based on model) * memory: amount of installed memory (ignored for MDA/CGA) * screenWidth: width of the screen canvas, in pixels * screenHeight: height of the screen canvas, in pixels diff --git a/modules/pcjs/templates/components.xsl b/modules/pcjs/templates/components.xsl index 281b2cdf1a..988cf44090 100644 --- a/modules/pcjs/templates/components.xsl +++ b/modules/pcjs/templates/components.xsl @@ -943,7 +943,7 @@ - 7 + null diff --git a/versions/pcjs/1.21.2/components.xsl b/versions/pcjs/1.21.2/components.xsl index 275beea483..17cbaed993 100644 --- a/versions/pcjs/1.21.2/components.xsl +++ b/versions/pcjs/1.21.2/components.xsl @@ -941,7 +941,7 @@ - 7 + null