Search found 192 matches

by prime
Wed Feb 23, 2022 6:48 pm
Forum: Hardware
Topic: QL-SD driver 1.10
Replies: 35
Views: 6854

Re: QL-SD driver 1.10

The WQ version can also handle the old BDI-style images that were used in the old QL-SD drivers. Is there a way of converting the BDI images to the new format? QPC can mount both types (CueShell from the demo disc can copy whole directory and drives in one go). Not tried QxlWinReader, but seeing th...
by prime
Wed Feb 23, 2022 5:19 pm
Forum: Hardware
Topic: QL-SD driver 1.10
Replies: 35
Views: 6854

Re: QL-SD driver 1.10

mk79 wrote:The WQ version can also handle the old BDI-style images that were used in the old QL-SD drivers.
Is there a way of converting the BDI images to the new format?

Cheers.

Phill.
by prime
Wed Feb 23, 2022 9:34 am
Forum: Software & Programming
Topic: QMake and defines.
Replies: 2
Views: 681

Re: QMake and defines.

No, but I found a workaround once: see sbsext_tk2_procs_asm and linker file. Though I'm not sure I'd like GENIFd files in the main distribution, depends on how much is different. Otherwise use separate files. I've basically modified 3 files, the card init, and write sector routines, those could eas...
by prime
Tue Feb 22, 2022 10:26 pm
Forum: Software & Programming
Topic: QMake and defines.
Replies: 2
Views: 681

QMake and defines.

Hi all,

Is there a way from a Qmake input file, of defining a symbol that can be tested for (e.g. with genif) inside an asm file?

Cheers.

Phill.
by prime
Tue Feb 22, 2022 3:22 pm
Forum: Hardware
Topic: Source for most recent QL-SD
Replies: 15
Views: 2819

Re: Source for most recent QL-SD

The version of config I had said that there where no config blocks, however downloading MenuConfig from Dilwyn's site worked, I'm still getting build errors, but deffo getting further now. Cheers. Phill. Sounds like it's a level 2 config block in that case. The original Config only handled the leve...
by prime
Tue Feb 22, 2022 1:59 pm
Forum: Hardware
Topic: Source for most recent QL-SD
Replies: 15
Views: 2819

Re: Source for most recent QL-SD

And success! Once I figured out that having smsq338.zip and a folder called smsq338 (perfectly legal in windows), on a dosX_ folder confuses the build process! So : dos3_ = folder\ (with smsq338.zip on it). dos4_ = folder\dossmsq338 dev8_ = dos4_ unzip with ex unzip;"-d dos4_ dos3_smsq338_zip&q...
by prime
Tue Feb 22, 2022 12:24 pm
Forum: Hardware
Topic: Source for most recent QL-SD
Replies: 15
Views: 2819

Re: Source for most recent QL-SD

Hi all, Alternatively, QMake is configured using the standard QJump configuration utility ("config" or "menuconfig"). Probably described a million times somewhere. Including the QMake manual... Thanks for that, I hadn't spotted that in the manual.... The version of config I had ...
by prime
Tue Feb 22, 2022 10:11 am
Forum: Hardware
Topic: Source for most recent QL-SD
Replies: 15
Views: 2819

Re: Source for most recent QL-SD

Hi all, I've now got Qmake installed on my QPC setup, so I execute with : ex win1_qmake_qmake;"\C dev8_dv3_qlsd_rom" Qmake starts minimized (is there a way to get it to start windowed?). When I maximize it and hit Do I get an error : "Error: win1_prog_gst_QMac not found" Not supp...
by prime
Mon Feb 21, 2022 1:34 pm
Forum: Help for New Users
Topic: directories on SMSQ/W (On QPC2).
Replies: 1
Views: 4737

directories on SMSQ/W (On QPC2).

Hi all, I'm going round in circles trying to work this out..... I initially set this up with : make_dir qmake ex unzip;"dos6_qmake4.32_zip" I then used wdel to remove the example files from the root! I have my defaults set thus : (output from dlist). win1_ dev1_ par In the root of win1_ I ...
by prime
Sun Feb 20, 2022 6:59 pm
Forum: Hardware
Topic: Source for most recent QL-SD
Replies: 15
Views: 2819

Re: Source for most recent QL-SD

Oh, that‘s the old QubIDE based driver then. The current version is based on the SMSQ WIN driver. Right so deffo worth upgrading. Can the rob be built independently of the rest of SMSQ/E for use on a standard QL? Sure. I suggest using QMake. Files are in dv3_qlsd. [/quote] Excellent, now just got t...