Dragon User Programs
Dragon User Programs
Found an old box of tapes in the loft with some programs I typed in from Dragon User when I was a kid.
- Attachments
-
- Autorun (1984)(Brian Cadge DU_7_84).zip
- (11.88 KiB) Downloaded 1216 times
-
- Chess (1984)(David Newby DU_2_84).zip
- (59.53 KiB) Downloaded 1226 times
-
- Corewars (1986)(Ziv Eliraz DU_9_86).zip
- (77.71 KiB) Downloaded 1249 times
-
- EasyEdit (1984)(Russell Stather DU_9_84).zip
- (10.73 KiB) Downloaded 1283 times
-
- Expert (1986)(Peter Whittaker DU_4_86).zip
- (58.86 KiB) Downloaded 1271 times
-
- Grand Prix (1984)(Brian Cadge DU_6_84).zip
- (16.44 KiB) Downloaded 1015 times
-
- Mode24 (1986)(Paul Wicks DU_10_86).zip
- (64.01 KiB) Downloaded 1367 times
-
- Window (1985)(Brian Cadge DU_7_85).zip
- (17.03 KiB) Downloaded 1049 times
-
- Writer (1985)(Phil Brooks DU_5_85).zip
- (99.44 KiB) Downloaded 1027 times
-
- Zippy (1985)(Brian Hinson DU_10_85).zip
- (106.41 KiB) Downloaded 990 times
Stew
Re: Dragon User Programs
Hi Stewart,
thanks a lot for sharing!
cheers!
pere
thanks a lot for sharing!
cheers!
pere
Re: Dragon User Programs
Cool 
I remember being taken with how the Expert System program worked.
Writer's not what I was expecting - I think I typed in a later hi-res thing called 64-COL (which I then patched up the wazoo to make it sit in high RAM, locate the video screen there, etc.)

I remember being taken with how the Expert System program worked.
Writer's not what I was expecting - I think I typed in a later hi-res thing called 64-COL (which I then patched up the wazoo to make it sit in high RAM, locate the video screen there, etc.)
Re: Dragon User Programs
Ah yes, I remember that. (Dec 1987). I typed in a lot of stuff but I've no idea what happened to it all. Perhaps one day when I'm too old to come up with new stuff I'll have a go at OCR'ing some old favourites.
btw I should have said thanks for your DU bibtex: it makes very short work of tracking down articles

Stew
Re: Dragon User Programs
I had the original program typed in, so this morning I quickly transcribed the article and the - incredibly bug-ridden - character editor listing: http://www.6809.org.uk/file/dragon/utilities/
Cheers! I'm finding it quite useful myselfbtw I should have said thanks for your DU bibtex: it makes very short work of tracking down articles![]()

Re: Dragon User Programs
crikey you type faster than I can read

heh the character editor could certainly use some tlc. The end of the program seems to have been lost by Dragon User, could just be a missing RETURN statement, but as you say, that's not the only problem

Brings back happy memories of playing around with these programs.
Stew
Re: Dragon User Programs
Thanks for the uploads, Stewart.
I have modified Brian Cadge's original "Dragon User BASIC Autorun" program to make it compatible with the CoCo and Dragon 64 (64K mode BASIC).
All three versions (32/64K CoCo, Dragon 32/64 - 32K mode, and Dragon 64 - 64K mode) are included, along with the original Dragon 32 Brian Cadge version from the July, 1984 issue of Dragon User magazine.
This was done in response to a post by Pere Serrat (pser1) which I came across recently while reading through some of the posts in the Hints and Tips section of the forums. viewtopic.php?f=8&t=11077
I have modified Brian Cadge's original "Dragon User BASIC Autorun" program to make it compatible with the CoCo and Dragon 64 (64K mode BASIC).
All three versions (32/64K CoCo, Dragon 32/64 - 32K mode, and Dragon 64 - 64K mode) are included, along with the original Dragon 32 Brian Cadge version from the July, 1984 issue of Dragon User magazine.
This was done in response to a post by Pere Serrat (pser1) which I came across recently while reading through some of the posts in the Hints and Tips section of the forums. viewtopic.php?f=8&t=11077
- Attachments
-
- Autorun (1984)(Brian Cadge DU_7_84)(CoCo & D64 Ports By Steve Evans).zip
- (26.21 KiB) Downloaded 1023 times
Re: Dragon User Programs
I recall we got quite a lot of correspondence about the "WINDOWS" code - some nice comments, quite a few pointing out that it sometimes crashed on startup (due to a typo bug - we eventually printed a correction in Dragon Answers about a year later!) but mainly asking how to get it to work when a DOS cartridge was installed (the program used the same Basic extension stub as DOS so wiped out its commands & functions). I did write a "v.2.0" which would work with or without DOS by using the third Basic extension stub (yes, that was a thing!) but it wasn't a simple patch and we didn't really want to use a precious page or two of the magazine to repeat what was, basically, the same extension so it never saw the light of day.
Kudos to Stewart for having the patience back then to type all that hex for the Grand Prix game! Game programming wasn't really my thing (you can probably tell that from the game) - most of the stuff I wrote for Sunshine (or was asked to write) was intended to demonstrated how stuff could be done so it was always a bit annoying when we didn't have room to publish the source code alongside Basic loaders.
I'll try and dig out the source code for v.2 of Windows together with any other bits I can find that missed out due to space and upload it here - only 40 years too late!
Brian C
Kudos to Stewart for having the patience back then to type all that hex for the Grand Prix game! Game programming wasn't really my thing (you can probably tell that from the game) - most of the stuff I wrote for Sunshine (or was asked to write) was intended to demonstrated how stuff could be done so it was always a bit annoying when we didn't have room to publish the source code alongside Basic loaders.
I'll try and dig out the source code for v.2 of Windows together with any other bits I can find that missed out due to space and upload it here - only 40 years too late!
Brian C
Re: Dragon User Programs
It's never too late! 

Re: Dragon User Programs
Welcome back, Mr. C. Dragon Answers was often a good poke in the right direction, even if there wasn’t the space for much detail.