Search found 416 matches

by tormod
Wed Nov 04, 2015 12:46 am
Forum: Dragon General
Topic: Dragon 32 Repair
Replies: 24
Views: 13327

Re: Dragon 32 Repair

My Dragon 32 that I bought broken on eBay showed this screen pattern. I thought it was the 6847 but it turned out to be a poor -5V supply. The culprit was the capacitor C5 on the power board, the one between the R5 resistor which gets pretty warm and the row of power diodes. Make sure you get the po...
by tormod
Sat Oct 31, 2015 11:07 pm
Forum: Dragon General
Topic: Dragon 32 Repair
Replies: 24
Views: 13327

Re: Dragon 32 Repair

The way I understand the tokenization and parsing you don't need spaces anywhere.
by tormod
Tue Oct 27, 2015 12:01 am
Forum: Dragon General
Topic: Playing with disk drives - what do I need?
Replies: 6
Views: 5703

Re: Playing with disk drives - what do I need?

Does anyone know if a trs-80 color computer disk controller will work without modification in a Dragon 32? You'll need to replace the controller ROM with a DOS that integrates with Dragon BASIC and is compatible with the disk controller. HDB-DOS for Dragon should work, as well as the SuperDOS porte...
by tormod
Sat Oct 24, 2015 3:09 pm
Forum: Dragon General
Topic: Dragons Awake
Replies: 11
Views: 5910

Re: Dragons Awake

When you measured that all keys worked as they should, did you measure directly on the PIA pins? If you're into a bit of coding you could try checking the PIA by writing to the PIA port B and measure that it outputs the right values. And you can connect port A pins to low and high (without pressing ...
by tormod
Sat Oct 24, 2015 2:57 pm
Forum: Dragon General
Topic: raw binary to DECB ...
Replies: 5
Views: 2329

Re: raw binary to DECB ...

The best reference for these things are Graham's files at http://dragon32.info/info/
by tormod
Sat Oct 24, 2015 2:52 pm
Forum: Dragon General
Topic: Dragon Power
Replies: 9
Views: 4783

Re: Dragon Power

Thanks, first time I see the inside of a Dragon power brick! So was there a fuse in there? That question came up in another thread.
by tormod
Sat Oct 24, 2015 2:48 pm
Forum: Dragon General
Topic: Using 'clear' from within machine code ...
Replies: 5
Views: 2659

Re: Using 'clear' from within machine code ...

Hi all - I'm tinkering with some old code I wrote some 30 years ago. It's an extension to basic, so I need it to behave nicely. It loads from $7000 upwards, but back in the day, I didn't want people to have to do a "CLEAR 100,&H6FFF" before loading (I wanted to make it easy), so I did it for them. ...
by tormod
Wed Oct 07, 2015 11:37 am
Forum: Hints and Tips
Topic: Understanding video memory and pages
Replies: 4
Views: 4637

Re: Understanding video memory and pages

When using machine code you are not limited to two pages. The SAM has a 7-bit register which (multiplied by 512) defines the start address of the displayed graphics. The graphics mode defines the length of the video memory region. There are a number of books that explain this well, for instance "Ins...
by tormod
Tue Oct 06, 2015 8:43 pm
Forum: Hints and Tips
Topic: XRoar, GDB with CoCo
Replies: 7
Views: 4897

Re: XRoar, GDB with CoCo

I don't see -gdb on your command line?
by tormod
Tue Oct 06, 2015 8:57 am
Forum: Dragon General
Topic: Orchestra-90 CC - now running without the cartridge!
Replies: 18
Views: 11135

Re: Orchestra-90 CC - now running without the cartridge!

Well, for anything music on CoCo/Dragon it is worth checking out Bill Pierce's stuff... :) The ORCH.BIN code being outside the cartridge area should make it easier to combine with a real DOS. It would be very nice if it used disk access routine vectors instead of poking the disk controller. Actually...