Re: [Ql-Users] Q68

2024-08-27 Thread Norman Dunbar via Ql-Users
Derek is also active on the QL Forum, qlforum.co.uk and regularly gets people asking for new Q68s there. If you don't get a reply here, try there. Cheers, Norm. -- Author of "Arduino Software Internals" and "Arduino Interrupts". On 26 August 2024 21:36:01 BST, Mich

[Ql-Users] Q68

2024-08-26 Thread Michael Grunditz via Ql-Users
Hello, I tried to send a mail to sa...@q40.de but it bounced back.Derek , if you read this , I was just asking if the next batch still is about now. Kind regards Michael Grunditz ___ QL-Users Mailing List

Re: [Ql-Users] String handling in Sbasic

2024-08-09 Thread François Van Emelen via Ql-Users
Op 9/08/2024 om 13:00 schreef Jan Bredenbeek via Ql-Users: On 09-08-2024 07:52, Wolfgang Lenerz via Ql-Users wrote: without having looked at the string slicing code in SMSQE, I believe that the general contract is a$(x to y) where x and y are positive integers and y is bigger than, or equal

Re: [Ql-Users] String handling in Sbasic

2024-08-09 Thread Jan Bredenbeek via Ql-Users
On 09-08-2024 07:52, Wolfgang Lenerz via Ql-Users wrote: without having looked at the string slicing code in SMSQE, I believe that the general contract is a$(x to y) where x and y are positive integers and y is bigger than, or equal to, x. If x is omitted, it is implied that it should be 1

Re: [Ql-Users] String handling in Sbasic

2024-08-09 Thread François Van Emelen via Ql-Users
Op 9/08/2024 om 7:52 schreef Wolfgang Lenerz via Ql-Users: Hi, without having looked at the string slicing code in SMSQE, I believe that the general contract is a$(x to y) where x and y are positive integers and y is bigger than, or equal to, x. If x is omitted, it is implied that it should

[Ql-Users] String handling in Sbasic

2024-08-08 Thread Wolfgang Lenerz via Ql-Users
Hi, without having looked at the string slicing code in SMSQE, I believe that the general contract is a$(x to y) where x and y are positive integers and y is bigger than, or equal to, x. If x is omitted, it is implied that it should be 1. If y is omitted, it is implied that it should be the s

[Ql-Users] String handling in Sbasic

2024-08-03 Thread François Van Emelen via Ql-Users
Hi, Just saw a thread about handling strings on QL Forum This is what I experienced. I don’t know if this is useful. François Van Emelen 100 open#3,con_:window#3,800,600,0,0 105 REMark test done from within QD 110 a$ = "1234567890" 115 L=len(a$) 120 b$ = a$(4 to 3): REMark This works bu

Re: [Ql-Users] SMSQE 3.41

2024-05-24 Thread Jan Bredenbeek via Ql-Users
Hi Wolfgang, Question: I don't use sernet, but I do know that some use it. Has anybody ever lost data transferred to the Q68 via sernet? Haven't tested by copying to SD card, but I know sernet transfers data in packets (don't know how much bytes at a time) so it has flow control built in and

Re: [Ql-Users] SMSQE 3.41

2024-05-24 Thread Peter Graf via Ql-Users
Hi Wolfgang, >>> Question: I don't use sernet, but I do know that some use it. Has >>> anybody ever lost data transferred to the Q68 via sernet? >> >> No, never. SERNET seems to work perfectly at 115200 Baud. For Q68, >> Qzero, QIMSI connected to each other, or to Q60 or PC emulator. Which is >> o

[Ql-Users] The Dormagen meeting

2024-05-24 Thread Wolfgang Lenerz via Ql-Users
Hi all, perhaps a small echo of the Dormagen meeting will interest some of you. It ran under the motto “The QL is 40”, started on friday afternoon (May 17th) and lasted to sunday mid-morning. It was, to my mind, a resounding success. First of all, my compliments to Detlef, who managed to get

[Ql-Users] SMSQE 3.41

2024-05-24 Thread Wolfgang Lenerz via Ql-Users
Hi, Thanks for the clarification. Does this mean the duration of interrupt disable is totally unpredictable, and could even be much longer than the polling period? Possibly, yes. However, this will probably not happen when getting data via SER as the data will probably be written to the card

Re: [Ql-Users] SMSQE 3.41

2024-05-24 Thread Peter Graf via Ql-Users
Hi Wolfgang, >> We'd need to find out how long the SMSQ/E SD card driver will disable >> the serial interrupt - if it actually does. > > Yes it does. > > What happens with data trickling in from something like a serial port, > is that it is put into a buffer, i.e. the slave blocks. When one sla

[Ql-Users] SMSQmulator 3.01

2024-05-24 Thread Wolfgang Lenerz via Ql-Users
Hi all, I added a version of SMSQmulator for java 21 to my site. Have fun! Wolfgang ___ QL-Users Mailing List

[Ql-Users] SMSQE 3.41

2024-05-23 Thread Wolfgang Lenerz via Ql-Users
Hi, We can increase the hardware receive FIFO size of the UART if you think there is a problem. The Qzero FPGA has sufficient resources. We'd need to find out how long the SMSQ/E SD card driver will disable the serial interrupt - if it actually does. Yes it does. What happens with data tric

Re: [Ql-Users] SMSQE 3.41

2024-05-23 Thread Peter Graf via Ql-Users
Hi Jan, >> I have indeed added CTS, so a slower machine can stop the Qzero from >> sending. The RTS line is just fake though - my hope is that a Qzero is >> always fast enough to handle 115200 Baud. > > As long as you don't write to the SD card at the same time, probably yes. We can increase the

Re: [Ql-Users] SMSQE 3.41

2024-05-23 Thread François Van Emelen via Ql-Users
Op 22/05/2024 om 9:43 schreef Wolfgang Lenerz via Ql-Users: Hi all, SMSQE 3.41 is out. This is a bugfix release for SMSQmulator and Q68 - there are no changes for other machines. The code for the Q68 is also the one users of Qimsi Gold or Qzero (if there are any) should use - it is the

Re: [Ql-Users] SMSQmulator 3.01

2024-05-23 Thread Norman Dunbar via Ql-Users
On 22/05/2024 16:09, Derek via Ql-Users wrote: Hi Wolfgang, Downloaded the update must of been the browser cache. In case of future problems, when you have the download URL, say "https://whatever.org/downloads/someFile.xxx"; then change the link to read "https://whateve

Re: [Ql-Users] SMSQE 3.41

2024-05-22 Thread Jan Bredenbeek via Ql-Users
Hi Peter, I have indeed added CTS, so a slower machine can stop the Qzero from sending. The RTS line is just fake though - my hope is that a Qzero is always fast enough to handle 115200 Baud. As long as you don't write to the SD card at the same time, probably yes. The connector is prepared

Re: [Ql-Users] SMSQmulator 3.01

2024-05-22 Thread Derek via Ql-Users
Hi Wolfgang, Downloaded the update must of been the browser cache. Thank you for the updates to SMSQmulator Regards, Derek On 22 May 2024 14:20:40 BST, Wolfgang Lenerz via Ql-Users wrote: >Hi Derek, > >that's strange, I can definitely download it. I just re-upped it to be su

[Ql-Users] SMSQmulator 3.01

2024-05-22 Thread Wolfgang Lenerz via Ql-Users
Hi Derek, that's strange, I can definitely download it. I just re-upped it to be sure. Perhaps refresh your cache? Regards Wolfgang I tried to download the update for SMSQmulator, but v3.00 is only available. Regards, Derek On 22/05/2024 08:45, Wolfgang Lenerz via Ql-Users wrote: H

Re: [Ql-Users] SMSQE 3.41

2024-05-22 Thread Peter Graf via Ql-Users
Hi Jan, >>> The code for the Q68 is also the one users of Qimsi Gold or Qzero (if >>> there are any) should use - it is the same code for all three machines. >> >> Surely there are Qzero users ;-) More than a handful already. > > ;-) > > I'm a bit curious about the SER1 connector on the QLBase bo

Re: [Ql-Users] SMSQE 3.41

2024-05-22 Thread Jan Bredenbeek via Ql-Users
Hi Peter, Great, SER1 and SLUG work well on all three now! The code for the Q68 is also the one users of Qimsi Gold or Qzero (if there are any) should use - it is the same code for all three machines. Surely there are Qzero users ;-) More than a handful already. ;-) I'm a bit curious abou

Re: [Ql-Users] SMSQE 3.41

2024-05-22 Thread Peter Graf via Ql-Users
Hi Wolfgang, > This is a bugfix release for SMSQmulator and Q68 - there are no changes > for other machines. Great, SER1 and SLUG work well on all three now! > The code for the Q68 is also the one users of Qimsi Gold or Qzero (if > there are any) should use - it is the same code for all three m

Re: [Ql-Users] SMSQE 3.41

2024-05-22 Thread Martyn Hill via Ql-Users
Thank you for your ever-dilligent efforts to maintain our cherished OS!!! On Wed, 22 May 2024, 08:44 Wolfgang Lenerz via Ql-Users, < ql-users@lists.q-v-d.com> wrote: > Hi all, > > SMSQE 3.41 is out. > > This is a bugfix release for SMSQmulator and Q68 - there are no changes

Re: [Ql-Users] SMSQmulator 3.01

2024-05-22 Thread Derek via Ql-Users
Hi Wolfgang, I tried to download the update for SMSQmulator, but v3.00 is only available. Regards, Derek On 22/05/2024 08:45, Wolfgang Lenerz via Ql-Users wrote: Hi all, SMSQmulator 3.01 is out. This is a bugfix release, and I'd recommend everybody to upgrade, using the SMSQE that

[Ql-Users] SMSQmulator 3.01

2024-05-22 Thread Wolfgang Lenerz via Ql-Users
Hi all, SMSQmulator 3.01 is out. This is a bugfix release, and I'd recommend everybody to upgrade, using the SMSQE that comes with it. Have fun! Wolfgang ___ QL-Users Mailing List

[Ql-Users] SMSQE 3.41

2024-05-22 Thread Wolfgang Lenerz via Ql-Users
Hi all, SMSQE 3.41 is out. This is a bugfix release for SMSQmulator and Q68 - there are no changes for other machines. The code for the Q68 is also the one users of Qimsi Gold or Qzero (if there are any) should use - it is the same code for all three machines. The files can be found, as us

[Ql-Users] SMSQmulator FLP Images problems

2024-05-19 Thread Wolfgang Lenerz via Ql-Users
0 BST, desin via Ql-Users wrote: Am 18.05.24 um 16:49 schrieb Derek via Ql-Users: I am having problems reading FLP image files in SMSQmulator v3.00 Java 17 on Linux Debian 12.5. I have sent Wolfgang an email with problems I wonder if anyone else has anyone else had any problems. The FLP i

Re: [Ql-Users] SMSQmulator FLP Images problems

2024-05-19 Thread Derek via Ql-Users
Hi I downloaded the most recent version of SMSQmulator, v3.00 from Wolfgang's web site. Still the same. Does not read FLP images and locks the emulator up. I restored SMSQmulator v2.32 and all works well. On 19 May 2024 17:02:10 BST, desin via Ql-Users wrote: > > >Am 18.

Re: [Ql-Users] SMSQmulator FLP Images problems

2024-05-19 Thread desin via Ql-Users
Am 18.05.24 um 16:49 schrieb Derek via Ql-Users: I am having problems reading FLP image files in SMSQmulator v3.00 Java 17 on Linux Debian 12.5. I have sent Wolfgang an email with problems I wonder if anyone else has anyone else had any problems. The FLP images work on QPC2, sQLux, Q

[Ql-Users] SMSQmulator FLP Images problems

2024-05-18 Thread Derek via Ql-Users
I am having problems reading FLP image files in SMSQmulator v3.00 Java 17 on Linux Debian 12.5. I have sent Wolfgang an email with problems I wonder if anyone else has anyone else had any problems. The FLP images work on QPC2, sQLux, Q-emulator, Q68 with FDI. --- Regards, Derek ___

Re: [Ql-Users] Meeting in Dormagen

2024-05-15 Thread Urs Koenig (QL) via Ql-Users
Hi QLers, > since I'll be going to Dormagen, I'll bring 2 QLs for sale with me, and > a CUB monitor. Speaking of Dormagen, I spoke to Detlef (the organiser) yesterday. It looks like we are going to have a great event! I just prepared my presentation and will pack up tomorrow. Attendees: Please b

[Ql-Users] Meeting in Dormagen

2024-05-11 Thread Wolfgang Lenerz via Ql-Users
Hi all, since I'll be going to Dormagen, I'll bring 2 QLs for sale with me, and a CUB monitor. The Qls come with their power supply. They are in working condition (but state of the mdv is unknown). One needs a new keyboard membrane (so I can't get beyond the F1/F2 prompt) the other has a fan

Re: [Ql-Users] Assembly Language eMagazine - new issue!

2024-04-17 Thread Jiri Dolezal via Ql-Users
s some way to compile more up-to-date FireFox). On 15.4.2024, at 14:32, Norman Dunbar via Ql-Users wrote: Try this link https://github.com/NormanDunbar/ QLAssemblyLanguageMagazine/blob/master/Issue_012/ Assembly_Language_012.pdf and if that doesn't work, does "wget" fetch i

Re: [Ql-Users] Assembly Language eMagazine - new issue!

2024-04-15 Thread Norman Dunbar via Ql-Users
ack the pdf. Cheers, Norm. On 14 April 2024 14:57:23 BST, Jiri Dolezal via Ql-Users wrote: >> I know it's been a while, but Issue 12 of the somewhat irregular Assembly >> Language Programming eMagazine is, finally, available. >> Get it here >> https://github.com

Re: [Ql-Users] Assembly Language eMagazine - new issue!

2024-04-14 Thread Peter Graf via Ql-Users
Am 14.04.2024 um 15:57 schrieb Jiri Dolezal via Ql-Users: > TenFourFox is not able to process the GitHub javascript. Ah, a MacOS 10.4 user? In order to still run 68K Mac programs? Did you still keep TenFourFox up-to-date be compiling it yours

Re: [Ql-Users] Assembly Language eMagazine - new issue!

2024-04-14 Thread Jiri Dolezal via Ql-Users
I know it's been a while, but Issue 12 of the somewhat irregular Assembly Language Programming eMagazine is, finally, available. Get it here https://github.com/NormanDunbar/ QLAssemblyLanguageMagazine/releases/tag/Issue_12. Is direct link to the PDF available? TenFourFox is not able to process

[Ql-Users] Assembly Language eMagazine - new issue!

2024-04-11 Thread Norman Dunbar via Ql-Users
I know it's been a while, but Issue 12 of the somewhat irregular Assembly Language Programming eMagazine is, finally, available. Get it here https://github.com/NormanDunbar/QLAssemblyLanguageMagazine/releases/tag/Issue_12. I noticed that it has been two whole years since the previous issue wa

Re: [Ql-Users] George Gwilt's Programs

2024-04-09 Thread Derek via Ql-Users
Hi I did mirror George's web site with whet, a while back. But maybe out of date. I also have some of the SQLUG reports Derek On 9 April 2024 15:08:15 BST, Norman Dunbar via Ql-Users wrote: >On 08/04/2024 19:02, Dilwyn Jones via Ql-Users wrote: >> Thank you for doing this Norm

Re: [Ql-Users] George Gwilt's Programs

2024-04-09 Thread Norman Dunbar via Ql-Users
On 08/04/2024 19:02, Dilwyn Jones via Ql-Users wrote: Thank you for doing this Norman. Just to let you know, I did reply to your email yesterday, but Gmail doesn't like me, and wouldn't accept your or Darren's email addresses as ones I can send to. Cheers, Norm. -

Re: [Ql-Users] George Gwilt's Programs

2024-04-09 Thread Norman Dunbar via Ql-Users
I have now completed the upload of a huge number of files --- ok, 33 --- which Tobias sent me yesterday. You can find everything at https://github.com/SinclairQL/GeorgeGwilt. I've attempted to document what is in each directory, but I've only got George's minimal documentation to go on myself.

Re: [Ql-Users] George Gwilt's Programs

2024-04-08 Thread Norman Dunbar via Ql-Users
Thanks Wolfgang. I think I might have a full set now, thanks to Tobias. Cheers, Norm. On 8 April 2024 20:31:57 BST, Wolfgang Lenerz via Ql-Users wrote: >Hi Norman, > >I have nothing recent, sorry. > >Wolfgang > >> This is a copy of a message I posted on the QL Foru

[Ql-Users] George Gwilt's Programs

2024-04-08 Thread Wolfgang Lenerz via Ql-Users
Hi Norman, I have nothing recent, sorry. Wolfgang This is a copy of a message I posted on the QL Forum, for anyone interested who doesn't use the forum. I wanted to check if I had the latest copies of George's assemblers GWASL and GWASS and discovered that http://gwiltprogs.info is no lon

Re: [Ql-Users] George Gwilt's Programs

2024-04-08 Thread Dilwyn Jones via Ql-Users
ve against yours. Will try to do a list of what I have later. Dilwyn On Mon, 8 Apr 2024 at 16:49, Norman Dunbar via Ql-Users wrote: > > This is a copy of a message I posted on the QL Forum, for anyone > interested who doesn't use the forum. > > > > I wanted to check if I h

Re: [Ql-Users] George Gwilt's Programs

2024-04-08 Thread Juraj Lutter via Ql-Users
Hi Norman, > On 8 Apr 2024, at 17:43, Norman Dunbar via Ql-Users > wrote: > > This is a copy of a message I posted on the QL Forum, for anyone interested > who doesn't use the forum. > > > > I wanted to check if I had the latest copies of George

[Ql-Users] George Gwilt's Programs

2024-04-08 Thread Norman Dunbar via Ql-Users
This is a copy of a message I posted on the QL Forum, for anyone interested who doesn't use the forum. I wanted to check if I had the latest copies of George's assemblers GWASL and GWASS and discovered that http://gwiltprogs.info is no longer present, other than a blank landing page. It wo

Re: [Ql-Users] hardware

2024-03-26 Thread Urs Koenig (QL) via Ql-Users
Graeme wrote: > Just letting the list know that I picked up the George's QL collection this > evening! > > It is a substantial collection it almost filled my van. So its going to take me a > while to catalogue it! Good job, Graeme! Glad that it's saved and not dumped!

Re: [Ql-Users] hardware

2024-03-25 Thread Juraj Lutter via Ql-Users
> On 25 Mar 2024, at 21:46, Graeme Gregory via Ql-Users > wrote: > > Just letting the list know that I picked up the George's QL collection this > evening! > > It is a substantial collection it almost filled my van. So its going to take > me a while to catalo

Re: [Ql-Users] hardware

2024-03-25 Thread Graeme Gregory via Ql-Users
Just letting the list know that I picked up the George's QL collection this evening! It is a substantial collection it almost filled my van. So its going to take me a while to catalogue it! Graeme ___ QL-Users Mailing List

Re: [Ql-Users] hardware

2024-03-25 Thread Peter Graf via Ql-Users
Computer Research Centrum, Ltd via Ql-Users wrote: >> The Q60, was sold by me in 2003, which should be 66Mhz Q60 64Mb ram,. > > Battle of the Q60 upcoming? > Dear, so much of us will like one… > dex 27 years after design time... still unreached by any

Re: [Ql-Users] hardware

2024-03-25 Thread Computer Research Centrum, Ltd via Ql-Users
>The Q60, was sold by me in 2003, which should be 66Mhz Q60 64Mb ram,. Battle of the Q60 upcoming? Dear, so much of us will like one… dex ___ QL-Users Mailing List

Re: [Ql-Users] hardware

2024-03-25 Thread Derek via Ql-Users
via Ql-Users wrote: >Darren Branagh via Ql-Users wrote: > >> I don't have a Q60, so would be more than willing to pay postage to have it >> sent to me? > >A Q60 for just postage would be a fantastic deal, it's easily

Re: [Ql-Users] hardware

2024-03-25 Thread Peter Graf via Ql-Users
Darren Branagh via Ql-Users wrote: > I don't have a Q60, so would be more than willing to pay postage to have it > sent to me? A Q60 for just postage would be a fantastic deal, it's easily worth a four digit sum these days... ___ QL-Users Mailing List

Re: [Ql-Users] hardware

2024-03-25 Thread Darren Branagh via Ql-Users
7;t dump any of it. > > Darren. > > > On Sat 23 Mar 2024, 11:14 Derek via Ql-Users, > wrote: > >> Hi, >> >> Please do not dump it, I can drive up from Derbyshire to collect it >> >> Regards, >> Derek >> >> On 23/03/2024 10:44, Geor

Re: [Ql-Users] hardware

2024-03-25 Thread Darren Branagh via Ql-Users
Sat 23 Mar 2024, 11:14 Derek via Ql-Users, wrote: > Hi, > > Please do not dump it, I can drive up from Derbyshire to collect it > > Regards, > Derek > > On 23/03/2024 10:44, George Gwilt via Ql-Users wrote: > > > > > > > > > > > > >

Re: [Ql-Users] hardware

2024-03-23 Thread Graeme Gregory via Ql-Users
Hi Richard, I live pretty near Edinburgh and would be willing to help you clear out and distribute the stuff to the QL community! Graeme On Sat, 23 Mar 2024, at 10:44 AM, George Gwilt via Ql-Users wrote: > Hallo again from Richard Gwilt - George’s son. Thank you very much for > you

Re: [Ql-Users] hardware

2024-03-23 Thread Juraj Lutter via Ql-Users
> On 23 Mar 2024, at 12:13, Derek via Ql-Users wrote: > > Hi, > > Please do not dump it, I can drive up from Derbyshire to collect it I might be interested in some of the HW (provided that you can save it from the dump). — Juraj Lutter XMPP: juraj (at) lutter.sk GSM

Re: [Ql-Users] hardware

2024-03-23 Thread Derek via Ql-Users
Hi, Please do not dump it, I can drive up from Derbyshire to collect it Regards, Derek On 23/03/2024 10:44, George Gwilt via Ql-Users wrote: Hallo again from Richard Gwilt - George’s son. Thank you very much for your kind words over the last week or so. Sorry to bother you all AGAIN

[Ql-Users] hardware

2024-03-23 Thread George Gwilt via Ql-Users
Hallo again from Richard Gwilt - George’s son. Thank you very much for your kind words over the last week or so. Sorry to bother you all AGAIN - but we are in the process of tidying up - and are faced with a room FULL of QL stuff!! 6 old black QL computers (1 with Trump card) 1 Q60 1 QL2

[Ql-Users] Launchpad 2.14 update

2024-03-21 Thread Dilwyn Jones via Ql-Users
A minor update to my Launchpad 2 program launcher software has been issued to fix a problem with the Jobs menu when run on QDOS with pointer environment. The v2.14 update (just 3 files to replace for existing users) is available to download from https://dilwyn.qlforum.co.uk/gen/launchpad/demo/demo.

Re: [Ql-Users] Q-Liberator v3.46

2024-03-21 Thread François Van Emelen via Ql-Users
Op 20/03/2024 om 23:10 schreef Dilwyn Jones via Ql-Users: Version 3.46 of the Q-Liberator compiler is now available to download from https://dilwyn.qlforum.co.uk/qlib/index.html The source files are also available on the page. Dilwyn ___ QL-Users

[Ql-Users] Q-Liberator v3.46

2024-03-20 Thread Dilwyn Jones via Ql-Users
Version 3.46 of the Q-Liberator compiler is now available to download from https://dilwyn.qlforum.co.uk/qlib/index.html The source files are also available on the page. Dilwyn ___ QL-Users Mailing List

Re: [Ql-Users] Q-emulator

2024-03-19 Thread Daniele Terdina via Ql-Users
Feel free to add more OS constants! From: Ql-Users on behalf of Graeme Gregory via Ql-Users Sent: Tuesday, March 19, 2024 2:25 PM To: ql-us...@q-v-d.com Cc: Graeme Gregory Subject: Re: [Ql-Users] Q-emulator On Tue, 19 Mar 2024, at 1:30 PM, Dilwyn Jones via

Re: [Ql-Users] Q-emulator

2024-03-19 Thread Daniele Terdina via Ql-Users
it (but that could change) and on other platforms it returns an empty string. Thanks, Daniele From: Ql-Users on behalf of Urs Koenig (QL) via Ql-Users Sent: Tuesday, March 19, 2024 1:05 PM To: ql-us...@q-v-d.com Cc: Urs Koenig (QL) Subject: Re: [Ql-Users] Q

Re: [Ql-Users] Q-emulator

2024-03-19 Thread Graeme Gregory via Ql-Users
On Tue, 19 Mar 2024, at 1:30 PM, Dilwyn Jones via Ql-Users wrote: > I was given this file a few years ago. I'm sorry, I don't know if it's > still accurate. Hope it helps. > > Dilwyn > > Q-EMULATOR TRAP CALL > > Use Trap #1 with D0.L = -26 to get some emul

Re: [Ql-Users] Q-emulator

2024-03-19 Thread Urs Koenig (QL) via Ql-Users
BASIC. > -Ursprüngliche Nachricht- > Von: Ql-Users [mailto:ql-users-boun...@lists.q-v-d.com] Im Auftrag von > Daniele Terdina via Ql-Users > Gesendet: Dienstag, 19. März 2024 20:48 > An: ql-us...@q-v-d.com > Cc: Daniele Terdina > Betreff: Re: [Ql-Users] Q-emulator > &

Re: [Ql-Users] Q-emulator

2024-03-19 Thread Daniele Terdina via Ql-Users
I can write you an extension for that later today. Thanks Daniele From: Ql-Users on behalf of desin via Ql-Users Sent: Tuesday, March 19, 2024 12:24 PM To: ql-us...@q-v-d.com Cc: desin Subject: Re: [Ql-Users] Q-emulator Am 19.03.24 um 19:25 schrieb Daniele

Re: [Ql-Users] Q-emulator

2024-03-19 Thread desin via Ql-Users
Am 19.03.24 um 19:25 schrieb Daniele Terdina via Ql-Users: This is correct, thank you Dilwyn! If you'd like to test whether you are running on the Q-emuLator-specific version of SMSQ/E (file named SMSQ_QEM, that can only run on Q-emuLator), you can use MACHINE and check for code 26

Re: [Ql-Users] Q-emulator

2024-03-19 Thread Daniele Terdina via Ql-Users
u are running on Q-emuLator by setting D0=-26 (notice the minus sign), D1=1 and calling TRAP #1. On return, if the error code (in D0) is zero and D1.B is 1, you are running on Q-emuLator. From: Ql-Users on behalf of Dilwyn Jones via Ql-Users Sent: Tuesday, March 19, 2

Re: [Ql-Users] Q-emulator

2024-03-19 Thread Dilwyn Jones via Ql-Users
== > > Hope this helps. Most of this is untested so you may find some bugs. > The only piece of software currently using one of these traps is the > Q-emuLator's mouse driver (it refuses to install and prints an error > if it's n

Re: [Ql-Users] Q-emulator

2024-03-19 Thread Dilwyn Jones via Ql-Users
his helps. Most of this is untested so you may find some bugs. The only piece of software currently using one of these traps is the Q-emuLator's mouse driver (it refuses to install and prints an error if it's not running in Q-emuLator). On Tue, 19 Mar 2024 at 12:54, desin via Ql-Users wro

[Ql-Users] Q-emulator

2024-03-19 Thread desin via Ql-Users
Hello how can a basic program check if its running on Q-emulator ? Greetings from Switzerland Markus ___ QL-Users Mailing List

Re: [Ql-Users] SMSQmulator 3.00

2024-03-14 Thread desin via Ql-Users
Hello Wolfgang print FTEST ("flp1_") results in Exception in thread "Thread-1" java.lang.NullPointerException: Cannot read field "data_regs" because "this.cpu" is null at drivers.FloppyDriver.checkDriveStatus(FloppyDriver.java:334) at smsqmulator.TrapDispatcher.dispatchTrap(Tr

[Ql-Users] George Gwilt

2024-03-12 Thread Marcel Kilgus via Ql-Users
On Monday, 11. March 2024 15:20:57 (+01:00), George Gwilt via Ql-Users wrote: > Hello everyone at the QL-Users group. I guess most of you knew of mu father, > George Gwilt - this is just to let you know that he passed away this past Saturday. > > All the best, > > Ri

Re: [Ql-Users] SMSQ/E 3.39

2024-03-12 Thread Marcel Kilgus via Ql-Users
On Monday, 11. March 2024 15:20:57 (+01:00), George Gwilt via Ql-Users wrote: > Hello everyone at the QL-Users group. I guess most of you knew of mu father, George Gwilt - this is just to let you know that he passed away this past Saturday. > > All the best, > > Richa

Re: [Ql-Users] George Gwilt

2024-03-12 Thread Urs Koenig (QL) via Ql-Users
Sad news! My deepest sympathy. He was a smart and bright person. His contribution to the QL world is invaluable. A great loss. I last met George almost 10 years ago at the QL is 30 show which took place in Edinburgh in October 2014. Speaking of that show, there are some videos and reports out th

Re: [Ql-Users] George Gwilt

2024-03-12 Thread Fabrizio Diversi via Ql-Users
I never met George, but he was an inspiration with my "struggles" to modify the SMSQ sources on the 68060 processor of my Q60 and recompile them. Rest in peace. Fabrizio On 12/03/24 10:25, Wolfgang Lenerz via Ql-Users wrote: Hi, I'm sorry to hear about his passing. He was an

[Ql-Users] George Gwilt

2024-03-12 Thread Wolfgang Lenerz via Ql-Users
chard Gwilt On 25 Feb 2024, at 20:54, qlus...@sinclairql.net via Ql-Users wrote: This is great news! It took me some time to do a first test run with QPC2 and QL/E v3.23 this evening. So far all is well. QL forever! Urs ___ QL-Users Mailing

Re: [Ql-Users] SMSQ/E 3.39

2024-03-12 Thread François Van Emelen via Ql-Users
Op 11/03/2024 om 15:20 schreef George Gwilt via Ql-Users: Hello everyone at the QL-Users group. I guess most of you knew of mu father, George Gwilt - this is just to let you know that he passed away this past Saturday. All the best, Richard Gwilt May he rest in peace. François Van Emelen

Re: [Ql-Users] SMSQ/E 3.39

2024-03-12 Thread Norman Dunbar via Ql-Users
I'm gutted to hear of George's passing away. I had a lot of dealings with George when I was writing Assembler articles for QL Today, there wasn't ever an article that George didn't have a comment on, but mostly he had ideas to improve things. For which I was grateful. My deepest sympathies to h

Re: [Ql-Users] George Gwilt

2024-03-11 Thread Darren Branagh via Ql-Users
Very sorry to hear this. George was a very talented man, and some of the programs he wrote were truly brilliant. May he rest in peace. On Mon 11 Mar 2024, 23:37 Marcel Kilgus via Ql-Users, < ql-users@lists.q-v-d.com> wrote: > > > On Monday, 11. March 2024 15:20:57 (+01:00), Geor

[Ql-Users] George Gwilt

2024-03-11 Thread Marcel Kilgus via Ql-Users
On Monday, 11. March 2024 15:20:57 (+01:00), George Gwilt via Ql-Users wrote: > Hello everyone at the QL-Users group. I guess most of you knew of mu father, > George Gwilt - this is just to let you know that he passed away this past Saturday. > > All the best, > > Ri

Re: [Ql-Users] George Gwilt

2024-03-11 Thread Dilwyn Jones via Ql-Users
Richard Gwilt wrote: > Hello everyone at the QL-Users group. I guess most of you knew of mu > father, George Gwilt - this is just to let you know that he passed > away this past Saturday. > > All the best, > > Richard Gwilt Thank you for letting us know. George contributed a lot to the QL scene t

[Ql-Users] George Gwilt

2024-03-11 Thread Peter Graf via Ql-Users
Richard Gwilt wrote: > Hello everyone at the QL-Users group. I guess most of you knew of mu > father, George Gwilt - this is just to let you know that he passed > away this past Saturday. > > All the best, > > Richard Gwilt My heartfelt sympathy! I remember we privately met about a decade ago. S

Re: [Ql-Users] SMSQ/E 3.39

2024-03-11 Thread Derek via Ql-Users
11 March 2024 14:20:57 GMT, George Gwilt via Ql-Users wrote: >Hello everyone at the QL-Users group. I guess most of you knew of mu father, >George Gwilt - this is just to let you know that he passed away this past >Saturday. > >All the best, > >Richard Gwilt > > >

Re: [Ql-Users] SMSQ/E 3.39

2024-03-11 Thread pjw via Ql-Users
Hi Richard, My condolences. Thank you for letting us know. George was one of the greats. He will be missed! Per On 11/03/2024 15:20, George Gwilt via Ql-Users wrote: Hello everyone at the QL-Users group. I guess most of you knew of mu father, George Gwilt - this is just to let you know

Re: [Ql-Users] SMSQ/E 3.39

2024-03-11 Thread George Gwilt via Ql-Users
Hello everyone at the QL-Users group. I guess most of you knew of mu father, George Gwilt - this is just to let you know that he passed away this past Saturday. All the best, Richard Gwilt > On 25 Feb 2024, at 20:54, qlus...@sinclairql.net via Ql-Users > wrote: > > >

Re: [Ql-Users] SMSQmulator 3.00

2024-03-04 Thread Peter Graf via Ql-Users
Wolfgang Lenerz via Ql-Users: >>> Hmm, I always thought there was only one remaining user under java 8. >> >> I'm sure there would be several more, if you didn't hide the Java 8 >> version from the public ;-) > > Yes, and maintaining it is a PITA

[Ql-Users] SMSQmulator 3.00

2024-03-04 Thread Wolfgang Lenerz via Ql-Users
Hi, Hmm, I always thought there was only one remaining user under java 8. I'm sure there would be several more, if you didn't hide the Java 8 version from the public ;-) Yes, and maintaining it is a PITA Wolfgang ___ QL-Users Mailing List

Re: [Ql-Users] SMSQmulator 3.00

2024-03-04 Thread Peter Graf via Ql-Users
Hi Wolfgang, > Hmm, I always thought there was only one remaining user under java 8. I'm sure there would be several more, if you didn't hide the Java 8 version from the public ;-) Your Java 8 version runs like a charm, nicely supports 32 bit machines, and can live with a compact JRE engine inste

Re: [Ql-Users] SMSQ/E 3.40 (only for Qimsi users)

2024-03-04 Thread Peter Graf via Ql-Users
Wolfgang Lenerz via Ql-Users wrote: > I just uploaded SMSQE 3.40. > > This is ONLY of interest for those having a (Super)GoldCard with Qimsi: > the PS2 driver for that hardware is now integrated into the source tree. > The filename for that version of SMSQ/E is "gold_qim

[Ql-Users] SMSQmulator 3.00

2024-03-04 Thread Wolfgang Lenerz via Ql-Users
Hi, Hmm, I always thought there was only one remaining user under java 8. Wolfgang (Strangely enough, I only got François' reply, not the original message from Urs) While all my PCs were still running Java 8 from Oracle, this was the trigger to start upgrading Java. My Windows 10 power h

[Ql-Users] SMSQ/E 3.40 (only for Qimsi users)

2024-03-04 Thread Wolfgang Lenerz via Ql-Users
Hi all, I just uploaded SMSQE 3.40. This is ONLY of interest for those having a (Super)GoldCard with Qimsi: the PS2 driver for that hardware is now integrated into the source tree. The filename for that version of SMSQ/E is "gold_qimsi" and can be found in the smsqe340_binaries.zip file, as re

Re: [Ql-Users] SMSQmulator 3.00

2024-03-04 Thread François Van Emelen via Ql-Users
Op 25/02/2024 om 22:04 schreef qlus...@sinclairql.net via Ql-Users: Another great news! While all my PCs were still running Java 8 from Oracle, this was the trigger to start upgrading Java. My Windows 10 power horse now has Java 17 from Microsoft. A first test run of SMSQmulator v3.00 and QL

Re: [Ql-Users] SMSQ/E 3.39

2024-02-29 Thread Peter Graf via Ql-Users
Hi Jan, > When I use a splitter and connect the keyboard to the corresponding > connector on the spiltter, the Q68 freezes at the boot loader screen > even if the mouse is not connected. The simple reason is that most (not all) splitter cables lead the mouse to the primary PS/2 port. This was t

Re: [Ql-Users] SMSQ/E 3.39

2024-02-29 Thread Derek via Ql-Users
Q68, but interchanging 4 wires in the Mouse connector, get the splitter working. Regards Derek On 29 February 2024 22:58:09 GMT, Jan Bredenbeek via Ql-Users wrote: >Hi Dilwyn, > >On 29-02-2024 19:05, Dilwyn Jones via Ql-Users wrote: > >> I might agree with that, were it not for the fact

Re: [Ql-Users] SMSQ/E 3.39

2024-02-29 Thread Jan Bredenbeek via Ql-Users
Hi Dilwyn, On 29-02-2024 19:05, Dilwyn Jones via Ql-Users wrote: I might agree with that, were it not for the fact that there has been no issue whatsoever with running SMSQ/E on it (apart from the fact I have to configure it not to try to do fast SD card access). Anyway, once Derek has been

Re: [Ql-Users] SMSQ/E 3.39

2024-02-29 Thread Dilwyn Jones via Ql-Users
version or something else. On Thu, 29 Feb 2024 at 17:59, Peter Graf via Ql-Users wrote: > > Dilwyn Jones via Ql-Users wrote: > > 1.05 - That's the version that caused me all the Minerva problems. > > A hardware problem seems more likely to me, because logic version 1.05 > wor

Re: [Ql-Users] SMSQ/E 3.39

2024-02-29 Thread Peter Graf via Ql-Users
Dilwyn Jones via Ql-Users wrote: > 1.05 - That's the version that caused me all the Minerva problems. A hardware problem seems more likely to me, because logic version 1.05 works with the latest Minerva elsewhere. ___ QL-Users Mailing List

Re: [Ql-Users] SMSQ/E 3.39

2024-02-29 Thread Dilwyn Jones via Ql-Users
most recent Minerva4Q68, still the same issues as the earlier problems (lockup at various seemingly random points during Minerva startup). Didn't get time to try Smsq/e 3.39 before sending it off. Dilwyn On Thu, Feb 29, 2024, 15:00 Jan Bredenbeek via Ql-Users < ql-users@lists.q-v-d.com>

  1   2   3   4   5   6   7   8   9   10   >