Search found 447 matches

by Nasta
Tue Oct 22, 2013 1:44 pm
Forum: Hardware
Topic: QL-SD card project
Replies: 43
Views: 29642

Re: QL-SD card project

Critical signals (that are used as qualifiers for other signals, i.e. to latch them) could be buffered by a HCMOS buffer which has 1/3 - 2/3 Vcc tresholds for logic zero and 1. Something like a HC244 also has a narrow schmitt characteristic which could help.
by Nasta
Thu Oct 03, 2013 1:43 am
Forum: Hardware
Topic: Keyboard Hacking/Automation
Replies: 6
Views: 4024

Re: Keyboard Hacking/Automation

The keyboard is an 8x8 matrix as described in the details of the KEYROW superbasic function. The actual connections of the membrane have more pins in order to simplify the routing of the lines in the membrane. In principle there are 2 ways hardware can be implemented to emulate a keyboard. One is to...
by Nasta
Sun Sep 01, 2013 10:01 pm
Forum: Hardware
Topic: Internal ram upgrade to 640k
Replies: 15
Views: 10548

Re: Internal ram upgrade to 640k

Regarding a SRAM internal expansion: Two such RAM chips (if a PCB was made, a SMD case would be perfect for small size) or even one larger 1Mx8 chip (they do exist but are quite difficult to find), can be used to make a very clever and fast RAM expansion similar to the Trumpcard (but without the flo...
by Nasta
Sun Sep 01, 2013 2:34 pm
Forum: Hardware
Topic: Internal ram upgrade to 640k
Replies: 15
Views: 10548

Re: Internal ram upgrade to 640k

I'm afraid the QL wouldn't even run in case of overlapping memory expansions. It depends to an extent on how the memory is implemented, but in fact it will work because both RAMs get the same data written to and read from, but there will be partial contention on the bus and of course it will not be...
by Nasta
Thu May 02, 2013 8:02 pm
Forum: Hardware
Topic: Super Gold Card + Scart
Replies: 5
Views: 4707

Re: Super Gold Card + Scart

The SGC requires the synch signals (VSYNCH and CSYNCHL) from the expansion bus connector. These are actually directly connected from the video out connector. There are many varieties of SCART connections as it's a multi-purpose connector with many signals. Based on your description I would say thet ...
by Nasta
Wed May 01, 2013 1:42 am
Forum: Hardware
Topic: Fun things to do with an MC68EC020....
Replies: 153
Views: 66564

Re: Fun things to do with an MC68EC020....

I've had a short time to look into the bus ownership arbitration implemented on the 020, and sadly it makes setting up two CPUs to use the same bus quite complicated, and impractical. The issue is that the 020, like it's predecessors, expects to implicitly own the bus initially, and an external devi...
by Nasta
Thu Apr 25, 2013 3:51 am
Forum: Hardware
Topic: Fun things to do with an MC68EC020....
Replies: 153
Views: 66564

Re: Fun things to do with an MC68EC020....

Once again Nasta knocks it out of the park :) Well, I am aware that lots of stuff in the messages above sounds like tooting my own horn rather without foundation as it's about a product that never materialized. I wish I had more time to do things QL, but life is what it is, so at least I tried to d...
by Nasta
Thu Apr 25, 2013 1:21 am
Forum: Hardware
Topic: Fun things to do with an MC68EC020....
Replies: 153
Views: 66564

Re: Fun things to do with an MC68EC020....

Now, a finer point on this is that tasks are NOT jobs. This is one definition that appears no-where in the QDOS/SMSQ documantation, assuming the difference is known. Unfortunately, the distinction pretty much vanished early on in the life of the QL largely through terminology used in DP's BASIC com...
by Nasta
Wed Apr 24, 2013 2:51 am
Forum: Hardware
Topic: Fun things to do with an MC68EC020....
Replies: 153
Views: 66564

Re: Fun things to do with an MC68EC020....

Finally, there is the most 'out there' fetaure of the GF - the second CPU. One could rightly say there is a huge problem getting the programming done for the first one, let alone for the second. But, the potential offered is very high for the price of another CPU socket and some PCB routing. The bas...
by Nasta
Tue Apr 23, 2013 6:55 pm
Forum: Hardware
Topic: Proper RAM test...
Replies: 1
Views: 1694

Re: Proper RAM test...

You also need to check for aliases. Aliases are cases where the same physical RAM appears in multiple places in the address map. This will happen when the RAM is only partially decoded (see below) or address bits are stuck to a certain value, just like data bits can be. In this case the actual physi...