Search found 1474 matches

by zephyr
Wed Nov 23, 2011 5:32 pm
Forum: Dragon General
Topic: How to?
Replies: 12
Views: 6525

Re: How to?

My XROAR starter kit is the quickest way to get started if your OS is MS Windows.

viewtopic.php?f=7&t=184
by zephyr
Wed Nov 23, 2011 12:37 am
Forum: Dragon General
Topic: USR() routines....
Replies: 6
Views: 3414

Re: USR() routines....

Kriegspiel (D32 only) is a good one for testing. IIRC this game uses all 10 of the USR() routines.
by zephyr
Sat Nov 19, 2011 5:15 pm
Forum: Dragon General
Topic: USR() routines....
Replies: 6
Views: 3414

Re: USR() routines....

You could relocate the USR address table to $00ea-00ff. These bytes are unused when DOS is not present.
by zephyr
Sat Feb 26, 2011 5:08 pm
Forum: Dragon General
Topic: Dragon32.com and a new Disk mag?
Replies: 16
Views: 8206

Re: Dragon32.com and a new Disk mag?

Our first Dragon software project this year is coming along nicely – feeling a bit less rusty and getting used to BASIC again. If anyone has a program for renumbering BASIC on a PC, please let me know. I could code my own but don’t want to reinvent the wheel. Try the attached MS-DOS based GW-BASIC ...
by zephyr
Fri Feb 11, 2011 9:11 am
Forum: Dragon General
Topic: What Hardware?
Replies: 16
Views: 9186

Re: What Hardware?

Thanks to briza, I have a PAL (Australian) CoCo 3 What happens when you enter POKE65495,0 on the CoCo3. Does it (a) appear to do nothing because the operating system is in RAM (like a D64 in' 64 Mode') or (b) Switch to double speed mode as if you had entered POKE65497,0 (like the VCC emulator)? Wha...
by zephyr
Thu Feb 10, 2011 9:17 pm
Forum: Dragon General
Topic: What Hardware?
Replies: 16
Views: 9186

Re: What Hardware?

That's quite an impressive, and interesting (esp the EEPROM programmer) list. 8-) All of the Dragons I listed above are also fully functional.

Regards,
Steve
by zephyr
Thu Feb 10, 2011 5:48 pm
Forum: Dragon General
Topic: What Hardware?
Replies: 16
Views: 9186

What Hardware?

In my collection I currently have 19 Dragon 32's, 4 Dragon 64's, and 1 DragonDOS + original floppy drives. (1) What hardware do you have in your collection? (2) Anyone got a Tandy CoCo 1, 2, or 3? (3) Has anyone out there upgraded a Dragon 32 to 64K, and/or upgraded the BASIC ROM? (4) How many peopl...
by zephyr
Thu Feb 10, 2011 5:19 pm
Forum: Hints and Tips
Topic: Programming for the Dragon
Replies: 10
Views: 8577

Re: Programming for the Dragon

OK, Sent you a mail some time ago, but didn't get a reply. Must be a problem somewhere?

Regards,
Steve
by zephyr
Thu Feb 10, 2011 4:04 pm
Forum: Hints and Tips
Topic: Programming for the Dragon
Replies: 10
Views: 8577

Re: Programming for the Dragon

EDIT: removed

Is this correct?
by zephyr
Thu Feb 10, 2011 3:50 pm
Forum: Dragon General
Topic: Dragon32.com and a new Disk mag?
Replies: 16
Views: 8206

Re: Dragon32.com and a new Disk mag?

Here are the same four routines with extra code added to make them DOS compatible. These are safe to use on a CoCo or Dragon, with or without DOS. 10 PMODE 3,1:SCREEN 1,0 20 S=PEEK(186)*256+PEEK(187) 30 E=PEEK(183)*256+PEEK(184)-1 40 X=RND(-TIMER) 50 PCLS 60 X=RND(255):IF X=PEEK(S) THEN 60 70 FOR I=...