Re: [Ql-Users] Re-upping QL-SD new driver [OT]

2018-01-23 Thread Wolf via Ql-Users

Hi Per,


Keep on dealing! :)



Are you waiting for the next bug-fix?

Wolfgang
___
QL-Users Mailing List


[Ql-Users] Re-upping QL-SD new driver [OT]

2018-01-23 Thread pjwitte via Ql-Users

On 23/01/2018 11:33, Wolfgang Lenerz via Ql-Users wrote:

Hi,


Re-upped! Been watching The Wire? -

The wire?
I dont want to muddy the list with OT, but I think its only polite to 
reply:

The Wire is a US TV series about the drug epidemic in Baltimore, and no
doubt elsewhere in Americastan. (Its not for everybody, but is often 
rated
as one of the better TV series of its time.) Id never heard the 
expression

"re-upping" before watching it, so I assumed, wrongly obviously, that you
were a secret admirer too. In that context re-upping means re-supplying
your pushers (and if youre a junky, presumably, yourself) with drugs.

Well, youre certainly keeping us QL junkies happy! ;)

That's an unintended side-effect.


Keep on dealing! :)

Per
___
QL-Users Mailing List


Re: [Ql-Users] QL-SD new driver

2018-01-23 Thread pgraf--- via Ql-Users
On 23 Jan 2018 at 9:21, Graeme Gregory via Ql-Users wrote:

> > I've already started putting together a clone using an Xilinx
> > XC9572XL, which I have lying around. The Verilog file compiled from
> > the get-go, I just had to remove the additional SS lines because of
> > Pin restrictions in the small chip on my eval board. The long lines to
> > the board might not exactly help, though... might take a while, but I
> > will try to make a GoldCard compatible QL-SD one way or another, now
> > that I have your release to base it on :-)
> > 
> Doesnt gold card have a parralell port?
> 
> That should be enough IO pins to connect an SD card which just needs SPI.

I already designed an SD card device for SGC, Q40, Q60 parallel port 
many years ago. It even draws enough supply power by some tricks, no 
need for AC adaptor.

Due to the slow speed I did not release it. IIRC it was like floppy 
on Q40/Q60 and even slower on SGC. SGC data lines are 
unidirectional, allowing only bitbanging. No PAR on GC.

Peter

___
QL-Users Mailing List


Re: [Ql-Users] QL-SD new driver

2018-01-23 Thread Derek via Ql-Users
Hi,
There is no parallel port on the Gold Card.
There is a Parallel Port on the Super Gold Card. But it is not bi-directional. 
Only works as a simple printer port. But maybe some output pins could be turned 
into Inputs.
RegardsDerek
 Original message From: Graeme Gregory via Ql-Users 
 Date: 23/01/2018  09:21  (GMT+00:00) To: 
ql-users@lists.q-v-d.com Cc: Graeme Gregory  Subject: Re: 
[Ql-Users] QL-SD new driver 
> I've already started putting together a clone using an Xilinx
> XC9572XL, which I have lying around. The Verilog file compiled from
> the get-go, I just had to remove the additional SS lines because of
> Pin restrictions in the small chip on my eval board. The long lines to
> the board might not exactly help, though... might take a while, but I
> will try to make a GoldCard compatible QL-SD one way or another, now
> that I have your release to base it on :-)
> 
Doesnt gold card have a parralell port?

That should be enough IO pins to connect an SD card which just needs SPI.

Graeme
___
QL-Users Mailing List
___
QL-Users Mailing List


Re: [Ql-Users] QL-SD new driver

2018-01-23 Thread Wolfgang Lenerz via Ql-Users
Hi,

> Re-upped! Been watching The Wire? - 

The wire?


> Well, youre certainly keeping us QL junkies happy! ;)

That's an unintended side-effect.


Wolfgang
___
QL-Users Mailing List


Re: [Ql-Users] QL-SD new driver

2018-01-23 Thread pjwitte via Ql-Users

On 23/01/2018 05:48, Wolf via Ql-Users wrote:

> done, re-upped with the keys.

Ah, thats better, thanks :)

Re-upped! Been watching The Wire? - Well, youre certainly keeping us 
QL junkies happy! ;)


Per
BTW, I forgot to add that the driver is for v. 0.82 of the 
interface. If you have v. 0.75, please holler!!


Wolfgang

On 22/01/2018 17:08, pjwitte via Ql-Users wrote:

On 22/01/2018 10:41, Wolfgang Lenerz via Ql-Users wrote:

Nice one, Wolfgang :)

The sources state: include 'DEV1_q68_qlsd_keys', but I cant find 
the file anywhere..


Per

Hi all,

I've released a new driver for QL-SD that uses standard qxl.win 
drives

instead of Qubide ones.

It's for Minerva only, though.

You can download it from www.wlenerz.com/QLSD

Have fun.

Wolfgang
___
QL-Users Mailing List





___
QL-Users Mailing List



___
QL-Users Mailing List


.



___
QL-Users Mailing List


Re: [Ql-Users] QL-SD new driver

2018-01-23 Thread Marcel Kilgus via Ql-Users
Graeme Gregory via Ql-Users wrote:
> Doesnt gold card have a parralell port?
>
> That should be enough IO pins to connect an SD card which just needs SPI.

I think bit-banging would noticably reduce the transfer speed.

Marcel

___
QL-Users Mailing List


Re: [Ql-Users] QL-SD new driver

2018-01-23 Thread Graeme Gregory via Ql-Users
> I've already started putting together a clone using an Xilinx
> XC9572XL, which I have lying around. The Verilog file compiled from
> the get-go, I just had to remove the additional SS lines because of
> Pin restrictions in the small chip on my eval board. The long lines to
> the board might not exactly help, though... might take a while, but I
> will try to make a GoldCard compatible QL-SD one way or another, now
> that I have your release to base it on :-)
> 
Doesnt gold card have a parralell port?

That should be enough IO pins to connect an SD card which just needs SPI.

Graeme
___
QL-Users Mailing List


Re: [Ql-Users] QL-SD new driver

2018-01-23 Thread Marcel Kilgus via Ql-Users
Tobias Fröschle via Ql-Users wrote:
> that Schmidt-trigger is already there. Nice little SMD bug under
> the socket that sits in the ROMOEH line. Apparently, it doesn't help.

At this point I'm just glad that my idea was not nonsense but turns
out to be actually implemented in the design :-) And wow, that thing
is small! A digital filter in the CPLD might help then, but that needs
Flip-Flops which are usually not massively available in those kind of
chips...

Marcel

___
QL-Users Mailing List