Search found 416 matches

by tormod
Sun Aug 25, 2013 9:21 pm
Forum: Uploads
Topic: CoCo cartridge Atom (1983) (26-3149) (Tandy)
Replies: 20
Views: 9755

Re: CoCo cartridges

I made a little perl script, that disassembles all tandy roms with the help of 6809dasm.pl and greps for JMPs and JSRs into BASIC and KERNAL-Rom. The results are listed in a big textile, which I would like to attach. That should make it easier to see which Tandy roms work with the Dragon and reveal...
by tormod
Sat Aug 24, 2013 4:36 pm
Forum: Hints and Tips
Topic: Emulate Floppy with a Raspberry Pi ?
Replies: 22
Views: 16089

Re: Emulate Floppy with a Raspberry Pi ?

But with its serial UART it makes for a great DriveWire server! I read a bit about the RPi and it seems that it only has one UART available on the pin headers, and this one is used as serial console (for kernel messages and terminal login). So for DriveWire you will have to use the USB port (like o...
by tormod
Sat Aug 24, 2013 11:34 am
Forum: Discuss This Site
Topic: Hello from another new member
Replies: 13
Views: 11790

Re: Hello from another new member

Looking forward to learning how to program assembly and connect a Drivewire, in no small part through the expertise on this forum. Inside the Dragon is a great book for learning 6809 assembly as well as more specific Dragon internals (PDFs around). I was lucky to find a paper copy on Amazon for a f...
by tormod
Fri Aug 23, 2013 11:53 pm
Forum: Dragon General
Topic: DLOAD resurrected for Dragon 32 (at 57600 baud)
Replies: 8
Views: 8667

Re: DLOAD resurrected for Dragon 32 (at 57600 baud)

I am glad to hear that, Rink! I think heavy commenting belongs to assembler programming, where identifiers and structures often are less obvious than in higher level languages. Although I try to be clear and informative so that other people can follow and even learn from it, the main reason is to be...
by tormod
Thu Aug 22, 2013 10:57 pm
Forum: Dragon General
Topic: DLOAD resurrected for Dragon 32 (at 57600 baud)
Replies: 8
Views: 8667

Re: DLOAD resurrected for Dragon 32 (at 57600 baud)

I have added a DLOADXM command which loads and executes. Here is also a zip with precompiled WAV and linux (x86) binary.
by tormod
Thu Aug 22, 2013 9:51 pm
Forum: Discuss This Site
Topic: Hello from another new member
Replies: 13
Views: 11790

Re: Hello from another new member

Since I looked around for a while before I found a second hand monitor with composite input, I ended up with a list of monitors . I wanted a small one but ended up with a 17". On the other hand the older 15" monitors often had frames as large as this one anyway :) . Feel free to fill in other models...
by tormod
Thu Aug 22, 2013 9:44 am
Forum: Dragon General
Topic: Drivewire Adapter for Dragon - DIY
Replies: 19
Views: 17186

Re: Drivewire for Dragon (beta)

jedie wrote:I see from above that there is a 74LS04 inverter and the Max232 level shifter

My "USB to TTL" Adapter is only a alternative for the Max232 level shifter, isn't it?
Yes.
Your adapter from viewtopic.php?f=6&t=4270 is a complete ready-to-use package?
Yes.
by tormod
Wed Aug 21, 2013 9:59 pm
Forum: For Sale
Topic: Dragon DriveWire adapters
Replies: 12
Views: 25589

Re: Dragon DriveWire adapters

Thanks KenH, especially with DLOAD back in business, this is a must for every Dragon 32 user without floppy drives, at least :)
by tormod
Wed Aug 21, 2013 9:55 pm
Forum: Dragon General
Topic: DLOAD resurrected for Dragon 32 (at 57600 baud)
Replies: 8
Views: 8667

DLOAD resurrected for Dragon 32 (at 57600 baud)

tl;dr: DLOAD is for loading programs from a computer to the Dragon over a serial port. Now it works on the Dragon 32, and fast! The DLOAD command Back in the eighties I was intrigued by the DLOAD BASIC command that was there in the ROM, undocumented and mysterious, but all it did was giving IO erro...
by tormod
Wed Aug 21, 2013 7:48 pm
Forum: Hints and Tips
Topic: Emulate Floppy with a Raspberry Pi ?
Replies: 22
Views: 16089

Re: Emulate Floppy with a Raspberry Pi ?

But feels not as a physical floppy drive? When using DriveWire the server acts as disk controller and floppy drive. So you still use a DOS (HBD-DOS) like if you had a real floppy drive, but extra drivers in HDB-DOS send translated disk controller commands over the serial line to the server (and rec...