Search found 657 matches

by jedie
Tue Sep 30, 2014 8:48 am
Forum: Dragon General
Topic: Dragon emulator written in Python ???
Replies: 106
Views: 93955

Re: Dragon emulator written in Python ???

(from: http://archive.worldofdragon.org/phpBB3/viewtopic.php?f=7&t=4760&p=11891#p11889 ) Been having trouble "injecting" the source into the Coco2b. Errors out with: "OverflowError: unsigned 1-byte integer is greater than maximum" Confirm, the bug... It happens, if line numbers are more than $ff :oo...
by jedie
Mon Sep 29, 2014 1:42 pm
Forum: Hints and Tips
Topic: PyDC converter (was: dragon 32 cassette format ?)
Replies: 80
Views: 54338

Re: PyDC converter (was: dragon 32 cassette format ?)

I have merged the https://github.com/jedie/DragonPy/ repository with https://github.com/jedie/DragonPy/commi ... b96d436068 into the https://github.com/jedie/DragonPy/ repository...

Planed is to use dragon-lib in PyDC, too. e.g.: Use token information for Dragon and CoCo
by jedie
Mon Sep 29, 2014 8:21 am
Forum: Uploads
Topic: All of my Basic games in one zip
Replies: 75
Views: 198122

Re: All of my Basic games in one zip

What's about to put all .bas listing on a github account?
by jedie
Mon Sep 29, 2014 8:17 am
Forum: Hints and Tips
Topic: Vintage Computing Festival Berlin (VCFB)
Replies: 0
Views: 3664

Vintage Computing Festival Berlin (VCFB)

3. bis 5. Oktober 2014

-> http://vcfb.de/2014/ (de)

translates via google: https://translate.google.de/translate?s ... t=&act=url
by jedie
Sat Sep 27, 2014 1:18 pm
Forum: Dragon General
Topic: HDB-DOS for Dragon 32 and 64/Tano
Replies: 61
Views: 52058

Re: HDB-DOS for Dragon 32 and 64/Tano

I think it would be good to duplicate the first here into the wiki page: http://archive.worldofdragon.org/index. ... or_dummies isn't it?
by jedie
Sat Sep 27, 2014 1:08 pm
Forum: Uploads
Topic: All of my Basic games in one zip
Replies: 75
Views: 198122

Re: All of my Basic games in one zip

jgerrie wrote:It's all free. Use them however you like. Enjoy.
Sounds good. Maybe i will bundle some listings with DragonPy...
by jedie
Fri Sep 26, 2014 10:50 pm
Forum: Uploads
Topic: All of my Basic games in one zip
Replies: 75
Views: 198122

Re: All of my Basic games in one zip

I must really check your Dragon package for my DragonPy emulator :D

So, again my questions: do you release the software under a open source licence? Or is it public domain? Or WTFPL :?: :D
by jedie
Fri Sep 26, 2014 2:14 pm
Forum: Hints and Tips
Topic: Random Numbers
Replies: 2
Views: 4340

Re: Random Numbers

Nice information, related to this: viewtopic.php?f=8&t=4894

Think the Wiki is a better place for it!
by jedie
Thu Sep 25, 2014 12:11 pm
Forum: Dragon General
Topic: Dragon emulator written in Python ???
Replies: 106
Views: 93955

Re: Dragon emulator written in Python ???

v0.3.0 is released: https://pypi.python.org/pypi/DragonPyEmulator/0.3.0

Some changes:
Change Display Queue to a simple Callback
Reimplement Multicomp 6809 and SBC09
Many code refactoring and cleanup