Search found 1474 matches

by zephyr
Wed Feb 02, 2011 11:20 pm
Forum: Hints and Tips
Topic: Programming for the Dragon
Replies: 10
Views: 8575

Re: Programming for the Dragon

daftspaniel wrote: It's early days but I am putting together some BASIC resources at http://www.dragon32.com/. Hopefully moving into beginners machine code eventually.
Nice! 8-)

BTW, "Mode 24" by Paul Wicks was published in the October 1986 issue of Dragon User, Pages 20 - 24.
by zephyr
Wed Feb 02, 2011 11:10 pm
Forum: Hints and Tips
Topic: Programming for the Dragon
Replies: 10
Views: 8575

Re: Programming for the Dragon

GCC6809 is the only C cross compiler that I'm aware of.

http://www.oddchange.com/gcc6809/
by zephyr
Wed Feb 02, 2011 2:57 pm
Forum: Dragon General
Topic: What joystick..?
Replies: 12
Views: 7116

Re: What joystick..?

If it runs the two test programs without crashing, you have nothing to worry about. That is the poke which is often used to speed up BASIC programs. (a) Which these four Motherboards is installed in your Dragon. http://archive.worldofdragon.org/index.php?title=Motherboard_Pictures (b) Is XL2 marked ...
by zephyr
Mon Jan 31, 2011 11:08 pm
Forum: Uploads
Topic: Benchmark v1.0 for Dragon 32/64 and Tandy CoCo
Replies: 11
Views: 7868

Re: Benchmark v1.0 for Dragon 32/64 and Tandy CoCo

Yes, I would like to see the results. How many Dragon 32's does he own?
by zephyr
Mon Jan 31, 2011 11:03 pm
Forum: Dragon General
Topic: What joystick..?
Replies: 12
Views: 7116

Re: What joystick..?

Thanks for testing. Does it crash when running any of following BASIC programs.

Code: Select all

10 POKE65495,0
20 FOR I = 1 TO 1000
30 PRINT"QWERTY"
40 NEXT
50 POKE 65494,0

Code: Select all

10 POKE65495,0
20 FOR I = 1 TO 20
30 PLAY"CD"
40 NEXT
50 POKE 65494,0
by zephyr
Mon Jan 31, 2011 9:35 pm
Forum: Uploads
Topic: Benchmark v1.0 for Dragon 32/64 and Tandy CoCo
Replies: 11
Views: 7868

Re: Benchmark v1.0 for Dragon 32/64 and Tandy CoCo

Nice pics of the screen at double speed though! :)

How many Dragon's do you own?
by zephyr
Mon Jan 31, 2011 11:59 am
Forum: Dragon General
Topic: What joystick..?
Replies: 12
Views: 7116

Re: What joystick..?

Did your Dragon run without problems at double speed?
by zephyr
Mon Jan 31, 2011 11:57 am
Forum: Uploads
Topic: Benchmark v1.0 for Dragon 32/64 and Tandy CoCo
Replies: 11
Views: 7868

Re: Benchmark v1.0 for Dragon 32/64 and Tandy CoCo

I did the double speed benchmark like this:

(1) POKE65497,0:EXEC:POKE65496,0
(2) PRESS "A" <ENTER>
(3) Wait about 20 seconds, then hold down Break
by zephyr
Sun Jan 30, 2011 4:42 pm
Forum: Uploads
Topic: Benchmark v1.0 for Dragon 32/64 and Tandy CoCo
Replies: 11
Views: 7868

Re: Benchmark v1.0 for Dragon 32/64 and Tandy CoCo

Here are some results from the same Dragon32's using Sock Master's BASIC benchmark . Line 20 was changed from "IFTIMER<60" to "IFTIMER<50" for the UK Dragon 50Hz timer. Normal speed: 10 A=0:TIMER=0 20 IFTIMER<50THENA=A+1:GOTO20 30 PRINTA:RUN Double speed : 5 POKE65497,0 10 A=0:TIMER=0 20 IFTIMER<50T...
by zephyr
Sun Jan 30, 2011 4:18 pm
Forum: Uploads
Topic: Benchmark v1.0 for Dragon 32/64 and Tandy CoCo
Replies: 11
Views: 7868

Re: Benchmark v1.0 for Dragon 32/64 and Tandy CoCo

Here are some benchmark results from two of my Dragon 32's. Dragon 32 with standard Motorola 6809E processor Normal speed CPU: 6947 R/W: 5496 Double speed (POKE65497,0) CPU: 13918 R/W: 11011 Dragon 32 with Hitachi 63B09E processor fitted Normal speed - Emulation mode CPU: 6947 R/W: 5496 Normal speed...