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-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 
> 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 QL21
> assorted CRT monitors, MILLIONS of micro tapes, floppies etc.
> ENORMOUS number of manuals etc etc
>
> We are about to take it all to the dump - if anyone would like any, 
> it’ll be here in Edinburgh in Dad’s computer room available for pick up 
> for the next couple of days.  I know, no time to think — but perhaps 
> there photos give you an idea of the scale of the problem …
>
> All the best,
>
> Richard
>
>
>
>
>
>
>
>
> ___
> QL-Users Mailing List
___
QL-Users Mailing List


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 emulator info. The trap is
> designed to be usable by other emulators, but I don't think anybody
> else is using it, so it works only with Q-emuLator.
>
> In systems where the trap is not implemented you will get an error
> in D0.L (bad parameter, I think), in Q-emuLator you get 0 in D0.L.
> There are three commands, identified by the value in D1:
>
> ==
>
> D1.L = 0
>
> Currently returns 0 in both D1.L and D2.L. I don't remember anymore
> for sure what the intended meaning was :(. I think D1 was the version of
> the D0=-26 TRAP implemented by the emulator (for example in the future
> there might be a version 1 TRAP that returns extra info, or allows more
> values in D1.L), and D2 is probably reserved for future use. Just ignore D1
> and D2 and look only at D0 (0 = trap is supported, error = it is not),
> or directly call
> with
> D1.L = 1 or 2.
> ==
>
> D1.L = 1
>
> Returns in D1.L info about the host system:
> D1.L = $00aabbcc, where
>   aa = host OS
>0 = Windows
>3 = Mac OS
>   bb = host OS variant (for example, if aa was Unix, bb would
>identify whether it is BSD, Linux, etc.). Currently always
>zero.
>   cc = emulator ID
>1 = Q-emuLator
>
> Returns in D2.L the version of the emulator:
>   D2.L = $xxyyzzww, where
>  xx = major version number
>  yy = middle version number
>  zz = minor version number
>
> ww was supposed to be a global incremental number, but a 0-255
> range is probably too little, so you can just ignore it.
>
> D3.L = type of build
>   0 = alpha
>   1 = beta
>   2 = release
>
> For example,
>D2.L = $02010005 and D3.L = 2 means version 2.1
>D2.L = $01030218 and D3.L = 1 means version 1.3.2b
>
> ==
>
> D1.L = 2
> A1.L = pointer to memory buffer
> D2.L = length of buffer
>
> Fills the buffer with a short QL string identifying the emulator
> (for example "Q-emuLator 2.2").
>
> Returns a buffer full error in D0 if the buffer is smaller than the
> string (and the buffer content is not valid in this case).
> ==
>
> 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 not running in Q-emuLator).
>
Should be pretty simple to implement this in sQLux, just need documentation for 
the missing values for all the OSes sQLux runs on.

Graeme
___
QL-Users Mailing List


Re: [Ql-Users] QX40

2023-09-30 Thread Graeme Gregory via Ql-Users


On Sat, 30 Sep 2023, at 12:31 PM, silcreval via Ql-Users wrote:
> Hello all,
>
> After a few decades ? - I decided to see if I can get my QL running 
> again. Unfortunately it has multiple issues, which I'll get to at some 
> point.
>
> I remembered though I had an ISA card called I believe a QX40? I do 
> remember vaguely using this, probably in the 90s at some point.
>
> I've dusted it off and its now installed in an old Athlon PC that 
> happened to have an ISA slot. I've got DOS installed and all seems good.
>
> However I have struggled to find the software. I do have the original 
> disks but they are unreadable.
>
> I've had a look around the net but not really found any hits for this device.
>
> Any clues pointers?
>
> One thing that is a bit mysterious with the QX40 card is there are two 
> 3.5mm (?) sockets on the rear panel. Any idea what they are for?
>
>

It’s a qxl card, I think the docs are in the ql homepage. 
Http://dilwyn.qlforum.co.uk

Two ports are probably ql network!

Graeme 

___
> QL-Users Mailing List
___
QL-Users Mailing List


Re: [Ql-Users] QL Homepage

2023-04-01 Thread Graeme Gregory via Ql-Users
Can we stop with this nonsense with security certs now, both qlforum.co.uk and 
dilwyn.qlforum.co.uk have valid certs as can be identified by clicking on the 
padlock in the address bar of your browser.

The main cause of this issue is that virus checkers are scams, simple as that. 
They make money by claiming to fix problems that dont exist.

One update that dilwyn.qlforum.co.uk needs is to remove any hardcoded http:// 
absolute links as you want the browser to auto choose the protocol based on 
what the top level page is using. That will get you a fully clean security 
report from browser!

Graeme

On Sat, 1 Apr 2023, at 10:28 AM, Dilwyn Jones via Ql-Users wrote:
> Side effect of QL forum not having a security certificate I guess. It gets
> queried every time I try to upload anything by FTP to the pages.
> The Custom Search Engine code also triggers some anti-viruses, although
> that used to happen with the old site too.
>
> Dilwyn
>
> On Sat, 1 Apr 2023, 07:13 François Van Emelen via Ql-Users, <
> ql-users@lists.q-v-d.com> wrote:
>
>> Op 31/03/2023 om 14:41 schreef Dilwyn Jones via Ql-Users:
>> >>> As I'm getting a large number of "where's the QL homepage gone" type
>> >>> emails despite my extensive efforts at publicising the change, I'm
>> >>> assuming QL users don't read extensively published information (Forum,
>> >>> ql-users list, blog, Facebook, redirect on old site for weeks for
>> >>> example)
>> >> It is a shame that people don't even try a primitive a web search before
>> >> bothering you. Simply "Dilwyn QL" is enough to find the new place.
>> >>
>> >> Many thanks for keeping your homepage up!
>> >> Peter
>> > Thank you Peter.
>> > Interestingly, searching for "dilwyn ql" on Google also brings up Tony
>> > Firshman's firshman.co.uk site - I'll let you figure out the
>> > connection :)
>> > Dilwyn
>> > ___
>> > QL-Users Mailing List
>>
>> Hi Dilwyn,
>>
>> Bitdefender told me your site was not safe and sent me to Firshman'... .
>>
>> I had to deactivate my antivirus before I could go to your homepage.
>>
>> Have a fine day,
>>
>> François Van Emelen
>>
>>
>> ___
>> QL-Users Mailing List
>>
> ___
> QL-Users Mailing List
___
QL-Users Mailing List


Re: [Ql-Users] QL is worryingly nearly 40 do we get a midlife crisis party anywhere?

2023-03-14 Thread Graeme Gregory via Ql-Users



On Tue, 14 Mar 2023, at 3:39 PM, Marcel Kilgus via Ql-Users wrote:
> John Alexander via Ql-Users wrote:
>> QL is worryingly nearly 40 do we get a midlife crisis party
>> anywhere?Also the list as been quieter even tha nusual where is everyone?
>
> All QL related talk moved to the web forum. My feed reader currently 
> says I have 350 unread messages there...
>
We did discuss hooking this mailing list up to the forum!

Not sure if thats possible with phpBB, it was on FUDforum that I used to use!

Graeme
___
QL-Users Mailing List


Re: [Ql-Users] Raspberry Pi Pico

2022-12-31 Thread Graeme Gregory via Ql-Users



On Sat, 31 Dec 2022, at 1:14 PM, Peter Graf via Ql-Users wrote:
> Wolfgang Lenerz via Ql-Users wrote:
>> Short answer:
>> 
>> "Could" it be ported? Yes.
>
> But not in a sense that it could run any existing SMSQ/E executables.
> Just BASIC programs would run. A port would be a rewrite of SMSQ/E in
> ARM assembler instead of 68K assembler.
>
A C implementation of SuperBasic would be useful to some people it seems.

But as Peter says it would not be SMSq/e based!

So who is stepping forward to volunteer :-D

Graeme
___
QL-Users Mailing List


Re: [Ql-Users] Ql-Users Digest, Vol 221, Issue 9

2022-10-25 Thread Graeme Gregory via Ql-Users
He is still a regular poster on the Facebook group!

Graeme

On Mon, 24 Oct 2022, at 11:43 PM, Paul Holmgren via Ql-Users wrote:
> Thanks, that prodded my memory,  Is Dave Park still around??
>
> Paul Holmgren JCI 74145
> 
>
> On Monday, October 24, 2022 at 04:03:41 PM EDT, 
> ql-users-requ...@lists.q-v-d.com  
> wrote:  
> 
>  --
>
> Message: 1
> Date: Mon, 24 Oct 2022 11:29:36 +0100
> From: John Southern 
> To: ql-us...@q-v-d.com
> Subject: Re: [Ql-Users] Ql-Users Digest, Vol 221, Issue 7
> Message-ID:
>     
> Content-Type: text/plain; charset="UTF-8"
>
> Hi Paul,
>
> The original French made SAF 40LF220 3.0V battery is no longer made.
> There is an equivalent at ?23 at
> https://www.allbatteries.co.uk/lithium-battery-3v-270mah-40lf220-equivalent-mgl0025.html
> or you could ask
> https://www.vlad.fr/en/various-professional/7883-battery-lithium-3v-270mah-industry-type-2840lf22029.html
> https://www.laboiteapiles.com/produit/124/40lf220 claim to have some in
> stock
>
> However I think what you are after is a CR2032 replacement in a holder.
> Marcel mentioned a holder at
> https://www.kilgus.net/2018/05/22/ql-sd-ql-microsd-and-sgc-battery/
> Dave on the QL Forum had https://qlforum.co.uk/viewtopic.php?t=1137 but I
> think you are remembering
> https://qlforum.co.uk/viewtopic.php?f=2=387=battery
> The Russian ones when back online were
> https://www.sellmyretro.com/offer/details/28481
>
> Regards
> John
>
> Thanks, that prodded my memory,  Is Dave Park still around??
>  
> ___
> QL-Users Mailing List
___
QL-Users Mailing List


Re: [Ql-Users] the british way

2022-06-17 Thread Graeme Gregory via Ql-Users



On Fri, 17 Jun 2022, at 7:15 PM, Dilwyn Jones via Ql-Users wrote:
> Horrible situation. Bye bye all QL websites. I've just put a rental house
> for sale because of the ever increasing legislation and costs - as have
> MANY small portfolio landlords - so well intentioned change in the UK will
> lead to a housing rental shortage and increased rentals instead of making
> things better for tenants. If this or similar legislation ends up applying
> to us, I won't try to comply, I'll just shut down. End of.
>
Its almost like the web giants have lobbied to ban personal websites :-(

Graeme
___
QL-Users Mailing List


Re: [Ql-Users] Lookup%

2021-07-06 Thread Graeme Gregory via Ql-Users


On Tue, 6 Jul 2021, at 3:44 PM, pjwitte via Ql-Users wrote:
> On 06/07/2021 16:18, desin via Ql-Users wrote:
> > Am 06.07.21 um 15:07 schrieb Graeme Gregory via Ql-Users:
> >>
> >>
> >> On Tue, 6 Jul 2021, at 1:59 PM, desin via Ql-Users wrote:
> >>>
> >>>> I agree with Francois, using LOOKUP% as alternative for EXISTS.
> >>>> I use it a lot. It returns the place in the name table which can 
> >>>> also be
> >>>> used to test for conflicting keywords if found out of place.
> >>>>
> >>>> Bob
> >>>>
> >>> on QDOS
> >>> Lookup% can not distinguish between
> >>> SCR_XLIM and SCRXLIM
> >>> http://www.dilwyn.me.uk/tk/scrxlim.zip
> >>>
> >>> if SCRXLIM_cde is loaded
> >>> print Lookup% ("SCR_XLIM") gives 160
> >>> print Lookup% ("SCRXLIM") gives 162
> >>>
> >>> conclusion
> >>> QDOS  -> EXISTS_bin
> >>> SMSQE -> Function_code
> >>>
> >> That looks right to me, assuming uQLx based code.
> >>
> >> Lookup%(SCR_YLIM) will give 161 (its the last extension installed 
> >> by uQLx), and SCRXLIM is the first user one at 162.
> >>
> >> Graeme
> >> ___
> >> QL-Users Mailing List
> >>
> >
> >
> > On the other hand; would it be safe to presume; for all Systems;
> > if SCR_XLIM is not present; the default screen resolution is used ?
> >
> > my reason is a simple system info
> > depends on
> > Exists_bin
> > scrxlim_cde
> >
> >  CLS
> >  PRINT
> >  IF EXISTS ("EMU_VER$") : PRINT " SMSQmulator"
> >  IF EXISTS ("QPC_EXIT") : PRINT " QPC2 "_ver$
> >  IF EXISTS ("UQLX_RELEASE$"): PRINT " UQLX "_RELEASE$
> >  smsqe% = 0 : min% = 0 : tk% = 0
> >  IF "HBA"  INSTR VER$ : smsqe% = 1
> >  IF "JSL1" INSTR VER$ : min%   = 1
> >  IF EXISTS ("ED") : tk%    = 1
> >  IF smsqe%  : PRINT   " SMSQE "  $ (1)
> >  IF min%    : PRINT   " Minerva ROM "$ (1)
> >  IF NOT min% AND NOT smsqe% : PRINT " ";VER$ &" ROM"
> >  fr_mem%=FREE_MEM/1024
> >  IF fr_mem% >  1024:PRINT " "$ (fr_mem%/1000,4,1) &" Mb free"
> >  if fr_mem% <= 1024:PRINT " "_mem%&" Kb free"
> >  if tk%    and not smsqe% : PRINT " Toolkit2 enabled"
> >  IF EXISTS ("HIS_USE") and not smsqe% : PRINT " History  enabled"
> >  IF exists ("PINFO")   and not smsqe% : PRINT " Pointer  enabled"
> >  IF EXISTS ("RAM_USE") and not smsqe% : PRINT " Ramdisk  enabled"
> >  xx%=512:yy%=256
> >  IF EXISTS ("SCR_XLIM"):xx%=SCR_XLIM  :yy%=SCR_YLIM
> >  IF EXISTS ("SCRXLIM") :xx%=SCRXLIM(0):yy%=SCRYLIM(0)
> >  PRINT " Screen "%&"x"%
> >
> > Markus 
> 
> If it were only that easy.. :o(
> 
> I havent gone through all of it, but just a couple of things:
> 
> MACHINE would be better for sorting out wots wot, except not all 
> systems implement it. However, you can get the same info directly from 
> the system variables. I dont have the details to hand, but Im sure 
> someone will produce them any moment now..
> 
> EMU_VER$ was a result of my nagging to get some semblance of 
> conformity across the various emulators (Why does each emulator have a 
> different command to do the same thing!) The idea was that EMU_xxx 
> would replace JVA_xxx and QPC_xxx and anything else like it. Sadly, 
> that didnt happen only SMSQmulator complied (but then still kept the 
> old JVA_xxx) However, one day QPC (and/or any other) may conform and 
> then BANG! goes your test for SMSQmulator. If you want to do it that 
> way, better target JVA_VER$.
> 
> Just a wee logical slip up: You cant use FDEC$ unless either TK2 or 
> SMSQ/E (or some other toolkit I dont know about) are present.
> 

I can add that to sQLux pretty easilly (the EMU_VER$) any documentation I 
should read?

Graeme

___
QL-Users Mailing List

Re: [Ql-Users] Lookup%

2021-07-06 Thread Graeme Gregory via Ql-Users



On Tue, 6 Jul 2021, at 1:59 PM, desin via Ql-Users wrote:
> 
> > I agree with Francois, using LOOKUP% as alternative for EXISTS.
> > I use it a lot. It returns the place in the name table which can also be 
> > used to test for conflicting keywords if found out of place.
> > 
> > Bob
> > 
> on QDOS
> Lookup% can not distinguish between
> SCR_XLIM and SCRXLIM
> http://www.dilwyn.me.uk/tk/scrxlim.zip
> 
> if SCRXLIM_cde is loaded
> print Lookup% ("SCR_XLIM") gives 160
> print Lookup% ("SCRXLIM") gives 162
> 
> conclusion
> QDOS  -> EXISTS_bin
> SMSQE -> Function_code
> 
That looks right to me, assuming uQLx based code. 

Lookup%(SCR_YLIM) will give 161 (its the last extension installed by uQLx), and 
SCRXLIM is the first user one at 162.

Graeme
___
QL-Users Mailing List


Re: [Ql-Users] New Tools for Microdrive preservation

2021-06-28 Thread Graeme Gregory via Ql-Users



On Mon, 28 Jun 2021, at 12:40 PM, desin via Ql-Users wrote:
> https://github.com/mist-devel/mist-binaries/tree/master/cores/ql
> 
> and
> 
> The "QL Software Collection" has been moved to archive.org
> 
> Greetings from Switzerland
> 
>   Markus

Nice to see the MiST core stuff get some love too!

Graeme
___
QL-Users Mailing List


Re: [Ql-Users] Mister core

2021-02-01 Thread Graeme Gregory via Ql-Users


On Mon, 1 Feb 2021, at 5:34 PM, Michael Grunditz via Ql-Users wrote:
> Hi,
> 
> I have problems with the Ql core for mister.
> 
> With minerva rom i get this screen:
> 
> http://www.update.uu.se/~micken/qlcore.jpg
> 
> With js rom I get a white screen.
> 
> Osd menus works in both cases.
> 
> I might have a bug in the fpga,  but not sure if it is that .
> 
> The "official" core works just fine.
> 

That’s a ram error, the hex is the address afaik.

Graeme
___
QL-Users Mailing List

Re: [Ql-Users] SMSQmulator 2.29

2020-04-19 Thread Graeme Gregory via Ql-Users
On Sun, 2020-04-19 at 18:04 +0200, Wolfgang Lenerz via Ql-Users wrote:
> Hi,
> 
> > Thanks again. I reloaded the re-upped version.
> > 
> > But under W$7 with most recent Java 8.251 (updated today) nothing
> > happens, not even the black screen or an error message.
> 
> 
> Strange. Just to be sure, I downloaded the file and used it under
> win7
> in a VM where it runs OK with java 8.
> 
> 
> > Under an old Lubuntu and likely an old Java8 it will start.
> > Also under W$10 with Java 8.241 there seems to be no problem.
> 
> Using a commad line,
> 
> java --version
> 
> will tell you what java you're running .
> 

Not in v8, that needs java -showversion

Graeme


___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 2.28

2020-03-01 Thread Graeme Gregory via Ql-Users


On Sat, 29 Feb 2020, at 11:22 PM, Kjartan via Ql-Users wrote:
> Hi,
> 
> The scanner behaves as a keyboard, ascii only.
> Result from a Samsung hd: S13PJ1LS710098
> 
> It works fine in uqlx.
> 

uQlx makes no attempt to emulate a keyboard. It just directly fills the QDOS 
input buffers.

Graeme

> Kjartan
> 
> 
> On 2020-02-29 18:44, Wolf via Ql-Users wrote:
> > Hi,
> > 
> > The scanner emulates a keyboard?
> > 
> > Does it input anything other than normal keystrokes (i.e. no shift,
> > ctrl, alt, no home/end etc, cursor keys etc?)
> > 
> > Wolfgang
> > 
> > Le 29/02/2020 à 11:41, Kjartan Geble Olsen via Ql-Users a écrit :
> >> Would it be possible to speed up the keyboard handling?
> >> It fails to correctly read a barcode scanner.
> >> Random characters lost on each scan.
> >> 
> >> Kjartan
> >> 
> >> On Fri, 07 Feb 2020 11:34:02 +0100, Wolfgang Lenerz via Ql-Users 
> >>  wrote:
> >> 
> >>> Hi all,
> >>> 
> >>> SMSQmulator 2.28 is out now.
> >>> 
> >>> (www.wlenerz.com/smsqmulator)
> >>> 
> >>> Have fun!
> >>> 
> >>> Wolfgang
> >>> 
> >>> NB Sorry if this gets double-posted, I haven't had a return yet...
> >>> ___
> >>> QL-Users Mailing List
> >> 
> >> 
> > ___
> > QL-Users Mailing List
> 
> -- 
> Roundcube Webmail
> ___
> QL-Users Mailing List
___
QL-Users Mailing List

Re: [Ql-Users] UQLX

2019-10-22 Thread Graeme Gregory via Ql-Users



On Tue, 22 Oct 2019, at 11:07 AM, desin via Ql-Users wrote:
> hello
> 
> there is a annoying bug in the screen handling with UQLX 2018(a)
> it only manifests if zoom is to 2 eg ./qm -z 2
> 
> when using pointer programs like QPC2 Files and QD
> the cursor jumps to the middle of the upper left corner
> 
> the versions 2012 and 2017 are ok
> but the sources of 2017 are no longer on github
> 
> any solutions ?
> 
No sources have been removed from github, you just need to roll back!

Graeme
___
QL-Users Mailing List


Re: [Ql-Users] UQLX and QD

2018-12-31 Thread Graeme Gregory via Ql-Users



On Mon, 31 Dec 2018, at 8:04 PM, Graeme Gregory via Ql-Users wrote:
> 
> 
> On Mon, 31 Dec 2018, at 1:12 PM, Graeme Gregory via Ql-Users wrote:
> > 
> > 
> > On Mon, 31 Dec 2018, at 12:31 PM, desin via Ql-Users wrote:
> > > get the sd_demo.win from marcel
> > > 
> > > edit the .uqlxrc
> > > 
> > > start uqlx(qm,qx,qm_x86-32)  -b "lrun win1_boot"
> > > press space
> > > ex qd;"win1_boot"
> > > move the cursor
> > > move the mouse outside the QD window
> > > try to get back to QD
> > > 
> > > the same procedure
> > > with no zoom   eg -z 0 or 1
> > > works ok
> > > 
> > > i have tried QD A,07,B.02,B.04,B,05
> > > outline set or not
> > > 
> > > greetings and a happy new year
> > > 
> > > from Switzerland
> > > 
> > Probably I missed a divide by zoom factor somewhere in the code!
> > 
> Does this by any chance fix it?
> 
> https://www.dropbox.com/s/f43e1aefylx1z1r/qm.zip?dl=0
> 
> 64bit qm version.
> 
Actually no that wont do anything different, wrong bit of code :-(

Graeme

___
QL-Users Mailing List


Re: [Ql-Users] UQLX and QD

2018-12-31 Thread Graeme Gregory via Ql-Users



On Mon, 31 Dec 2018, at 1:12 PM, Graeme Gregory via Ql-Users wrote:
> 
> 
> On Mon, 31 Dec 2018, at 12:31 PM, desin via Ql-Users wrote:
> > get the sd_demo.win from marcel
> > 
> > edit the .uqlxrc
> > 
> > start uqlx(qm,qx,qm_x86-32)  -b "lrun win1_boot"
> > press space
> > ex qd;"win1_boot"
> > move the cursor
> > move the mouse outside the QD window
> > try to get back to QD
> > 
> > the same procedure
> > with no zoom   eg -z 0 or 1
> > works ok
> > 
> > i have tried QD A,07,B.02,B.04,B,05
> > outline set or not
> > 
> > greetings and a happy new year
> > 
> > from Switzerland
> > 
> Probably I missed a divide by zoom factor somewhere in the code!
> 
Does this by any chance fix it?

https://www.dropbox.com/s/f43e1aefylx1z1r/qm.zip?dl=0

64bit qm version.

Graeme
___
QL-Users Mailing List


Re: [Ql-Users] UQLX and QD

2018-12-31 Thread Graeme Gregory via Ql-Users



On Mon, 31 Dec 2018, at 12:31 PM, desin via Ql-Users wrote:
> get the sd_demo.win from marcel
> 
> edit the .uqlxrc
> 
> start uqlx(qm,qx,qm_x86-32)  -b "lrun win1_boot"
> press space
> ex qd;"win1_boot"
> move the cursor
> move the mouse outside the QD window
> try to get back to QD
> 
> the same procedure
> with no zoom   eg -z 0 or 1
> works ok
> 
> i have tried QD A,07,B.02,B.04,B,05
> outline set or not
> 
> greetings and a happy new year
> 
> from Switzerland
> 
Probably I missed a divide by zoom factor somewhere in the code!

Graeme
___
QL-Users Mailing List


Re: [Ql-Users] QPC 2 on Linux

2018-12-27 Thread Graeme Gregory via Ql-Users
Pretty sure from my previous issues with this its a GFX driver issue on Linux 
rather than a wine issue.

But I cannot now remember which combos work and which do not.

Also make sure your desktop is not in Wayland mode as that is utterly broken :-(

Graeme

On Thu, 27 Dec 2018, at 11:13 AM, Wolfgang Lenerz via Ql-Users wrote:
> Hi,
> 
> I must have missed something regarding QPC under wine.
> 
> Here it works as expected (wine --version gives wine-3.7).
> 
> Wolfgang
> 
> 
> > QPC 2 works here on wine-3.0.4(stable) and wine-4.0-rc2(staging)
> > 
> > I'm on Kanotix Steelfire
> > Debian Linux 4.9.0-8 (NVIDIA) and 4.19.0-3 (INTEL)
> > 
> > you can get it here
> > 
> > http://nightly.kanotix.acritox.com/latest/
> > 
> > it comes in LXDE and KDE flavours
> > 
> > 
> > Greetings from Switzerland
> > 
> >      Markus
> > ___
> > QL-Users Mailing List
> > 
> > 
> ___
> QL-Users Mailing List
___
QL-Users Mailing List

Re: [Ql-Users] QL-SD news

2018-03-29 Thread Graeme Gregory via Ql-Users


On Thu, 29 Mar 2018, at 10:42 PM, Dave Park via Ql-Users wrote:
> A Lattice JTAG programmer is all.
> 
I have a couple of FTDI JTAG doodats, but no specific Lattice one.

Graeme
___
QL-Users Mailing List


Re: [Ql-Users] QL-SD news

2018-03-29 Thread Graeme Gregory via Ql-Users


On Thu, 29 Mar 2018, at 10:29 PM, Marcel Kilgus via Ql-Users wrote:
> Speaking of only announcing stuff that basically already works, I have
> made huge progress regarding my work on QL-SD that I was going to
> write about today anyway:
> 
> https://www.kilgus.net/2018/03/29/ql-sd-news/
> 
> Hope this is interesting to you all.
> 
What is required to flash the CPLD (just in case I already have the widgets 
here).

Graeme
___
QL-Users Mailing List


Re: [Ql-Users] R: Source code availability for Minerva v1.92 or v1.89?

2018-02-27 Thread Graeme Gregory via Ql-Users


On Tue, 27 Feb 2018, at 10:33 PM, Dave Park via Ql-Users wrote:
> Would it be possible to send me a copy of this full repaired 64K ROM image
> by email, for testing? I will not distribute it. I'm trying to solve a
> qlnet issue and this might get me on the way...
> 
Time to start a github project for Minerva so we can collect all the fixes?

Graeme
___
QL-Users Mailing List


Re: [Ql-Users] New hardware announcement...

2018-02-25 Thread Graeme Gregory via Ql-Users
He did, you were a few hours late 

G

On Sun, 25 Feb 2018, at 2:53 PM, Martyn Hill via Ql-Users wrote:
> Hi Dave
> 
> ...and, did you? I was late joining the online Chat, so might have 
> missed it :-(
> 
> M.
> 
> 
> On 20/02/2018 21:45, Dave Park via Ql-Users wrote:
> > Hi all,
> >
> > I'll be making a new hardware announcement this Saturday 24th at 8pm UK
> > time.
> >
> > To join in, see the videos/photos and ask questions, join us on the QL
> > Forum chatroom at 8pm.
> >
> > This new piece of hardware is not a small thing*, it is not a clone of
> > existing hardware but is completely new hardware for the BBQL.
> >
> > To get to the QL Forum chatroom, simply surf to qlforum.co.uk, then click
> > on "Online Chat" at the top of the page, choose a screen name, and click
> > join. Anything you type will be seen by everyone.
> >
> >
> > ​*ok, it IS a small thing. 100x63mm, but that includes a through-connector,
> > but it packs a punch for the size!
> >
> 
> -- 
> "There are 10 types of people in this world. Those who understand binary 
> and those who don't."
> 
> ___
> QL-Users Mailing List
___
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-22 Thread Graeme Gregory via Ql-Users


On Mon, 22 Jan 2018, at 9:41 AM, Wolfgang Lenerz via Ql-Users wrote:
> 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
> 
And the next trick make qubide do the same :-D

Graeme
___
QL-Users Mailing List


Re: [Ql-Users] QL ROM versions

2018-01-06 Thread Graeme Gregory via Ql-Users


On Sat, 6 Jan 2018, at 9:57 AM, Dilwyn Jones via Ql-Users wrote:
> before the sale to Amstrad. It includes the copyright message 'Copyright 
> 1985 Sirius Cybernetics' (whoever they were).

http://hitchhikersguidetoearth.wikia.com/wiki/Sirius_Cybernetics_Corporation

So Im guessing it was a joke!

Graeme
___
QL-Users Mailing List


Re: [Ql-Users] Ql-Users Digest, Vol 166, Issue 16

2017-12-31 Thread Graeme Gregory via Ql-Users


On Sun, 31 Dec 2017, at 9:07 AM, Paolo Del Bene via Ql-Users wrote:
> Have you ever thinked to port GNU/linux on the QL Sinclair?
> 
> Here the list of those GNU/linux distributions 100% Free Software
> 
> https://www.gnu.org/distros/free-distros.html
> 
> Awaiting for your reply as soon as possible
> 
Been done.

http://linux-q40.sourceforge.net/

Wont work on BBQL though, needs a bit more meat than that!

Graeme
___
QL-Users Mailing List


Re: [Ql-Users] Copying large files

2017-08-18 Thread Graeme Gregory via Ql-Users


On Fri, 18 Aug 2017, at 09:10 AM, Giorgio Garabello via Ql-Users wrote:
> >
> >
> >
> > NB there is another 65536 limit in the filesystem, that of the number of
> > clusters a qxl.win drive may have
> >
> 
> so, the maximun size of a win file is?
> 
<-- this big ->
___
QL-Users Mailing List