Search found 657 matches

by jedie
Mon Nov 17, 2014 2:26 pm
Forum: Hints and Tips
Topic: Drivewire... -> DWLOAD Server in Python
Replies: 24
Views: 44931

Re: Drivewire... -> DWLOAD Server in Python

Release v0.2.0 is out: * Runable with becker and serial port (and update CLI for it) * enhanced startup batch files for windows and shell script for linux HowTo for Windows: https://github.com/6809/DwLoadServer#windows HowTo for Linux: https://github.com/6809/DwLoadServer#linux CLI Looks like this: ...
by jedie
Sun Nov 16, 2014 9:04 pm
Forum: Dragon General
Topic: DWLOAD - DriveWire for everybody
Replies: 62
Views: 59718

Re: DWLOAD - DriveWire for everybody

Error is reported, see: https://pairlist5.pair.net/pipermail/co ... 37139.html

btw. my becker branch of my DWLOAD Server works with XRoar fine.
by jedie
Sun Nov 16, 2014 6:59 pm
Forum: Hints and Tips
Topic: Drivewire... -> DWLOAD Server in Python
Replies: 24
Views: 44931

Re: Drivewire... -> DWLOAD Server in Python

Hm! I found this: Note that WireBug uses an 8-bit checksum instead of a 16 bit one. from here: http://sourceforge.net/p/drivewireserver/wiki/DriveWire_Specification/#appendix-b-drivewire-checksum-algorithm But this should not be the WireBug: http://sourceforge.net/p/drivewireserver/wiki/DriveWire_Sp...
by jedie
Sun Nov 16, 2014 3:03 pm
Forum: Dragon General
Topic: DWLOAD - DriveWire for everybody
Replies: 62
Views: 59718

Re: DWLOAD - DriveWire for everybody

Hm. Dosn't help. I have restarted everything oder only XRoar... Here another log: https://gist.github.com/jedie/b26f8d50fa1c7fddc536 I have marked XRoar restarts: * I started DriveWire Server first: Line 1-94 You see, i have mount a file on Drive 0 and 1. Line 65 says: handler #0 is ready * I starte...
by jedie
Sun Nov 16, 2014 2:08 pm
Forum: Dragon General
Topic: SG EDITOR
Replies: 5
Views: 3124

Re: SG EDITOR

Nice!

A idea: Generate PRINT @ statements ;)

We should create a wiki page with development tools!
btw. there is already a "Development" category: http://archive.worldofdragon.org/index. ... evelopment
by jedie
Sun Nov 16, 2014 1:05 am
Forum: Hints and Tips
Topic: Drivewire... -> DWLOAD Server in Python
Replies: 24
Views: 44931

Re: Drivewire... -> DWLOAD Server in Python

I now work on supporting the Becker Port Interface in a branch: https://github.com/6809/DwLoadServer/compare/becker One strange thing is: The XRoar-Client doesn't send the checksum back. The checksum of a block is 16bit number. But there is only send 8bit: The current logs look like this: 15 CRITICA...
by jedie
Sat Nov 15, 2014 11:58 pm
Forum: Dragon General
Topic: DWLOAD - DriveWire for everybody
Replies: 62
Views: 59718

Re: DWLOAD - DriveWire for everybody

Ahhh... Thanks for being unstoppable! You are probably the first DriveWire user who goes straight to DWLOAD without having played with HDB-DOS or NitrOS-9 :) They both require a disk image loaded in slot 0. What you found out is very useful to know! As i sayed before: I must not mount a disk in slo...
by jedie
Sat Nov 15, 2014 11:05 pm
Forum: Hints and Tips
Topic: Drivewire... -> DWLOAD Server in Python
Replies: 24
Views: 44931

Re: Drivewire... -> DWLOAD Server in Python

I add bin2bas and bas2bin into the DragonLib for converting Dragon DOS Binary <-> ASCII listing :D -> https://github.com/6809/dragonlib/compare/e0abbc9...21843c6 So now i see the example "AUTOLOAD.DWL": 5 'AAAA 7 PRINT 10 PRINT"1 PLASMA " 20 PRINT"2 STUDD" 30 PRINT"3 FLAGON BIRD" 40 PRINT"4 DONKEY K...
by jedie
Sat Nov 15, 2014 10:07 pm
Forum: Discuss This Site
Topic: Vectrex, another 6809 machine
Replies: 7
Views: 9950

Re: Vectrex, another 6809 machine

Oh, Vectrex... Nice machine... I started to implement it in my Emulator project, but it's more work than i expected :oops:
by jedie
Sat Nov 15, 2014 1:37 pm
Forum: Hints and Tips
Topic: Drivewire... -> DWLOAD Server in Python
Replies: 24
Views: 44931

Re: Drivewire... -> DWLOAD Server in Python

I have moved the repro from DWLOAD to 6809 -> https://github.com/6809/DwLoadServer

All old links will be redirected to the new one ;)