Page 3 of 3

Re: Moving to Dragon world

Posted: Wed Aug 14, 2013 1:08 am
by zephyr
retrocanada76 wrote: BTW: on the real tano everything runs faster, see the calixto clock ticking. What could explain that ? I felt the overall system too.
This is caused by the following test added to the start of the Dragon BASIC keyboard routine.

Code: Select all

BBEE 8E0151   LDX   #$0151
BBF1 7FFF02   CLR   $FF02
BBF4 F6FF00   LDB   $FF00
BBF7 CA80     ORB   #$80
BBF9 E184     CMPB  ,X
BBFB 2772     BEQ   $BC6F

Re: Moving to Dragon world

Posted: Wed Aug 14, 2013 10:04 pm
by Alastair
Re. Calixto speed, read the section under the heading "Do you have any interesting stories from your CoCo days?" near the end of this Bob Withers interview. :D

Re: Moving to Dragon world

Posted: Wed Aug 21, 2013 3:07 pm
by zephyr
tormod wrote:
KenH wrote:Could you post a link to your source code?
I wasn't able to find it in the toolshed repo.
thanks
Ken
That's an old, broken link you've got there (thanks Sourceforge for not providing redirection of old locations...). You can search "toolshed" on sourceforge.net then click Code and you'll find: http://sourceforge.net/p/toolshed/code/ ... ee/hdbdos/
I tried downloading the source code from the mercurial with "hg clone http://sourceforge.net/p/toolshed/code/ ... ee/hdbdos/ E:\TOOLSHED" (as instructed here by KenH) but it fails and displays the following message.
abort: 'http://sourceforge.net/p/toolshed/code/ ... ee/hdbdos/' does not appear to be an hg repository:
---%<--- (no content-type)
repoparentpathcommittool_subscribedtarball_urltree
---%<---
!
Using the old URL "hg clone http://toolshed.hg.sourceforge.net/hgwe ... d/toolshed" has always worked perfectly. Why does it fail with the new URL?

Re: Moving to Dragon world

Posted: Wed Aug 21, 2013 3:57 pm
by KenH
Steve ,
For the new repository use

Code: Select all

 hg clone http://hg.code.sf.net/p/toolshed/code
as shown under http access here: http://sourceforge.net/p/toolshed/code/ ... ee/hdbdos/

Re: Moving to Dragon world

Posted: Wed Aug 21, 2013 5:09 pm
by zephyr
Thanks Ken. :D I will take a look at the source code when I get some spare time.