diff --git a/Binary/Apps/Tunes/Clean.cmd b/Binary/Apps/Tunes/Clean.cmd index b57e2e0c..3039d346 100644 --- a/Binary/Apps/Tunes/Clean.cmd +++ b/Binary/Apps/Tunes/Clean.cmd @@ -2,3 +2,4 @@ setlocal if exist *.pt? del *.pt? +if exist *.mym del *.mym diff --git a/Binary/Apps/Tunes/Demo.mym b/Binary/Apps/Tunes/Demo.mym deleted file mode 100644 index 255fc160..00000000 Binary files a/Binary/Apps/Tunes/Demo.mym and /dev/null differ diff --git a/Binary/Apps/Tunes/Demo1.mym b/Binary/Apps/Tunes/Demo1.mym deleted file mode 100644 index b224f321..00000000 Binary files a/Binary/Apps/Tunes/Demo1.mym and /dev/null differ diff --git a/Binary/Apps/Tunes/Demo3.mym b/Binary/Apps/Tunes/Demo3.mym deleted file mode 100644 index 808db891..00000000 Binary files a/Binary/Apps/Tunes/Demo3.mym and /dev/null differ diff --git a/Binary/Apps/Tunes/Demo3mix.mym b/Binary/Apps/Tunes/Demo3mix.mym deleted file mode 100644 index b5981848..00000000 Binary files a/Binary/Apps/Tunes/Demo3mix.mym and /dev/null differ diff --git a/Binary/Apps/Tunes/Demo4.mym b/Binary/Apps/Tunes/Demo4.mym deleted file mode 100644 index ed2e8a85..00000000 Binary files a/Binary/Apps/Tunes/Demo4.mym and /dev/null differ diff --git a/ReadMe.txt b/ReadMe.txt index 0a010634..23a2c9b8 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -7,7 +7,7 @@ *********************************************************************** Wayne Warthen (wwarthen@gmail.com) -Version 2.9.2-pre.14, 2019-10-05 +Version 2.9.2-pre.15, 2019-10-08 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/FAT/FAT.COM b/Source/Apps/FAT/FAT.COM index 4bd4cc70..4568817c 100644 Binary files a/Source/Apps/FAT/FAT.COM and b/Source/Apps/FAT/FAT.COM differ diff --git a/Source/Apps/FAT/ReadMe.txt b/Source/Apps/FAT/ReadMe.txt index e3c60813..844bc673 100644 --- a/Source/Apps/FAT/ReadMe.txt +++ b/Source/Apps/FAT/ReadMe.txt @@ -1,7 +1,7 @@ RomWBW HBIOS CP/M FAT Utility ("FAT.COM") Author: Wayne Warthen -Updated: 8-May-2019 +Updated: 8-Oct-2019 Application to manipulate and exchange files with a FAT (DOS) filesystem. Runs on any HBIOS hosted CP/M implementation. @@ -92,3 +92,4 @@ HISTORY: 2-May-2019: v0.9 initial release (beta) 7-May-2019: v0.9.1 added REN and DEL (beta) 8-May-2019: v0.9.2 handle file collisions w/ user prompt (beta) + 8-Oct-2019: v0.9.3 fixed incorrect filename buffer size (MAX_FN) diff --git a/Source/CBIOS/ver.inc b/Source/CBIOS/ver.inc index 40f89d35..b98760fe 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.14" +#DEFINE BIOSVER "2.9.2-pre.15 " diff --git a/Source/HBIOS/ver.inc b/Source/HBIOS/ver.inc index 40f89d35..6ef827c1 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.14" +#DEFINE BIOSVER "2.9.2-pre.15" diff --git a/Source/Images/fd0/u0/FAT.COM b/Source/Images/fd0/u0/FAT.COM index 4bd4cc70..4568817c 100644 Binary files a/Source/Images/fd0/u0/FAT.COM and b/Source/Images/fd0/u0/FAT.COM differ diff --git a/Source/Images/fd1/u0/FAT.COM b/Source/Images/fd1/u0/FAT.COM index 4bd4cc70..4568817c 100644 Binary files a/Source/Images/fd1/u0/FAT.COM and b/Source/Images/fd1/u0/FAT.COM differ diff --git a/Source/Images/hd0/s0/u0/FAT.COM b/Source/Images/hd0/s0/u0/FAT.COM index 4bd4cc70..4568817c 100644 Binary files a/Source/Images/hd0/s0/u0/FAT.COM and b/Source/Images/hd0/s0/u0/FAT.COM differ diff --git a/Source/RomDsk/ROM_1024KB/FAT.COM b/Source/RomDsk/ROM_1024KB/FAT.COM index 4bd4cc70..4568817c 100644 Binary files a/Source/RomDsk/ROM_1024KB/FAT.COM and b/Source/RomDsk/ROM_1024KB/FAT.COM differ