Search found 1358 matches

by XorA
Fri Jan 19, 2024 3:21 pm
Forum: Software & Programming
Topic: Q68 Emulate original QL Keyboard
Replies: 44
Views: 5162

Re: Q68 Emulate original QL Keyboard

The hardware reset by magic word access to $1C024 resets both the CPU and all peripherals except the CP2200. I am curious whether this does preserve the 68000 registers or not. If not, it won't be possible to do a full hardware reset with CALL 390 because it expects a magic word in register A5 and ...
by XorA
Fri Jan 19, 2024 12:19 pm
Forum: Wanted
Topic: Wanted - Various Items
Replies: 10
Views: 3264

Re: Wanted - Various Items

t0nyt wrote: Fri Jan 19, 2024 10:57 am Edited original post to add a QIMSI
Why don't you join the QIMSI buying thread?

viewtopic.php?t=4535
by XorA
Thu Jan 18, 2024 10:57 am
Forum: General QL Chat
Topic: "QL Is 40" international meeting
Replies: 9
Views: 7551

Re: "QL Is 40" international meeting

Awesome, Ill check the dates on the German meeting and see if I can make it!
by XorA
Wed Jan 17, 2024 4:53 pm
Forum: Software & Programming
Topic: C68 Source Compiling
Replies: 4
Views: 624

Re: C68 Source Compiling

Use the filesystem type in sqlux.ini as qdos-like.

That enables filename translations on the fly!
by XorA
Mon Jan 15, 2024 3:07 pm
Forum: General QL Chat
Topic: Possible QL Is 40 event, UK
Replies: 15
Views: 3302

Re: Possible QL Is 40 event, UK

That computer museum has already been contacted by rob!
by XorA
Mon Jan 15, 2024 12:44 pm
Forum: General QL Chat
Topic: Possible QL Is 40 event, UK
Replies: 15
Views: 3302

Re: Possible QL Is 40 event, UK

There has been a resurgence of interest in the QL in recent years - QL Forum has over 1,000 members now, and the Sinclair QL For Everyone group on Facebook has 1.6K members. I would take those figures with a touch of salt though, Facebook like Twitter before it is famous for being mostly bot accoun...
by XorA
Sat Jan 13, 2024 9:31 am
Forum: General QL Chat
Topic: QL-is-40!
Replies: 10
Views: 2681

Re: QL-is-40!

Isnt this Happy Conception day rather than Happy Birthday, we don't normally start numbering things until they are delivered :-D
by XorA
Tue Jan 09, 2024 11:18 pm
Forum: Hardware
Topic: ql vdrive in EU ?
Replies: 9
Views: 1006

Re: ql vdrive in EU ?

I don't know how an international E-Commerce site impacts customs.
The correct fee is paid and paperwork is prepared by etsy so stuff just passes through unhindered!
by XorA
Mon Jan 08, 2024 3:28 pm
Forum: Hardware
Topic: White screen problem
Replies: 3
Views: 507

Re: White screen problem

Probably one or more of the memory chips on the board is not making good contact with the socket - you could carefully take each one out and reseat them in the socket - if the pins look a little tarnished - give them a gentle rub with some contact clearner before reseating them in the sockets. Hope...
by XorA
Mon Jan 08, 2024 3:25 pm
Forum: Software & Programming
Topic: Bug in string handling in SMSQ/E
Replies: 11
Views: 1222

Re: Bug in string handling in SMSQ/E

10 a$ = "1234567890" 20 b$ = a$(4 to 3): REMark This works 30 c$ = a$(4 to 2): REMark This fails with an error. Neither Qdos JS nor Minerva accept line 30, so that seems to be normal behaviour. SMSQ/E seems just to catch the error before the program runs; the others fall over when they re...