Search found 1474 matches

by zephyr
Wed Aug 14, 2013 1:08 am
Forum: Discuss This Site
Topic: Moving to Dragon world
Replies: 24
Views: 21012

Re: Moving to Dragon world

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 . BBEE 8E0151 LDX #$0151 BBF1 7FFF02 CLR $FF02 BBF4 F6FF00 LDB $FF00 BBF...
by zephyr
Thu Aug 01, 2013 6:07 pm
Forum: Dragon General
Topic: Alldream(XRoar)wav<--->Alldream(real Dragon)wav, Errors.
Replies: 13
Views: 7574

Re: Alldream(XRoar)wav<--->Alldream(real Dragon)wav, Errors.

Try the attached (experimental) patched copy of the Alldream cartridge version under XROAR.
by zephyr
Thu Aug 01, 2013 4:01 pm
Forum: Dragon General
Topic: Alldream(XRoar)wav<--->Alldream(real Dragon)wav, Errors.
Replies: 13
Views: 7574

Re: Alldream(XRoar)wav<--->Alldream(real Dragon)wav, Errors.

Which version of Alldream (Cartridge or Cassette) are you using?
by zephyr
Thu Aug 01, 2013 10:54 am
Forum: Dragon General
Topic: Alldream(XRoar)wav<--->Alldream(real Dragon)wav, Errors.
Replies: 13
Views: 7574

Re: Alldream(XRoar)wav<--->Alldream(real Dragon)wav, Errors.

The Dream assembler always resets the cassette header tone length to only 4 bytes. See the October 1984 issue of Dragon User (Dragon Answers) for more information.
by zephyr
Thu Jul 18, 2013 10:54 am
Forum: Dragon General
Topic: New Dragon64 owner
Replies: 6
Views: 3788

Re: New Dragon64 owner

Welcome to the forum! :)

Are you in the UK?
by zephyr
Thu Jul 18, 2013 12:18 am
Forum: Uploads
Topic: Toolkit by Premier Microsystems, pics and pdf.
Replies: 23
Views: 15577

Re: Toolkit by Premier Microsystems, pics and pdf.

Rink wrote:
davidbowman wrote: put a bit of sellotape over the CART line.
Hahahahahaha. I've never thought of something so simple - that's genius!!!
That method of preventing a cartridge from auto-starting has been widely used by Dragon owners for many years. It was mentioned here in 2010.
by zephyr
Wed Jul 17, 2013 2:06 pm
Forum: Dragon General
Topic: XRoar 0.29, Can't get it to work - Help !
Replies: 15
Views: 7747

Re: XRoar 0.29, Can't get it to work - Help !

Try the following BASIC program to check that the joystick emulation is working correctly on your machine.

Code: Select all

10 CLS
20 RX=JOYSTK(0):RY=JOYSTK(1)
30 LX=JOYSTK(2):LY=JOYSTK(3)
40 PRINT@224,"RIGHT:";RX;RY;" -- LEFT:";LX;LY
50 GOTO20
by zephyr
Wed Jul 17, 2013 1:42 pm
Forum: Uploads
Topic: Toolkit by Premier Microsystems, pics and pdf.
Replies: 23
Views: 15577

Re: Toolkit by Premier Microsystems, pics and pdf.

I use the True-USB PRO GQ-4X Willem Programmer. I have found it to be very reliable.

http://www.ebay.co.uk/itm/121002488901? ... 1423.l2649

http://www.mcumall.com/comersus/store/c ... oduct=4282
by zephyr
Sun Jul 14, 2013 2:16 pm
Forum: Dragon General
Topic: XRoar 0.29, Can't get it to work - Help !
Replies: 15
Views: 7747

Re: XRoar 0.29, Can't get it to work - Help !

All of the CoCo basXX (Color BASIC) ROMs can be run by themselves, but not the extbasXX (Extended Color BASIC) ROMs.
by zephyr
Sun Jul 14, 2013 12:56 pm
Forum: Dragon General
Topic: XRoar 0.29, Can't get it to work - Help !
Replies: 15
Views: 7747

Re: XRoar 0.29, Can't get it to work - Help !

davidbowman wrote: Thanks for the link. Some of the ROMs work for me and some don't (I'm probably doing something wrong).
All of the ROMs work perfectly on my PC with XROAR running on Windows XP Pro. Just out of interest; does this "ready to go" installation of XROAR work OK on your machine?