Source for most recent QL-SD
Source for most recent QL-SD
Hi all,
Is there an archive somewhere of the QL-SD rom source code, I have the source to an erlier release but see that it has been updated since then.
Cheers.
Phill.
Is there an archive somewhere of the QL-SD rom source code, I have the source to an erlier release but see that it has been updated since then.
Cheers.
Phill.
- mk79
- QL Wafer Drive
- Posts: 1349
- Joined: Sun Feb 02, 2014 10:54 am
- Location: Esslingen/Germany
- Contact:
Re: Source for most recent QL-SD
It‘s contained in the SMSQ/E source code. The latest will come out with the next SMSQ/E, which will be released soon
Re: Source for most recent QL-SD
It is? Oh that's changed since the last archive I had in 2014mk79 wrote:It‘s contained in the SMSQ/E source code. The latest will come out with the next SMSQ/E, which will be released soon

Can the rob be built independently of the rest of SMSQ/E for use on a standard QL?
Cheers.
Phill.
- mk79
- QL Wafer Drive
- Posts: 1349
- Joined: Sun Feb 02, 2014 10:54 am
- Location: Esslingen/Germany
- Contact:
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.prime wrote:It is? Oh that's changed since the last archive I had in 2014mk79 wrote:It‘s contained in the SMSQ/E source code. The latest will come out with the next SMSQ/E, which will be released soon
Sure. I suggest using QMake. Files are in dv3_qlsd.Can the rob be built independently of the rest of SMSQ/E for use on a standard QL?
Marcel
Re: Source for most recent QL-SD
Right so deffo worth upgrading.mk79 wrote: Oh, that‘s the old QubIDE based driver then. The current version is based on the SMSQ WIN driver.
Sure. I suggest using QMake. Files are in dv3_qlsd.Can the rob be built independently of the rest of SMSQ/E for use on a standard QL?
[/quote]
Excellent, now just got to remember how I did this before, was using an emulator under Windows and cross building the ROM.
The reason I want to do this is that I have a version of the QL-SD which I have built onto an expansion card along with a respin of the Trump card (using 512K static RAMS and a CPLD for logic).
This version uses a standard memory mapped port for communicating with the SPI hardware, so I'll need to slightly change the low level access routines.
Once this is all done, I plan to release the whole lot on my GitHub, but want to get the SD code updated first.
Cheers.
Phill.
Re: Source for most recent QL-SD
Still the full SMSQ/E sources are required, as the files needed for the QL-SD driver are scattered all around.mk79 wrote:The current version is based on the SMSQ WIN driver.Sure. I suggest using QMake. Files are in dv3_qlsd.Can the rob be built independently of the rest of SMSQ/E for use on a standard QL?
I was interested to isolate the files needed for QL-SD to get things more compact and a better overview, but don't want to fork the sources just for that.
Maybe an automated script that pulls out the required files would be a nice solution, but I have no time for it soon.
-
- Font of All Knowledge
- Posts: 4756
- Joined: Mon Dec 20, 2010 11:40 am
- Location: Sunny Runcorn, Cheshire, UK
Re: Source for most recent QL-SD
I looked at the QL-SD source code in dv3_qlsd can QMAKE compile the QL-SD driver code as a ROM or LRESPR file?mk79 wrote:Oh, that‘s the old QubIDE based driver then. The current version is based on the SMSQ WIN driver.prime wrote:It is? Oh that's changed since the last archive I had in 2014mk79 wrote:It‘s contained in the SMSQ/E source code. The latest will come out with the next SMSQ/E, which will be released soonSure. I suggest using QMake. Files are in dv3_qlsd.Can the rob be built independently of the rest of SMSQ/E for use on a standard QL?
Marcel
The file dv3_qlsd_txt implies this can be done.
Regards,
Derek
Derek
- mk79
- QL Wafer Drive
- Posts: 1349
- Joined: Sun Feb 02, 2014 10:54 am
- Location: Esslingen/Germany
- Contact:
Re: Source for most recent QL-SD
Maybe the filenames "rom_link" and "respr_link" give you a hint.Derek_Stewart wrote:I looked at the QL-SD source code in dv3_qlsd can QMAKE compile the QL-SD driver code as a ROM or LRESPR file?
The file dv3_qlsd_txt implies this can be done.
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 supprising as it's not there? I have qmac installed in win1_assembler_qmac How can I change this?
Is there a config file for qmake to tell it where to find the assembler / linker etc, I'm asuming the above not found instance is the baked in one.
Cheers.
Phill.
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 supprising as it's not there? I have qmac installed in win1_assembler_qmac How can I change this?
Is there a config file for qmake to tell it where to find the assembler / linker etc, I'm asuming the above not found instance is the baked in one.
Cheers.
Phill.
-
- Font of All Knowledge
- Posts: 4756
- Joined: Mon Dec 20, 2010 11:40 am
- Location: Sunny Runcorn, Cheshire, UK
Re: Source for most recent QL-SD
Hi Marcel,mk79 wrote:Maybe the filenames "rom_link" and "respr_link" give you a hint.Derek_Stewart wrote:I looked at the QL-SD source code in dv3_qlsd can QMAKE compile the QL-SD driver code as a ROM or LRESPR file?
The file dv3_qlsd_txt implies this can be done.
I was going to extract the dv3_qlsd directory and alter the link files to compile the code.
I just thought QMAKE did it.
QMAKE is probably one of the last QL applications I bought, to comply with the SMSQ/E source compilation, stated in the Style Guide, but it went free... Still a good piece of software.
Regards,
Derek
Derek