This commit is contained in:
Wayne Warthen
2019-11-27 17:23:19 -08:00
parent 2ebd800482
commit 2e39da65f4
4 changed files with 4 additions and 3 deletions

View File

@@ -30,6 +30,7 @@ Version 2.9.2
- M?T: Support Shift register SPI WIZNET for RC2014 - M?T: Support Shift register SPI WIZNET for RC2014
- PLS: Added seconds register in HBIOS - PLS: Added seconds register in HBIOS
- WBW: More flexible table-driven config in TUNE.COM - WBW: More flexible table-driven config in TUNE.COM
- PLS: Added timer support for Zilog Peripherals ECB Board
Version 2.9.1 Version 2.9.1
------------- -------------

View File

@@ -7,7 +7,7 @@
*********************************************************************** ***********************************************************************
Wayne Warthen (wwarthen@gmail.com) Wayne Warthen (wwarthen@gmail.com)
Version 2.9.2-pre.21, 2019-11-15 Version 2.9.2-pre.22, 2019-11-27
https://www.retrobrewcomputers.org/ https://www.retrobrewcomputers.org/
RomWBW is a ROM-based implementation of CP/M-80 2.2 and Z-System for RomWBW is a ROM-based implementation of CP/M-80 2.2 and Z-System for

View File

@@ -2,4 +2,4 @@
#DEFINE RMN 9 #DEFINE RMN 9
#DEFINE RUP 2 #DEFINE RUP 2
#DEFINE RTP 0 #DEFINE RTP 0
#DEFINE BIOSVER "2.9.2-pre.21" #DEFINE BIOSVER "2.9.2-pre.22"

View File

@@ -2,4 +2,4 @@
#DEFINE RMN 9 #DEFINE RMN 9
#DEFINE RUP 2 #DEFINE RUP 2
#DEFINE RTP 0 #DEFINE RTP 0
#DEFINE BIOSVER "2.9.2-pre.21" #DEFINE BIOSVER "2.9.2-pre.22"