Disk BASIC 1.2 with enhanced directory display

Use this forum to submit new files for the download section of the archive. I will check each submission and upload it to the archive on a regular basis.
Post Reply
zephyr
Posts: 1474
Joined: Mon Jul 21, 2008 1:18 am

Disk BASIC 1.2 with enhanced directory display

Post by zephyr »

Here's a copy of Tandy's Disk Extended Color BASIC 1.1 to which I have added an improved version of my superdos-like directory display with pause feature. I have also changed the version number to 1.2 to avoid confusion.


Regards,
Steve

EDIT: Version 2.0 is now available...
Version 2.0 of my enhanced directory display for Disk BASIC 1.1 now supports all (WIDTH 32, 40 and 80) CoCo 3 text modes.

EDIT: Version 2.0 archive updated 10th Jan, 2012
Added a small machine code program to the archive which patches the ROM in RAM on a real CoCo 3 or 64K CoCo 1/2. The program can be transfered to a real CoCo via PC audio output and saved to disk ready to be used whenever the enhanced directory display is needed.

EDIT: Version 2.0 archive updated 11th Jan, 2012
Added a CoCoNet 1.2x compatible version of the above-mentioned machine code program.

EDIT: Version 2.0 archive updated 15th Jan, 2012
Fixed a serious bug in the CoCoNet 1.2x compatible version.


EDIT: Version 2.1 is now available...
Directory no longer pauses when screen is full if there are no more files to display.
Attachments
DISK_BASIC12_v21.zip
(59.49 KiB) Downloaded 224 times
Last edited by zephyr on Mon Feb 13, 2012 12:36 am, edited 12 times in total.
prime
Posts: 267
Joined: Fri Apr 10, 2009 1:40 am

Re: Disk BASIC 1.2 with enhanced directory display

Post by prime »

Did you do this by re-assembling the asm source or by patching the binary ?

Would it be possible to make the source to this patch available ?

Cheers.

Phill.
zephyr
Posts: 1474
Joined: Mon Jul 21, 2008 1:18 am

Re: Disk BASIC 1.2 with enhanced directory display

Post by zephyr »

prime wrote:Did you do this by re-assembling the asm source or by patching the binary ?.
I patched the binary because I don't have any source code that is suitable for re-assembling. I wish i did have the source code for all CoCo and Dragon ROMs . :(
prime wrote:Would it be possible to make the source to this patch available ?
Yes. I have added it to the archive and attached it to my original post.
prime
Posts: 267
Joined: Fri Apr 10, 2009 1:40 am

Re: Disk BASIC 1.2 with enhanced directory display

Post by prime »

zephyr wrote:
prime wrote:Did you do this by re-assembling the asm source or by patching the binary ?.
I patched the binary because I don't have any source code that is suitable for re-assembling. I wish i did have the source code for all CoCo and Dragon ROMs . :(
I have the following if you are interested :

Dragon 32 / 64 combined source, may be assembled to produce any of the 3 roms, D32, D64-rom mode, D64-ram mode.
Dragon Dos
Super Dos (both the original and my port to run on the RS-DOS hardware).
Tandy RS-DOS extracted from the 'unraveled' series and fixed so it assembles.

Simon, would it be ok to upload these to the wiki ?

Cheers.

Phill.
zephyr
Posts: 1474
Joined: Mon Jul 21, 2008 1:18 am

Re: Disk BASIC 1.2 with enhanced directory display

Post by zephyr »

Thanks Phill. I am indeed interested in those. :)
prime
Posts: 267
Joined: Fri Apr 10, 2009 1:40 am

Re: Disk BASIC 1.2 with enhanced directory display

Post by prime »

See attached file.....
Dragon_CoCo_Firmware_Source.zip
Dragon / CoCo firmware source
(2.19 MiB) Downloaded 281 times
Cheers.

Phill.
zephyr
Posts: 1474
Joined: Mon Jul 21, 2008 1:18 am

Re: Disk BASIC 1.2 with enhanced directory display

Post by zephyr »

That's a nice little Christmas gift. Thank You! :D

Regards,
Steve
admin
Site Admin
Posts: 410
Joined: Thu Jul 17, 2008 10:22 pm

Re: Disk BASIC 1.2 with enhanced directory display

Post by admin »

prime wrote:
zephyr wrote:
prime wrote:Did you do this by re-assembling the asm source or by patching the binary ?.
I patched the binary because I don't have any source code that is suitable for re-assembling. I wish i did have the source code for all CoCo and Dragon ROMs . :(
I have the following if you are interested :

Dragon 32 / 64 combined source, may be assembled to produce any of the 3 roms, D32, D64-rom mode, D64-ram mode.
Dragon Dos
Super Dos (both the original and my port to run on the RS-DOS hardware).
Tandy RS-DOS extracted from the 'unraveled' series and fixed so it assembles.

Simon, would it be ok to upload these to the wiki ?

Cheers.

Phill.
Phill - Feel free to create relevant pages and upload these sources - but please also take the credit for the effort you have put in to create them.
Simon Hardy
zephyr
Posts: 1474
Joined: Mon Jul 21, 2008 1:18 am

Re: Disk BASIC 1.2 with enhanced directory display

Post by zephyr »

Version 2.1 released. See my original post for details.
Post Reply