Skip to content

Commit 8fae979

Browse files
committed
Readme changes
1 parent a52c9df commit 8fae979

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ To compile the code, use MADS and configure various command-line settings:
4141
- selection of disk format: SD_ONE_SIDE, SD_TWO_SIDE, ED_ONE_SIDE, DD_ONE_SIDE, LONG_MEDIA
4242
- selection of Z-Machine: ZVER=X, where X is 3, 4, 5, 7, 8
4343
- selection of video mode: VIDEO=X, where X could be
44-
- 1 = built in 40 column mode
45-
- 2 = VBXE mode
46-
- 3 = software 80 column mode
47-
- 4 = software 64 column mode
44+
- 1 = hardware 40 column mode (fast, low memory requirements)
45+
- 2 = VBXE mode (fast, low memory requirements, best for Z4+ games)
46+
- 3 = software 80 column mode (medium speed, high memory requirements)
47+
- 4 = software 64 column mode (medium speed, high memory requirements)
4848
- selection of memory accesses: EXTMEM=X (0 for 48KB base memory, 1 for 130XE compatible extended memory)
4949
- selection of size of stack: LARGE_STACK=X, where 0 means using 2 pages (256 words) stack, 1 means 8
5050
pages (1024 words) stack. Large stack is recommended for Z4+ games.

0 commit comments

Comments
 (0)