Search found 656 matches

by jedie
Fri Sep 06, 2013 10:22 am
Forum: Hints and Tips
Topic: PyDC converter (was: dragon 32 cassette format ?)
Replies: 80
Views: 54244

Re: dragon 32 cassette format ?

bas2cas lands in master with: https://github.com/jedie/PyDragon32/commit/e7a1afdac9017ac7247b0147109eaa72832a45cc I added a "step-by-step" unittest, looks like this: def test_bas2cas01(self): # create cas source_filepath = self._src_file_path("HelloWorld1.bas") destination_filepath = self._dst_file_...
by jedie
Thu Sep 05, 2013 10:12 pm
Forum: For Sale
Topic: WTB Dragon and game carts
Replies: 36
Views: 45750

Re: WTB Dragon and game carts

My Tano Dragon will be send in a few days... total costs: $135 ... Hope that i must not sell extra duty/tax ...
by jedie
Thu Sep 05, 2013 10:03 pm
Forum: Hints and Tips
Topic: PyDC converter (was: dragon 32 cassette format ?)
Replies: 80
Views: 54244

Re: dragon 32 cassette format ?

cas2bas is on the way: https://github.com/jedie/PyDragon32/compare/cas2bas?expand=1 btw. later, if the basics (wav <-> cas <-> bas) works, i have the idea to insert a BASIC-Tokens converter. So thats possible to convert between CoCo and Dragon. Would this makes sence? (Before i must implement the BA...
by jedie
Thu Sep 05, 2013 4:40 pm
Forum: Dragon General
Topic: The Dragon32 Snapshot Cassette Program (TM)
Replies: 5
Views: 3343

Re: The Dragon32 Snapshot Cassette Program (TM)

Ah, thanks...

Back to initial post:
Why does this work? IMHO this can only work with 100% BASIC code without PEEK/POKE stuff, isn't it?

I found this: http://www.onastick.clara.net/cococnv.htm (IMHO very interesting)
by jedie
Thu Sep 05, 2013 3:59 pm
Forum: Dragon General
Topic: The Dragon32 Snapshot Cassette Program (TM)
Replies: 5
Views: 3343

Re: The Dragon32 Snapshot Cassette Program (TM)

nice. Since I got the superIDE working on my Tano Dragon Can you tell more about this? Is the CoCo and dragon cartridge 100% the same? Is the SuperIDE from cloud-9 out-of-the-box compatible with dragon 32/64 ? On the cloud-9 web page and in the documentation is nothing about dragon... EDIT: Found so...
by jedie
Thu Sep 05, 2013 1:21 pm
Forum: Hints and Tips
Topic: bricked dragon 32...
Replies: 27
Views: 15111

Re: bricked dragon 32...

Hey, what's about Logic Analysator like the "Scanalogic 2" ? http://www.amazon.de/Scanalogic-PRO-Analyzer-Generator-Selbstbaukit/dp/B009JFODTG/ref=sr_1_2?ie=UTF8&qid=1378383595&tag=jensd-21&sr=8-2&keywords=Scanalogic+2 EDIT: From the homepage: http://www.ikalogic.com/ikalogic-products/scanalogic-2/ ...
by jedie
Thu Sep 05, 2013 12:53 pm
Forum: Hints and Tips
Topic: bricked dragon 32...
Replies: 27
Views: 15111

Re: bricked dragon 32...

Thanks for the response.

Then i will look for a old-school oscilloscopes on ebay.
by jedie
Wed Sep 04, 2013 8:53 pm
Forum: Hints and Tips
Topic: DIY simple 6809 ???
Replies: 7
Views: 12704

DIY simple 6809 ???

The link to http://searle.hostei.com/grant/6809/Simple6809.html from the origin thread http://archive.worldofdragon.org/phpBB3/viewtopic.php?f=5&t=2797&p=9027#p9027 is very interesting... Is here anyone how like to build it together? It would be great to create a layout for a PCB and produced a smal...
by jedie
Wed Sep 04, 2013 8:41 pm
Forum: Hints and Tips
Topic: bricked dragon 32...
Replies: 27
Views: 15111

Re: bricked dragon 32...

I found http://www.elv.de/usb-mini-scope-modul- ... usatz.html (de) it seems that its good for 40€

Maybe its ok for bugtracking?
by jedie
Wed Sep 04, 2013 10:33 am
Forum: Hints and Tips
Topic: bricked dragon 32...
Replies: 27
Views: 15111

Re: bricked dragon 32...

The "Hantek" digital oscilloscopes are relatively cheap and quite usable. Check out OpenHantek for free software to talk to them. I have the lowest-end one, the DSO2090 and it seems fine for most things Dragon. Oh wow, USB oscilloscopes with OpenSource Software! Great! But i can't find a list of su...