diff --git a/README.md b/README.md index f3162f3..e921fd6 100644 --- a/README.md +++ b/README.md @@ -54,10 +54,10 @@ The following table describes each major file which forms the Rom Filing System: | rfs.asm | User | 2K | 0 | Primary Rom Filing System and MZ700/MZ800 Monitor tools. | | rfs_bank1.asm | User | 2K | 1 | Floppy disk controller functions. | | rfs_bank2.asm | User | 2K | 2 | SD Card controller functions. | -| rfs_bank3.asm | User | 2K | 3 | Memory monitor utilities and help screen functions. | +| rfs_bank3.asm | User | 2K | 3 | Memory monitor utility functions and tape/SD copy utilities. | | rfs_bank4.asm | User | 2K | 4 | CMT functions. | | rfs_bank5.asm | User | 2K | 5 | Unused. | -| rfs_bank6.asm | User | 2K | 6 | Unused. | +| rfs_bank6.asm | User | 2K | 6 | Message printing routines, static messages, ascii conversion and help screen. | | rfs_bank7.asm | User | 2K | 7 | Memory Test utility and 8253 Timer test. | | cbios_bank1.asm | User | 2K | 8 | CPM CBIOS Utilities and Audio functions. | | cbios_bank2.asm | User | 2K | 9 | CPM CBIOS Screen and ANSI Terminal functions. | @@ -122,7 +122,8 @@ some of which original from the MZ700/MZ800 and others are custom. The full set | 8 | n/a | Switch to 80 Character mode if the 40/80 Column display upgrade has been added\. | | B | n/a | Enable/Disable key entry beep\. | | C | n/a | Initialise memory from 0x1200 \- Top of RAM\. | -| D | \
\[\