Search found 655 matches

by jedie
Tue Aug 27, 2013 1:17 pm
Forum: Hints and Tips
Topic: PyDC converter (was: dragon 32 cassette format ?)
Replies: 80
Views: 48432

Re: dragon 32 cassette format ?

jedie wrote:Unfortunately, wave2bas works only with the test file "HelloWorld1 xroar.wav" correctly. The other test files have a good filename block data, but the code is corrupt :(
Now it works with all files! :D

Missing part is the checksum stuff... Then a cli and gui will be come next.
by jedie
Mon Aug 26, 2013 8:51 pm
Forum: Hints and Tips
Topic: PyDC converter (was: dragon 32 cassette format ?)
Replies: 80
Views: 48432

Re: dragon 32 cassette format ?

have spent too many time, but i will have a useable state... current code: https://github.com/jedie/PyDragon32/commit/2124ff46e8667ea6cfd2898e023ce88f4dd87bac Have started to implement the BAS2WAVE code (For debugging): Only the bitstream2WAVE part is missing. Unfortunately, wave2bas works only with...
by jedie
Mon Aug 26, 2013 9:16 am
Forum: Discuss This Site
Topic: RSS feed of forum?
Replies: 5
Views: 5527

RSS feed of forum?

Seems that there are no RSS/Atom feed from this forum here :(

Would like it to have the update for the tablet...
by jedie
Fri Aug 23, 2013 9:45 pm
Forum: Discuss This Site
Topic: Hello from another new member
Replies: 13
Views: 11663

Re: Hello from another new member

No, i have no experience with such a box. Hope that someon here can tell if it is a good solution...
by jedie
Fri Aug 23, 2013 2:01 pm
Forum: Discuss This Site
Topic: Hello from another new member
Replies: 13
Views: 11663

Re: Hello from another new member

What's about a converter box? composite to VGA: http://www.amazon.co.uk/s/ref=nb_sb_ss_sc_0_12/275-5377269-6231964?url=search-alias%3Daps&tag=jensd-21&field-keywords=composite%20to%20vga&sprefix=composit+to+%2Caps%2C135&rh=i%3Aaps%2Ck%3Acomposite%20to%20vga composite to HDMI: http://www.amazon.co.uk...
by jedie
Fri Aug 23, 2013 1:46 pm
Forum: For Sale
Topic: WTB Dragon and game carts
Replies: 36
Views: 41795

Re: WTB Dragon and game carts

jedie wrote:They say a package weights 19 pounds (= 8.6 kg)
Actually this can't be true, isn't it?

Anyone experiences with shipping to Germany?
by jedie
Fri Aug 23, 2013 10:58 am
Forum: For Sale
Topic: WTB Dragon and game carts
Replies: 36
Views: 41795

Re: WTB Dragon and game carts

California Digital has reply to my mail. California Digital still has a significant number of Tano Dragon 64 computers available in its warehouse. But: Shipping cost to the UK and most of Europe is about $90 each. :shock: $49 for the Dragon and $90 for shipping :cry: They say a package weights 19 po...
by jedie
Fri Aug 23, 2013 10:31 am
Forum: Hints and Tips
Topic: PyDC converter (was: dragon 32 cassette format ?)
Replies: 80
Views: 48432

Re: dragon 32 cassette format ?

Status update: I have reimplement the WAVE2Bitstream stuff in: https://github.com/jedie/PyDragon32/blob/9957a05d87341ba8c52837aa37cb3b1c84c3b0a7/PyDC/wave2bitstream.py With https://github.com/jedie/PyDragon32/commit/9957a05d87341ba8c52837aa37cb3b1c84c3b0a7 i start to add Visual-Text-Debugging :shock...
by jedie
Thu Aug 22, 2013 7:46 am
Forum: Dragon General
Topic: Drivewire Adapter for Dragon - DIY
Replies: 19
Views: 16922

Re: Drivewire for Dragon (beta)

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?

Your adapter from viewtopic.php?f=6&t=4270 is a complete ready-to-use package?
by jedie
Wed Aug 21, 2013 11:45 am
Forum: Hints and Tips
Topic: PyDC converter (was: dragon 32 cassette format ?)
Replies: 80
Views: 48432

Re: dragon 32 cassette format ?

Have start to handle ASCII-Basic. But it's not complete yet: https://github.com/jedie/PyDragon32/commit/4e0954db9c05ecff337bade8c3b2183a1d0c3d2f The raw data looks like this: \r1 PRINT "LINE NUMBER TEST"\r \r10 PRINT 10\r \r100 PRINT 100\r \r1000 PRINT 1000\r \r10000 PRINT 10000\r \r32768 PRINT 3276...