diff --git a/Doc/RomWBW Applications.pdf b/Doc/RomWBW Applications.pdf index cd31985a..88b84919 100644 Binary files a/Doc/RomWBW Applications.pdf and b/Doc/RomWBW Applications.pdf differ diff --git a/Doc/RomWBW Architecture.pdf b/Doc/RomWBW Architecture.pdf index 37499de5..84168f95 100644 Binary files a/Doc/RomWBW Architecture.pdf and b/Doc/RomWBW Architecture.pdf differ diff --git a/Doc/RomWBW Disk Catalog.pdf b/Doc/RomWBW Disk Catalog.pdf index d0605bdb..34fa97e8 100644 Binary files a/Doc/RomWBW Disk Catalog.pdf and b/Doc/RomWBW Disk Catalog.pdf differ diff --git a/Doc/RomWBW Getting Started.pdf b/Doc/RomWBW Getting Started.pdf index 581f0ffc..d147a2a1 100644 Binary files a/Doc/RomWBW Getting Started.pdf and b/Doc/RomWBW Getting Started.pdf differ diff --git a/Source/Doc/Architecture.md b/Source/Doc/Architecture.md index 1d430e74..330d7887 100644 --- a/Source/Doc/Architecture.md +++ b/Source/Doc/Architecture.md @@ -952,7 +952,7 @@ etc.) which is identified by a device type id from the table below. **Type ID** | **Disk Device Type** ----------- | -------------------- -0x00 | DS1322 +0x00 | DS1302 0x10 | BQ4845P 0x20 | SIMH 0x30 | System Periodic Timer diff --git a/Source/ver.inc b/Source/ver.inc index a4c90775..40ef4218 100644 --- a/Source/ver.inc +++ b/Source/ver.inc @@ -2,4 +2,4 @@ #DEFINE RMN 1 #DEFINE RUP 0 #DEFINE RTP 0 -#DEFINE BIOSVER "3.1-pre.15" +#DEFINE BIOSVER "3.1-pre.16" diff --git a/Source/ver.lib b/Source/ver.lib index 63100c36..b1f8589d 100644 --- a/Source/ver.lib +++ b/Source/ver.lib @@ -3,5 +3,5 @@ rmn equ 1 rup equ 0 rtp equ 0 biosver macro - db "3.1-pre.15" + db "3.1-pre.16" endm