@ -37,6 +37,8 @@ Version 2.9.2
- S?G: Added support for BQ4845 RTC (bqrtc.asm)
- PMS: Added 80x30 video mode to VGA3 driver
- PMS: Added 80x43 video mode
- PMS: Added font compression option
- PMS: Added a "safe mode" startup w/ minimal device support
Version 2.9.1
-------------
@ -7,7 +7,7 @@
***********************************************************************
Wayne Warthen (wwarthen@gmail.com)
Version 2.9.2-pre.25, 2020-01-06
Version 2.9.2-pre.26, 2020-01-17
https://www.retrobrewcomputers.org/
RomWBW is a ROM-based implementation of CP/M-80 2.2 and Z-System for
@ -2,4 +2,4 @@
#DEFINE RMN 9
#DEFINE RUP 2
#DEFINE RTP 0
#DEFINE BIOSVER "2.9.2-pre.25"
#DEFINE BIOSVER "2.9.2-pre.26"
@ -3,5 +3,5 @@ rmn equ 9
rup equ 2
rtp equ 0
biosver macro
db "2.9.2-pre.25"
db "2.9.2-pre.26"
endm
@ -19,7 +19,7 @@ To reduce the size of the HBIOS image, fonts can be compressed by using the USEZ
Use the following in your custom configuration to turn on font compression:
USEZLSA2 .SET TRUE
USELZSA2 .SET TRUE
Compressed fonts are created using lzsa utility.