From 4c8185172780c3429c57b8468a32b41eedcd678a Mon Sep 17 00:00:00 2001 From: wayne Date: Mon, 1 Apr 2013 01:00:11 +0000 Subject: [PATCH] Reintegrate wbw -> trunk --- Doc/ChangeLog.txt | 2 ++ ReadMe.txt | 4 ++-- RomList.txt | 14 ++++++++++++++ Source/ver.inc | 4 ++-- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/Doc/ChangeLog.txt b/Doc/ChangeLog.txt index 09b3c8bc..1602e5c0 100644 --- a/Doc/ChangeLog.txt +++ b/Doc/ChangeLog.txt @@ -10,6 +10,8 @@ Version 2.5 - WBW: Fixed debug monitor (I, O, and H commands corrected) - WBW: Added support for SCSI2IDE (SD Card driver primarily) - WBW: Revised System Architecture document +- WBW: Added support for Dual SD board (preliminary) +- WBW: Overhaul of SD driver (sd.asm) to clean up the conditionals Version 2.1.1 ------------- diff --git a/ReadMe.txt b/ReadMe.txt index ffc207bf..e2cb26b5 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -8,8 +8,8 @@ Builders: Wayne Warthen (wwarthen@gmail.com) Douglas Goodall (douglas_goodall@mac.com) David Giles (vk5dg@internode.on.net) -Updated: 2012-08-28 -Version: 2.1.1 +Updated: 2013-03-31 +Version: 2.5 Beta This is an adaptation of CP/M-80 2.2 and ZSDOS/ZCPR targeting ROMs for all N8VEM Z80 hardware variations diff --git a/RomList.txt b/RomList.txt index c8aac1e5..35a2a012 100644 --- a/RomList.txt +++ b/RomList.txt @@ -67,6 +67,13 @@ DRI CP/M (BDOS & CCP) - PPISD support - Drives A:=ROM, B:=RAM, C:=SD0-00, D:=SD0-01, E:=SD0-02, F:=SD0-03 + N8VEM_dsd.rom for N8VEM Z80 SBC V1/V2 + Dual SD: + - 512KB ROM, 512KB RAM + - 38.4KB serial console baud rate + - Basic ROM/RAM disk + - Dual SD support + - Drives A:=ROM, B:=RAM, C:=SD0-00, D:=SD0-01, E:=SD0-02, F:=SD0-03 + N8VEM_propio.rom for N8VEM Z80 SBC V1/V2 + PROPIO: - 512KB ROM, 512KB RAM - 38.4KB serial console baud rate @@ -183,6 +190,13 @@ ZSYSTEM (ZSDOS & ZCPR) - PPISD support - Drives A:=ROM, B:=RAM, C:=SD0-00, D:=SD0-01, E:=SD0-02, F:=SD0-03 + N8VEM_dsd_z.rom for N8VEM Z80 SBC V1/V2 + Dual SD: + - 512KB ROM, 512KB RAM + - 38.4KB serial console baud rate + - Basic ROM/RAM disk + - Dual SD support + - Drives A:=ROM, B:=RAM, C:=SD0-00, D:=SD0-01, E:=SD0-02, F:=SD0-03 + N8VEM_propio_z.rom for N8VEM Z80 SBC V1/V2 + PROPIO: - 512KB ROM, 512KB RAM - 38.4KB serial console baud rate diff --git a/Source/ver.inc b/Source/ver.inc index 0d281b7e..731c18d8 100644 --- a/Source/ver.inc +++ b/Source/ver.inc @@ -2,5 +2,5 @@ #DEFINE RMN 5 #DEFINE RUP 0 #DEFINE RTP 1 -#DEFINE BIOSVER "2.5 - Prerelease" -#DEFINE REVISION 248 +#DEFINE BIOSVER "2.5 - Beta 1" +#DEFINE REVISION 412