diff --git a/docs/pcjs/examples/components.xsl b/docs/pcjs/examples/components.xsl
index a99a51c26..f1d370329 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 f121d8e3f..606c3606e 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 281b2cdf1..988cf4409 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 275beea48..17cbaed99 100644
--- a/versions/pcjs/1.21.2/components.xsl
+++ b/versions/pcjs/1.21.2/components.xsl
@@ -941,7 +941,7 @@
- 7
+ null