Search found 1342 matches

by XorA
Sat Mar 02, 2024 10:10 am
Forum: QL Emulation
Topic: sQLux v1.0 (The Xmas Turkey)
Replies: 248
Views: 78213

Re: sQLux v1.0 (The Xmas Turkey)

https://github.com/SinclairQL/sQLux/rel ... ag/v1.0.7a

No code changes in this release, but the docker was updated to build more binary types! That's all the 32bit platforms that I used to release back in now!
by XorA
Thu Feb 29, 2024 12:53 pm
Forum: QL Emulation
Topic: sQLux v1.0 (The Xmas Turkey)
Replies: 248
Views: 78213

Re: sQLux v1.0 (The Xmas Turkey)

As English is not your first language I will forgive you for not looking in the excellent docs/ directory where @Exile even updated with the new info! That's not a language thing, but rather a gender thing: Real men don't read manuals! Sorry, but getting off topic, this comment is glorious in its h...
by XorA
Wed Feb 28, 2024 7:24 pm
Forum: QL Emulation
Topic: sQLux v1.0 (The Xmas Turkey)
Replies: 248
Views: 78213

Re: sQLux v1.0 (The Xmas Turkey)

Speaking of keyboard, what keyboard settings are supported with the latest release? Where to set the keyboard? In sqlux.ini? Documentation? Remember Tim's manual initially stated: sQLux uses the keyboard mapping from SDL2, which is a US Keyboard. Even with international ROMS, the keyboard will stil...
by XorA
Tue Feb 20, 2024 9:34 pm
Forum: Software & Programming
Topic: Joystick/Sound in Supervisor mode?
Replies: 66
Views: 2308

Re: Joystick/Sound in Supervisor mode?

Code: Select all

label:
  clr.l d0
If you use a code section we can actually see the code properly!
by XorA
Sun Feb 18, 2024 12:22 pm
Forum: Hardware
Topic: QIMSI
Replies: 101
Views: 42587

Re: QIMSI

I’ve just received an email about QIMSI purchase but I don’t know how to make the type of payment requested so will have to sit out this round Maybe answer that email and ask about alternative payment options? Or just ask his bank customer service considering it’s an easy and standard method even i...
by XorA
Sun Feb 11, 2024 11:03 pm
Forum: QL Emulation
Topic: Microdrive
Replies: 43
Views: 21512

Re: Microdrive

As I found this thread had the final little bits of MDV info I needed to implement write support in my sQLay3 emulator I thought I would revive it. Based on the MiST source, Minerva source and details in this thread I have implemented read/write support for MDV files by emulating the hardware and no...
by XorA
Wed Feb 07, 2024 11:20 am
Forum: QL Emulation
Topic: sQLux v1.0 (The Xmas Turkey)
Replies: 248
Views: 78213

Re: sQLux v1.0 (The Xmas Turkey)

I had a look on the Online SuperBASIC Manual, as that has a section on keyboards at https://superbasic-manual.readthedocs.io/en/latest/Appendices/Appendix09.html#a9-2-keyboard-layouts , but unfortunately, no Spanish one. :( If anyone has a keyboard of the named versions already present, would you m...
by XorA
Tue Feb 06, 2024 11:48 pm
Forum: QL Emulation
Topic: sQLux v1.0 (The Xmas Turkey)
Replies: 248
Views: 78213

Re: sQLux v1.0 (The Xmas Turkey)

Derek_Stewart wrote: Tue Feb 06, 2024 11:46 pm Hi,

The problem has been fixed by XorA.

I must thank XorA, for the hard work involved in tracking the problem down.
Wasnt hard, anyone with a basic knowledge of C could have found I missed some mappings.

I dont notice because Macs all come with USA keyboards even in UK!
by XorA
Mon Feb 05, 2024 9:53 pm
Forum: QL Emulation
Topic: sQLux v1.0 (The Xmas Turkey)
Replies: 248
Views: 78213

Re: sQLux v1.0 (The Xmas Turkey)

Just be aware this bug has been file https://github.com/SinclairQL/sQLux/issues/40

So alternative keyboard layouts may currently be broken, I havent had time to look at it as I've been busy with sQLay3 MDV code!