diff --git a/Doc/RomWBW Applications.pdf b/Doc/RomWBW Applications.pdf index 75c084bc..5a314bdc 100644 Binary files a/Doc/RomWBW Applications.pdf and b/Doc/RomWBW Applications.pdf differ diff --git a/Doc/RomWBW Disk Catalog.pdf b/Doc/RomWBW Disk Catalog.pdf index c45eb45e..9a3dd69b 100644 Binary files a/Doc/RomWBW Disk Catalog.pdf and b/Doc/RomWBW Disk Catalog.pdf differ diff --git a/Doc/RomWBW Errata.pdf b/Doc/RomWBW Errata.pdf index 4b0a29cc..f0d71fd3 100644 Binary files a/Doc/RomWBW Errata.pdf and b/Doc/RomWBW Errata.pdf differ diff --git a/Doc/RomWBW ROM Applications.pdf b/Doc/RomWBW ROM Applications.pdf index 221d26f3..94e8b6fe 100644 Binary files a/Doc/RomWBW ROM Applications.pdf and b/Doc/RomWBW ROM Applications.pdf differ diff --git a/Doc/RomWBW System Guide.pdf b/Doc/RomWBW System Guide.pdf index bc7670ce..7ca987cd 100644 Binary files a/Doc/RomWBW System Guide.pdf and b/Doc/RomWBW System Guide.pdf differ diff --git a/Doc/RomWBW User Guide.pdf b/Doc/RomWBW User Guide.pdf index 97c74b98..3f5224c5 100644 Binary files a/Doc/RomWBW User Guide.pdf and b/Doc/RomWBW User Guide.pdf differ diff --git a/ReadMe.md b/ReadMe.md index 687129af..7595af2c 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -3,7 +3,7 @@ **RomWBW ReadMe** \ Version 3.5 \ Wayne Warthen ([wwarthen@gmail.com](mailto:wwarthen@gmail.com)) \ -13 May 2024 +17 May 2024 # Overview @@ -112,22 +112,22 @@ functionality. Complete instructions for installation and operation of RomWBW are found in the [RomWBW User -Guide](https://github.com/wwarthen/RomWBW/raw/dev/Doc/RomWBW%20User%20Guide.pdf). +Guide](https://github.com/wwarthen/RomWBW/raw/master/Doc/RomWBW%20User%20Guide.pdf). ## Documentation Documentation for RomWBW includes: - [RomWBW User - Guide](https://github.com/wwarthen/RomWBW/raw/dev/Doc/RomWBW%20User%20Guide.pdf) + Guide](https://github.com/wwarthen/RomWBW/raw/master/Doc/RomWBW%20User%20Guide.pdf) - [RomWBW System - Guide](https://github.com/wwarthen/RomWBW/raw/dev/Doc/RomWBW%20System%20Guide.pdf) + Guide](https://github.com/wwarthen/RomWBW/raw/master/Doc/RomWBW%20System%20Guide.pdf) - [RomWBW - Applications](https://github.com/wwarthen/RomWBW/raw/dev/Doc/RomWBW%20Applications.pdf) + Applications](https://github.com/wwarthen/RomWBW/raw/master/Doc/RomWBW%20Applications.pdf) - [RomWBW ROM - Applications](https://github.com/wwarthen/RomWBW/raw/dev/Doc/RomWBW%20ROM%20Applications.pdf) + Applications](https://github.com/wwarthen/RomWBW/raw/master/Doc/RomWBW%20ROM%20Applications.pdf) - [RomWBW - Errata](https://github.com/wwarthen/RomWBW/raw/dev/Doc/RomWBW%20Errata.pdf) + Errata](https://github.com/wwarthen/RomWBW/raw/master/Doc/RomWBW%20Errata.pdf) # Acknowledgments diff --git a/ReadMe.txt b/ReadMe.txt index 7a9945d7..b784b4c0 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -1,6 +1,6 @@ RomWBW ReadMe Wayne Warthen (wwarthen@gmail.com) -13 May 2024 +17 May 2024 diff --git a/Source/Doc/Basic.h b/Source/Doc/Basic.h index 87447530..4ab5106c 100644 --- a/Source/Doc/Basic.h +++ b/Source/Doc/Basic.h @@ -1,6 +1,7 @@ $define{doc_ver}{Version 3.5}$ $define{doc_product}{RomWBW}$ -$define{doc_root}{https://github.com/wwarthen/RomWBW/raw/dev/Doc}$ +$define{file_root}{https://github.com/wwarthen/RomWBW/raw/master}$ +$define{doc_root}{$file_root$/Doc}$ $ifndef{doc_title}$ $define{doc_title}{Document Title}$ $endif$ $ifndef{doc_author}$ $define{doc_author}{Wayne Warthen}$ $endif$ $define{doc_date}{$date{%d %b %Y}$}$ diff --git a/Source/Doc/UserGuide.md b/Source/Doc/UserGuide.md index c54b6e17..d6102efc 100644 --- a/Source/Doc/UserGuide.md +++ b/Source/Doc/UserGuide.md @@ -2628,7 +2628,19 @@ selecting slice 0 of the corresponding hard disk unit at the RomWBW Boot Loader prompt. Do not attempt to use CP/M slices on the same disk. -Refer to the ReadMe.txt file in Source/pSys for more details. +Due to limitations in the p-System configuration mechanism, it does +not recognize the arrow keys of an ANSI Terminal. To work around +this, the following control keys have been defined: + +| Function | Key | +|------------|------------| +| Up | ctrl+E | +| Down | ctrl+X | +| Left | ctrl+S | +| Right | ctrl+D | + +Refer to [Source/pSys/ReadMe.txt]($file_root$/Source/pSys/ReadMe.txt) +for more details about the p-System adaptation. #### Documentation