Browse Source

Finalize v2.9.1-pre.13

pull/31/head
Wayne Warthen 7 years ago
parent
commit
040337eaf4
  1. 1
      Doc/ChangeLog.txt
  2. 2
      ReadMe.txt
  3. 2
      Source/CBIOS/ver.inc
  4. 2
      Source/HBIOS/ver.inc

1
Doc/ChangeLog.txt

@ -25,6 +25,7 @@ Version 2.9.1
- S?K: Initial support for Easy Z80 - S?K: Initial support for Easy Z80
- PMS: Enhance VDU driver to support alternative screen dimensions - PMS: Enhance VDU driver to support alternative screen dimensions
- WBW: DDT and DDTZ modified to use RST 30 instead of RST 38 to avoid conflicts with IM 1 interrupts - WBW: DDT and DDTZ modified to use RST 30 instead of RST 38 to avoid conflicts with IM 1 interrupts
- WBW: Support LBA style access in floppy driver
Version 2.9.0 Version 2.9.0
------------- -------------

2
ReadMe.txt

@ -7,7 +7,7 @@
*********************************************************************** ***********************************************************************
Wayne Warthen (wwarthen@gmail.com) Wayne Warthen (wwarthen@gmail.com)
Version 2.9.1-pre.12, 2019-03-15
Version 2.9.1-pre.13, 2019-05-08
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

2
Source/CBIOS/ver.inc

@ -2,4 +2,4 @@
#DEFINE RMN 9 #DEFINE RMN 9
#DEFINE RUP 1 #DEFINE RUP 1
#DEFINE RTP 0 #DEFINE RTP 0
#DEFINE BIOSVER "2.9.1-pre.12"
#DEFINE BIOSVER "2.9.1-pre.13"

2
Source/HBIOS/ver.inc

@ -2,4 +2,4 @@
#DEFINE RMN 9 #DEFINE RMN 9
#DEFINE RUP 1 #DEFINE RUP 1
#DEFINE RTP 0 #DEFINE RTP 0
#DEFINE BIOSVER "2.9.1-pre.12"
#DEFINE BIOSVER "2.9.1-pre.13"

Loading…
Cancel
Save