diff --git a/Doc/FDU.txt b/Doc/FDU.txt index 9cf3a9fc..d67fe1fe 100644 --- a/Doc/FDU.txt +++ b/Doc/FDU.txt @@ -96,8 +96,8 @@ Finally, you will need a floppy drive connected via an appropriate cable: Disk IO - no twist in cable, drive unit 0/1 must be selected by jumper on drive -DISK IO 3, Zeta, Zeta 2, RC2014 - cable with twist, unit 0 after twist, unit 1 before twist -DIDE, N8, Mark IV, SmallZ80, Dyno - cable with twist, unit 0 before twist, unit 1 after twist +DISK IO 3, Zeta, Zeta 2, RC2014, Dyno - cable with twist, unit 0 after twist, unit 1 before twist +DIDE, N8, Mark IV, SmallZ80 - cable with twist, unit 0 before twist, unit 1 after twist Note that FDU does not utilize your systems ROM or OS to access the floppy system. FDU interacts directly with diff --git a/ReadMe.txt b/ReadMe.txt index 87088ae2..ce7088c4 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -7,7 +7,7 @@ *********************************************************************** Wayne Warthen (wwarthen@gmail.com) -Version 2.9.2-pre.24, 2020-01-05 +Version 2.9.2-pre.25, 2020-01-06 https://www.retrobrewcomputers.org/ RomWBW is a ROM-based implementation of CP/M-80 2.2 and Z-System for diff --git a/Source/Apps/FDU/FDU.txt b/Source/Apps/FDU/FDU.txt index 9cf3a9fc..d67fe1fe 100644 --- a/Source/Apps/FDU/FDU.txt +++ b/Source/Apps/FDU/FDU.txt @@ -96,8 +96,8 @@ Finally, you will need a floppy drive connected via an appropriate cable: Disk IO - no twist in cable, drive unit 0/1 must be selected by jumper on drive -DISK IO 3, Zeta, Zeta 2, RC2014 - cable with twist, unit 0 after twist, unit 1 before twist -DIDE, N8, Mark IV, SmallZ80, Dyno - cable with twist, unit 0 before twist, unit 1 after twist +DISK IO 3, Zeta, Zeta 2, RC2014, Dyno - cable with twist, unit 0 after twist, unit 1 before twist +DIDE, N8, Mark IV, SmallZ80 - cable with twist, unit 0 before twist, unit 1 after twist Note that FDU does not utilize your systems ROM or OS to access the floppy system. FDU interacts directly with diff --git a/Source/CBIOS/ver.inc b/Source/CBIOS/ver.inc index 1f853171..ed96d795 100644 --- a/Source/CBIOS/ver.inc +++ b/Source/CBIOS/ver.inc @@ -2,4 +2,4 @@ #DEFINE RMN 9 #DEFINE RUP 2 #DEFINE RTP 0 -#DEFINE BIOSVER "2.9.2-pre.24" +#DEFINE BIOSVER "2.9.2-pre.25" diff --git a/Source/CPM3/ver.inc b/Source/CPM3/ver.inc index 03cd4f74..6fea63ae 100644 --- a/Source/CPM3/ver.inc +++ b/Source/CPM3/ver.inc @@ -3,5 +3,5 @@ rmn equ 9 rup equ 2 rtp equ 0 biosver macro - db "2.9.2-pre.24" + db "2.9.2-pre.25" endm diff --git a/Source/HBIOS/Config/DYNO_wbw.asm b/Source/HBIOS/Config/DYNO_wbw.asm deleted file mode 100644 index 6443b391..00000000 --- a/Source/HBIOS/Config/DYNO_wbw.asm +++ /dev/null @@ -1,5 +0,0 @@ -#DEFINE PLATFORM_NAME "DYNO (wbw)" -; -#include "cfg_dyno.asm" -; -FDENABLE .SET TRUE ; FD: ENABLE FLOPPY DISK DRIVER (FD.ASM) diff --git a/Source/HBIOS/ver.inc b/Source/HBIOS/ver.inc index 1f853171..ed96d795 100644 --- a/Source/HBIOS/ver.inc +++ b/Source/HBIOS/ver.inc @@ -2,4 +2,4 @@ #DEFINE RMN 9 #DEFINE RUP 2 #DEFINE RTP 0 -#DEFINE BIOSVER "2.9.2-pre.24" +#DEFINE BIOSVER "2.9.2-pre.25"