diff --git a/devices/pc8080/machine/vt100/README.md b/devices/pc8080/machine/vt100/README.md
index 4da50c242..1083c0ca7 100644
--- a/devices/pc8080/machine/vt100/README.md
+++ b/devices/pc8080/machine/vt100/README.md
@@ -34,22 +34,30 @@ It always defaults to address 0x2000 for the first line of character data, but e
containing line attributes and the address of the next line, so the location of subsequent lines will vary,
depending on the following line attributes:
-* Single-width characters (80 or 132 columns)
-* Double-width characters (40 or 66 columns)
+- Single-width characters (80 or 132 columns)
+- Double-width characters (40 or 66 columns)
In addition to single vs. double width, line attributes can also specify double height (along with whether the
top half or bottom half of the character should be displayed).
-The VT100 screen displays 800 dots per horizontal scan, and a total of 240 horizontal scans,
-so for optimum scaling, we define our own screen using multiples of those dimensions (currently 1600x480),
-and by default, it uses a 10x10 character cell, so the default display dimensions are 80 columns by 24 rows.
-
In light of the above, the [machine XML file](machine.xml) must set the Video component's *bufferRAM* property
to "true", indicating that existing RAM should be used, and a new property, *bufferFormat* must be set to "vt100",
enabling support for the VT100's line data format; eg:
-