Search found 1351 matches

by XorA
Sat Dec 25, 2021 5:54 am
Forum: QL Emulation
Topic: sQLux v1.0 (The Xmas Turkey)
Replies: 248
Views: 79811

Re: sQLux v1.0 (The Xmas Turkey)

And now I find my own bug, lbytes command does not work from an emulated drive. (Works fine from .img or .win files).
by XorA
Sat Dec 25, 2021 5:52 am
Forum: Software & Programming
Topic: Converting Images to mode8 _scr files
Replies: 5
Views: 1204

Converting Images to mode8 _scr files

So suffering from too much caffeine and because i could not find a simple util to do this I got my bash mojo on. #! /bin/bash INFILE="$1" OUTFILE="$2" CONVERTED=`magick "$INFILE" -dither FloydSteinburg -resize 256x256\! -remap ql-palette.png txt:` if [ -f "$OUTFILE...
by XorA
Sat Dec 25, 2021 12:51 am
Forum: General QL Chat
Topic: Happy Christmas Everyone!
Replies: 47
Views: 18947

Re: Happy Christmas Everyone!

christmas_pudding.png
christmas_pudding.png (65.59 KiB) Viewed 3369 times
Hope everyone enjoys one of these!
by XorA
Fri Dec 24, 2021 11:22 am
Forum: QL Emulation
Topic: sQLux v1.0 (The Xmas Turkey)
Replies: 248
Views: 79811

Re: sQLux v1.0 (The Xmas Turkey)

Derek_Stewart wrote:Hi,

Yes works fine now.

Thanks for the quick update.
*phew*
by XorA
Fri Dec 24, 2021 10:44 am
Forum: QL Emulation
Topic: sQLux v1.0 (The Xmas Turkey)
Replies: 248
Views: 79811

Re: sQLux v1.0 (The Xmas Turkey)

It's a little tricky as the bug doesn't show up on my MacOS machine or Ubuntu 21.10 machine.

Hopefully the bugfix in v1.0.1 fixes it.

https://github.com/SinclairQL/sQLux/releases/tag/v1.0.1
by XorA
Fri Dec 24, 2021 10:28 am
Forum: QL Emulation
Topic: sQLux v1.0 (The Xmas Turkey)
Replies: 248
Views: 79811

Re: sQLux v1.0 (The Xmas Turkey)

Hi, I downloaded and compiled the new version of sQLux, which compiled with no warnings, which is good. I copied the new compiled sqlux binary from the compiled directory to the working dirctory: ~/sQLux/ and executed this command line: derek@lp1:~/sQLux$ /home/derek/sQLux/sqlux -d 'win1' -b 'lrun ...
by XorA
Thu Dec 23, 2021 10:03 pm
Forum: QL Emulation
Topic: sQLux v1.0 (The Xmas Turkey)
Replies: 248
Views: 79811

sQLux v1.0 (The Xmas Turkey)

None of my testers found any major problems so I released v1.0 of sQLux on the world.

Obviously a lot of the heavy lifting is from uQLx, so don't forget about the authors of that!

https://github.com/SinclairQL/sQLux/releases/tag/v1.0
by XorA
Thu Dec 23, 2021 10:01 pm
Forum: Hardware
Topic: USB Keyboard IF
Replies: 38
Views: 8338

Re: USB Keyboard IF

by XorA
Thu Dec 23, 2021 9:58 pm
Forum: Hardware
Topic: USB Keyboard IF
Replies: 38
Views: 8338

Re: USB Keyboard IF

I am working on the firmware for a very similar USB->QL keyboard adapter!
by XorA
Thu Dec 23, 2021 10:56 am
Forum: Help for New Users
Topic: unexpanded 128k ql emulation and mdv files
Replies: 8
Views: 4073

Re: unexpanded 128k ql emulation and mdv files

Derek_Stewart wrote:
Pity sQLux coumd access the MDV device directly, which be really good.
Patches always welcome for that feature.