Q68 support thread
-
- Font of All Knowledge
- Posts: 4760
- Joined: Mon Dec 20, 2010 11:40 am
- Location: Sunny Runcorn, Cheshire, UK
Re: Q68 support thread
Hi,
I used SOX to convert WAV files to UB format that the SOUNDFILE commands will play.
I have some classical and rock songs converted plays on Q68 and Q60 at normal speed.
I used SOX to convert WAV files to UB format that the SOUNDFILE commands will play.
I have some classical and rock songs converted plays on Q68 and Q60 at normal speed.
Regards,
Derek
Derek
-
- Aurora
- Posts: 975
- Joined: Tue Dec 17, 2013 1:17 pm
Re: Q68 support thread
I am trying to write some keyword documentation for the Q68.
Can anyone tell me if the CACHE_ON, CACHE_OFF, and PROT_DATE commands have any effect in the Q68.
I suspect that they don't, but I just want to check.
Can anyone tell me if the CACHE_ON, CACHE_OFF, and PROT_DATE commands have any effect in the Q68.
I suspect that they don't, but I just want to check.
-
- Font of All Knowledge
- Posts: 4760
- Joined: Mon Dec 20, 2010 11:40 am
- Location: Sunny Runcorn, Cheshire, UK
Re: Q68 support thread
Hi Martin,
I do not think they have any effect on the Q68, but I have email Wolfgang Lenerz for clarification.
I do not think they have any effect on the Q68, but I have email Wolfgang Lenerz for clarification.
Regards,
Derek
Derek
Re: Q68 support thread
The Q68 has no cache that could be handled by CACHE_ON and CACHE_OFF, and, to my knowledge, PROT_DATE is only implemented for the SuperGold Card (or was it the plain Gold Card?).
ʎɐqǝ ɯoɹɟ ǝq oʇ ƃuᴉoƃ ʇou sᴉ pɹɐoqʎǝʞ ʇxǝu ʎɯ 'ɹɐǝp ɥO
Re: Q68 support thread
No they don't. I worked to implement cache on the Q68, but too much bad luck.Martin_Head wrote: Thu Jul 13, 2023 2:17 pm Can anyone tell me if the CACHE_ON, CACHE_OFF, and PROT_DATE commands have any effect in the Q68.
It is more likely to be implemented on the Qzero.
-
- Font of All Knowledge
- Posts: 4760
- Joined: Mon Dec 20, 2010 11:40 am
- Location: Sunny Runcorn, Cheshire, UK
Re: Q68 support thread
Hi,
I have just informed the the Q68 Ethernet driver was missing from the Q68 SD Card.
This can be downloaded from the QL Hompage:
https://dilwyn.theqlforum.com/internet/NETdriver114.zip
https://dilwyn.theqlforum.com/internet/N ... 14Docs.zip
I had only included the QoEdriver extenstions.
My apologies for the omission.
I have just informed the the Q68 Ethernet driver was missing from the Q68 SD Card.
This can be downloaded from the QL Hompage:
https://dilwyn.theqlforum.com/internet/NETdriver114.zip
https://dilwyn.theqlforum.com/internet/N ... 14Docs.zip
I had only included the QoEdriver extenstions.
My apologies for the omission.
Regards,
Derek
Derek
-
- Aurora
- Posts: 975
- Joined: Tue Dec 17, 2013 1:17 pm
Re: Q68 support thread
Thanks all for the feedback. I just wanted to be sure that I could mark these keywords as having no effect in the Q68.Peter wrote: Tue Jul 18, 2023 9:30 pmNo they don't. I worked to implement cache on the Q68, but too much bad luck.Martin_Head wrote: Thu Jul 13, 2023 2:17 pm Can anyone tell me if the CACHE_ON, CACHE_OFF, and PROT_DATE commands have any effect in the Q68.
It is more likely to be implemented on the Qzero.
-
- Aurora
- Posts: 975
- Joined: Tue Dec 17, 2013 1:17 pm
Re: Q68 support thread
Hi,
I have another question about the Q68 for the documentation I am trying to do.
I have been playing with the various display modes, and I have a question about the 16 bit modes.
I found some documentation about the 16 bit mode for the Q40/60
The High and low address bytes seem to be the other way round in the Q68. But my main question is the 'I' intensity bit.
It does not seem to make any difference to me. But it might just be my eyesight.
Is that bit used in the Q68?
I have another question about the Q68 for the documentation I am trying to do.
I have been playing with the various display modes, and I have a question about the 16 bit modes.
I found some documentation about the 16 bit mode for the Q40/60
Code: Select all
MODE 33 (Q40/Q60) 16-bit colour
lowest address byte highest address byte
7 6 5 4 3 2 1 0 7 6 5 4 3 2 1 0
G G G G G R R R R R B B B B B I
The 'I' bit is an intensity control, common to red, green and blue. In
effect, it doubles the levl of colours otherwise available, since the
format allows 5-bit components in 15 of the 16 bits used per pixel.
It does not seem to make any difference to me. But it might just be my eyesight.
Is that bit used in the Q68?
-
- Font of All Knowledge
- Posts: 4760
- Joined: Mon Dec 20, 2010 11:40 am
- Location: Sunny Runcorn, Cheshire, UK
Re: Q68 support thread
Hi Martin,
What documentation are you referring to?
The Mode 33 image files from the Q60, display okay on the the Q68.
In the SD Card sent with all Q68, in the directory PICART, there are zipped up PIC files I converted on the Q60.
What documentation are you referring to?
The Mode 33 image files from the Q60, display okay on the the Q68.
In the SD Card sent with all Q68, in the directory PICART, there are zipped up PIC files I converted on the Q60.
Regards,
Derek
Derek
Re: Q68 support thread
This is the hardware manual, Q68 is compatible: http://www.q40.de/download/harddoc.pdfMartin_Head wrote: Tue Jul 25, 2023 11:32 am The High and low address bytes seem to be the other way round in the Q68.
It should make a difference. Probably easiest to see if you write 64 different grey levels.Martin_Head wrote: Tue Jul 25, 2023 11:32 am But my main question is the 'I' intensity bit. It does not seem to make any difference to me. But it might just be my eyesight.