Search found 1352 matches

by XorA
Sun Jan 09, 2022 5:29 pm
Forum: QL Emulation
Topic: sQLux v1.0 (The Xmas Turkey)
Replies: 248
Views: 80069

Re: sQLux v1.0 (The Xmas Turkey)

Hi, I can get the QL-SD Bdi file to opened in sQLux 1.02 KIentered the device command in the config fille as: DEVICE = BDI1,~/sqlux/bdi.bin The emulator boots up but can find BDI1_ Any clues on accessing BDI files? You need to use the BDI device and load the driver. BDI1=some-file.bdi Then load the...
by XorA
Tue Jan 04, 2022 6:28 pm
Forum: QL Emulation
Topic: sQLux v1.0 (The Xmas Turkey)
Replies: 248
Views: 80069

Re: sQLux v1.0 (The Xmas Turkey)

I gave it a try and integrated it into the next version of the QL/E distribution which is due to release very soon. We're in another year now. :D Meanwhile this next version of QL/E (v3.21, codename "Circle of Life", 2021 edition) is out! Details about it, Download & More as usual on ...
by XorA
Sat Jan 01, 2022 5:47 pm
Forum: Software & Programming
Topic: Converting Images to mode8 _scr files
Replies: 5
Views: 1204

Re: Converting Images to mode8 _scr files

It should now work with IM6 and IM7
by XorA
Sat Jan 01, 2022 1:06 am
Forum: Hardware
Topic: Help is it zx8301 failure?
Replies: 6
Views: 1593

Re: Help is it zx8301 failure?

mhanias wrote:Dex you are right. The problem is with gold card. What can I do ?
Ιs there anyone to repair the gold card?

Thank you and Happy new Year

Mike
Picture looks like what Ive seen with RAM fault outside 128K, so try re-seating that ram on GC.
by XorA
Fri Dec 31, 2021 7:35 pm
Forum: Software & Programming
Topic: Converting Images to mode8 _scr files
Replies: 5
Views: 1204

Re: Converting Images to mode8 _scr files

HI, I downloaded the source code from GIT hub, found that my installed version of cmake and ImageMagick required updating. So I downloaded the source code to cmake and ImageMagick, compiled and install onto my system. The "ql-picture" code compiled with no errors and converted the supplie...
by XorA
Thu Dec 30, 2021 11:15 pm
Forum: Software & Programming
Topic: Converting Images to mode8 _scr files
Replies: 5
Views: 1204

Re: Converting Images to mode8 _scr files

And having proved the process here is a C version (its just a teensy bit faster)

https://github.com/xXorAa/ql-picture

AFAIK it needs ImageMagick v7+, I think there is an incompatible API change between v6 and v7 and v7 is the default in brew!
by XorA
Sun Dec 26, 2021 3:57 pm
Forum: QL Emulation
Topic: sQLux v1.0 (The Xmas Turkey)
Replies: 248
Views: 80069

Re: sQLux v1.0 (The Xmas Turkey)

Hi XORA! Thanks for the new sqlux version. Attached is a zip that patches suqlx to have at least a half-baked German keyboard table (I couldn't get the "^/°" and "´/`" keys to map, but all other keys should work properly. I honestly couln't get my head around how the keys are in...
by XorA
Sun Dec 26, 2021 12:59 pm
Forum: QL Emulation
Topic: sQLux v1.0 (The Xmas Turkey)
Replies: 248
Views: 80069

Re: sQLux v1.0 (The Xmas Turkey)

v1.0.2 is out now to fix the bug I discovered last night while playing with _scr files. Loading one to screen from host filesystem now works as expected. It is very easy to run in windows it is just click and go straight in to a game. :? Eliminated the game by renaming the ini file. I was curious w...
by XorA
Sun Dec 26, 2021 10:32 am
Forum: QL Emulation
Topic: sQLux v1.0 (The Xmas Turkey)
Replies: 248
Views: 80069

Re: sQLux v1.0 (The Xmas Turkey)

Hi, I have a iMac (Late 2006), that needs a new DVD Drive fitted, can sQLux run on this iMac. Mind you I do not like the MAC OSX, but this iMac was on £15 pound bought locally. Basically you need to install homebrew and use that to install a compile and SDL2 library. Then i think it should work. I ...
by XorA
Sat Dec 25, 2021 4:49 pm
Forum: QL Emulation
Topic: sQLux v1.0 (The Xmas Turkey)
Replies: 248
Views: 80069

Re: sQLux v1.0 (The Xmas Turkey)

https://github.com/SinclairQL/sQLux/releases/tag/v1.0.2 v1.0.2 is out now to fix the bug I discovered last night while playing with _scr files. Loading one to screen from host filesystem now works as expected. Also snuck in two new basic extensions, SCR_LLEN, and SCR_BASE working pretty much as desc...