Search found 656 matches

by jedie
Sun Sep 15, 2013 2:52 pm
Forum: Discuss This Site
Topic: RSS feed of forum?
Replies: 5
Views: 6209

Re: RSS feed of forum?

tormod wrote:This requires that you are on the web page anyway, so you can use the link "View unread posts" from the front page instead, right?
No, because you will get a list of post with 0 reply and not "new post since..."
by jedie
Sun Sep 15, 2013 1:59 pm
Forum: Dragon General
Topic: disassembled Dragon 32 ROM ?
Replies: 48
Views: 23940

Re: disassembled Dragon 32 ROM ?

Make it sense to merge the lables with the information from [1] and [2] ? [1] http://dragon32.info/info/memmap.html - Dragon 32/64 Memory Map (with CoCo refs) [2] http://dragon32.info/info/romref.html - Dragon 32/64 ROM Reference guide Would be easy for me to bring it in the right form, with: http:/...
by jedie
Fri Sep 13, 2013 1:50 pm
Forum: Dragon General
Topic: New Dragon DOS controllers available!
Replies: 35
Views: 24070

Re: New Dragon DOS controllers available!

WOW. It worked. I used a other diskette and mask the DD/HD hole with tesa... DSKTINIT and LOAD, SAVE works fine :D Amazing: With double density format i have 720KB/32KB = 22,5 :P Great! My 30years Dragon 32 can use floppy disks. Amazing. I have ordered a LOTHAREK SD Floppy Emulator SLIM... Hope that...
by jedie
Fri Sep 13, 2013 1:23 pm
Forum: Dragon General
Topic: New Dragon DOS controllers available!
Replies: 35
Views: 24070

Re: New Dragon DOS controllers available!

My controller from lafumat arrived today. Great work! I found a old 3.5" Floppy drive. A Epson SMD-300. After i jumper it to "Drive select 0" it worked. Jumper settings have i found here: http://electrickery.xs4all.nl/comp/divcomp/doc/epson_smd-300.gif But i get "RF ERROR"... In a shipped document f...
by jedie
Fri Sep 13, 2013 10:51 am
Forum: Dragon General
Topic: disassembled Dragon 32 ROM ?
Replies: 48
Views: 23940

Re: disassembled Dragon 32 ROM ?

Cool. Thats for d32.rom would be great!


What is http://www.6809.org.uk/tmp/da/d64.lis ? Looks also very interesting.

Some more interesting for me is: http://www.6809.org.uk/tmp/da/pyroar/ What's about this code?
by jedie
Fri Sep 13, 2013 10:01 am
Forum: Dragon General
Topic: disassembled Dragon 32 ROM ?
Replies: 48
Views: 23940

disassembled Dragon 32 ROM ?

Does anybody know if there exist a disassembled Dragon 32 ROM ? EDIT: found "6809dasm.pl" from http://www.6809.org.uk/dragon/ In http://www.6809.org.uk/dragon/6809dasm.txt is a example: $ ./6809dasm.pl org=0x4000 fcc=0x401e,0x4100 64k.bin Is is for the Dragon 64 ROM, isn't it? Are the aguments the s...
by jedie
Thu Sep 12, 2013 7:59 am
Forum: Dragon General
Topic: Dragon emulator written in Python ???
Replies: 106
Views: 93792

Re: Dragon emulator written in Python ???

Found useful information here: http://www.onastick.clara.co.uk/dragonhw.htm http://www.onastick.clara.co.uk/sys1.htm http://www.onastick.clara.co.uk/sys2.htm http://www.onastick.clara.co.uk/sys3.htm http://www.onastick.clara.co.uk/sys4.htm http://www.onastick.clara.co.uk/sys5.htm http://www.onastick...
by jedie
Thu Sep 12, 2013 7:52 am
Forum: Discuss This Site
Topic: RSS feed of forum?
Replies: 5
Views: 6209

Re: RSS feed of forum?

IMHO it's must be only enable in the phpBB admin... :?

My work-a-round is a "Advanced search" with keyword * and "Search for any terms":

Code: Select all

http://archive.worldofdragon.org/phpBB3/search.php?keywords=*&terms=any&st=7&ch=1000
So you will get the posts from the last 7 days...
by jedie
Wed Sep 11, 2013 10:13 pm
Forum: Dragon General
Topic: Dragon emulator written in Python ???
Replies: 106
Views: 93792

Re: Dragon emulator written in Python ???

I hacked a little bit around, implement some ops and add a few debug output. I use my "Dragon Memory Info" (see: http://archive.worldofdragon.org/phpBB3/viewtopic.php?f=8&t=4365 ) to display many information. The current output looks like this: init 16384 Bytes ROM (0x8000 - 0xc000) Read 16383Bytes ...
by jedie
Wed Sep 11, 2013 10:09 pm
Forum: Hints and Tips
Topic: Dragon Memory Info in Python...
Replies: 0
Views: 1813

Dragon Memory Info in Python...

I hacked a Python script to convert the data from [1] and [2] and make them useable in Python programms. [1] http://dragon32.info/info/memmap.html - Dragon 32/64 Memory Map (with CoCo refs) [2] http://dragon32.info/info/romref.html - Dragon 32/64 ROM Reference guide The script is here: https://gist....