Browse Source
Merge pull request #6 from wwarthen/master
update to master
pull/61/head
Phillip Stevens
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
4 additions and
3 deletions
-
Doc/ChangeLog.txt
-
ReadMe.txt
-
Source/CBIOS/ver.inc
-
Source/HBIOS/ver.inc
|
|
|
@ -30,6 +30,7 @@ Version 2.9.2 |
|
|
|
- M?T: Support Shift register SPI WIZNET for RC2014 |
|
|
|
- PLS: Added seconds register in HBIOS |
|
|
|
- WBW: More flexible table-driven config in TUNE.COM |
|
|
|
- PLS: Added timer support for Zilog Peripherals ECB Board |
|
|
|
|
|
|
|
Version 2.9.1 |
|
|
|
------------- |
|
|
|
|
|
|
|
@ -7,7 +7,7 @@ |
|
|
|
*********************************************************************** |
|
|
|
|
|
|
|
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/ |
|
|
|
|
|
|
|
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.21" |
|
|
|
#DEFINE BIOSVER "2.9.2-pre.22" |
|
|
|
|
|
|
|
@ -2,4 +2,4 @@ |
|
|
|
#DEFINE RMN 9 |
|
|
|
#DEFINE RUP 2 |
|
|
|
#DEFINE RTP 0 |
|
|
|
#DEFINE BIOSVER "2.9.2-pre.21" |
|
|
|
#DEFINE BIOSVER "2.9.2-pre.22" |
|
|
|
|