diff --git a/Doc/RomWBW Applications.pdf b/Doc/RomWBW Applications.pdf index ffde712f..589e9ab7 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 2ab9d6f7..113715b5 100644 Binary files a/Doc/RomWBW Disk Catalog.pdf and b/Doc/RomWBW Disk Catalog.pdf differ diff --git a/Doc/RomWBW Hardware.pdf b/Doc/RomWBW Hardware.pdf index 492592f2..47012b2f 100644 Binary files a/Doc/RomWBW Hardware.pdf and b/Doc/RomWBW Hardware.pdf differ diff --git a/Doc/RomWBW Introduction.pdf b/Doc/RomWBW Introduction.pdf index cf6c8146..8c7a2ec8 100644 Binary files a/Doc/RomWBW Introduction.pdf and b/Doc/RomWBW Introduction.pdf differ diff --git a/Doc/RomWBW System Guide.pdf b/Doc/RomWBW System Guide.pdf index d51d2edc..20c04a78 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 e69b49b3..9be352a1 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 a9a8ffa9..1eb673b8 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -7,7 +7,7 @@ **RomWBW Introduction** \ Version 3.6 \ Wayne Warthen ([wwarthen@gmail.com](mailto:wwarthen@gmail.com)) \ -07 Jun 2025 +08 Jun 2025 # Overview diff --git a/ReadMe.txt b/ReadMe.txt index 11467777..5adcae8f 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -1,6 +1,6 @@ RomWBW Introduction Wayne Warthen (wwarthen@gmail.com) -07 Jun 2025 +08 Jun 2025 diff --git a/Source/Doc/Catalog.md b/Source/Doc/Catalog.md index 8b5ec975..63f7bda4 100644 --- a/Source/Doc/Catalog.md +++ b/Source/Doc/Catalog.md @@ -1209,7 +1209,7 @@ The enhanced files are: - `CPP.COM` - `OPTIM.COM` - `P1.COM` -- `ZAS.COM` (replaced with Z80AS) +- `ZAS.COM` A thread discussing this enhanced version of HI-TECH C is found at . diff --git a/Source/Fonts/fonts.txt b/Source/Fonts/fonts.txt index 09f8bdae..4c7add63 100644 --- a/Source/Fonts/fonts.txt +++ b/Source/Fonts/fonts.txt @@ -20,7 +20,7 @@ There are multiple fonts associated with ROMWBW supported hardware: Name Glyph Cell Size Comp Board & Display Mode ------------------------------------------------------------------------------------------------ -font8x8 7x8 8x8 2048 1034 ECB-SCG, ECB-VGA3 (80x60), MBC-VDP +font8x8 6x8 8x8 2048 1034 ECB-SCG, ECB-VGA3 (80x60), MBC-VDP font8x11 8x11 8x11 2816 1252 ECB-VGA3 (80x43) font8x16 8x14 8x16 4096 1466 ECB-CVDU (EGA), ECB-VGA3 (80x24, 80x25, 80x30), MBC-VDC (EGA) fontcga 8x8 8x16 4096 1280 ECB-CVDU (CGA), MBC-VDC (CGA) diff --git a/Source/Images/d_hitechc/Readme.txt b/Source/Images/d_hitechc/Readme.txt index 3ed225bb..7bee650d 100644 --- a/Source/Images/d_hitechc/Readme.txt +++ b/Source/Images/d_hitechc/Readme.txt @@ -1,10 +1,10 @@ ===== HI-TECH Z80 CP/M C compiler V3.09-17 ===== -The HI-TECH C Compiler is a set of software which -translates programs written in the C language to executable -machine code programs. Versions are available which compile -programs for operation under the host operating system, or -which produce programs for execution in embedded systems +The HI-TECH C Compiler is a set of software which +translates programs written in the C language to executable +machine code programs. Versions are available which compile +programs for operation under the host operating system, or +which produce programs for execution in embedded systems without an operating system. This is the Jun 2, 2025 update 19 released by Tony Nicholson who currently @@ -33,7 +33,7 @@ which were enhanced by Ladislau Szilagyi from his GitHub Repository at https://github.com/Laci1953/HiTech-C-compiler-enhanced. The files take advantage of additional banked memory using the RomWBW HBIOS API. As such, they require RomWBW to operate. They should be compatible with -all CP/M and compatible operations systems provided in RomWBW. +all CP/M and compatible operating systems provided in RomWBW. The enhanced files are: @@ -41,7 +41,7 @@ The enhanced files are: - CPP.COM - OPTIM.COM - P1.COM -- ZAS.COM (replaced with Z80AS) +- ZAS.COM A thread discussing this enhanced version of HI-TECH C is found at https://groups.google.com/g/rc2014-z80/c/sBCCIpOnnGg. diff --git a/Source/Images/d_hitechc/u1/ZAS.COM b/Source/Images/d_hitechc/u1/ZAS.COM index e60b04ce..57d82a81 100644 Binary files a/Source/Images/d_hitechc/u1/ZAS.COM and b/Source/Images/d_hitechc/u1/ZAS.COM differ