Search found 655 matches

by jedie
Mon Aug 17, 2015 3:35 pm
Forum: Dragon General
Topic: DragonPy at FrOSCon 2015 (22. Aug 2015)
Replies: 2
Views: 1711

DragonPy at FrOSCon 2015 (22. Aug 2015)

I will present DragonPy on the FrOSCon 2015: https://www.froscon.de/en/home/ What? Free and Open Source Software Conference (FrOSCon) - 2015 for the 10th time! When? 22nd and 23rd of August 2015 Where? Hochschule Bonn-Rhein-Sieg Grantham-Allee 20 53757 Sankt Augustin, Germany How much are the ticket...
by jedie
Wed Aug 12, 2015 8:57 am
Forum: Dragon General
Topic: XRoar wish/patch info?
Replies: 7
Views: 3341

Re: XRoar wish/patch info?

I would suggest Python :P
by jedie
Mon Aug 10, 2015 10:50 pm
Forum: Dragon General
Topic: Dragon emulator written in Python ???
Replies: 106
Views: 82688

Re: Dragon emulator written in Python ???

I just release a new Version of MC6809: https://pypi.python.org/pypi/MC6809 I have switch to "nose" to run unittests and cleanup the test code. How the test run looks like, can be seen here: https://travis-ci.org/6809/MC6809/jobs/74993785 Which code parts are covered from tests, can be seen here: ht...
by jedie
Tue Jul 28, 2015 8:57 pm
Forum: Dragon General
Topic: Hello
Replies: 2
Views: 1859

Re: Hello

Maybe caddigital sell unboxed Tano Dragon (it's like D64) these days?!? Or are they sold out ?
by jedie
Tue Jul 28, 2015 8:36 pm
Forum: Hints and Tips
Topic: Offtopic: Boot Raspberry Pi into BASIC...
Replies: 0
Views: 4115

Offtopic: Boot Raspberry Pi into BASIC...

I just see this: RISC OS Pico is a minimal version of RISC OS for the Raspberry Pi, with some related goodies. We created this distro to celebrate the 50th birthday of the original BASIC programming language - we also believe it may also be of general interest to Raspberry Pi hackers and modders. It...
by jedie
Mon Jul 20, 2015 4:25 pm
Forum: For Sale
Topic: Dragon 32 mainboard
Replies: 9
Views: 9412

Re: Dragon 32 mainboard

California Digital has brand new Tano Dragon... I don't know if they are out. See: http://archive.worldofdragon.org/phpBB3/viewtopic.php?f=5&t=20&start=30 EDIT: all my development has been on Grant Searl's Simple 6809 Computer knocked up on a Breadboard. I used the ROMs develop my DragonPy Emulator ...
by jedie
Fri Jun 26, 2015 12:21 pm
Forum: Discuss This Site
Topic: Hello from germany
Replies: 11
Views: 11543

Re: Hello from germany

Ebenfalls willkommen im Forum :P
by jedie
Mon Jun 08, 2015 7:58 am
Forum: For Sale
Topic: New Dragon lab-cartridge for sale
Replies: 6
Views: 10082

Re: New Dragon lab-cartridge for sale

Rolo wrote:Won't have any time for that the next two weeks, what a pity :!:
...this sounds familiar to me. ;)
by jedie
Thu May 28, 2015 4:47 pm
Forum: Dragon General
Topic: Dragon emulator written in Python ???
Replies: 106
Views: 82688

Re: Dragon emulator written in Python ???

I add a example how to use MC6809...

See: https://github.com/6809/MC6809/blob/mas ... ple6809.py
by jedie
Tue May 26, 2015 6:58 pm
Forum: Dragon General
Topic: Dragon emulator written in Python ???
Replies: 106
Views: 82688

Re: Dragon emulator written in Python ???

today, i have split the 6809 CPU code into a separate project: