Search found 1297 matches

by XorA
Tue Dec 05, 2023 2:06 pm
Forum: Software & Programming
Topic: What is really in the header of binary files?
Replies: 27
Views: 900

Re: What is really in the header of binary files?

The only real way around this problem is: Never unpack a QL zip on a non-QL file system. If you keep this in mind, the header is a non-problem.
If only people were writing tools to allow you to do this that work with all the major emulators?

https://github.com/xxoraa/qem-unzip
by XorA
Sat Dec 02, 2023 9:47 am
Forum: Software & Programming
Topic: qdos-gcc for windows
Replies: 2
Views: 292

qdos-gcc for windows

Hi, time to announce project that has been worked on in the background with @Peter! qdos-gcc (and needed tools from xtc68) compiled for 32bit windows. The binary can be found on the github page! https://github.com/xXorAa/qdos-gcc-2.95.3/releases/tag/qdos-gcc-mingw32-v1.0 The internal paths are hardo...
by XorA
Thu Nov 30, 2023 10:02 am
Forum: Help for New Users
Topic: Trying to transfer basic file from Mac to QL via Serial
Replies: 14
Views: 595

Re: Trying to transfer basic file from Mac to QL via Serial

The issue with the vDriveQL, is that the unit connects to the QL external Microdrive port. Microdrives are daisy-chained, so that MDV1, MDV2 must installed for the External MDV port to work, or use vMap, which creates this link to the External MDV port and vMap can move the internal MDVs to another...
by XorA
Sat Nov 11, 2023 5:49 am
Forum: General QL Chat
Topic: Quasi QL
Replies: 15
Views: 1675

Re: Quasi QL

sQ68ux, is a wonderful piece of software, but due to the limited software development has problem,s with higher resolutions.
It does? Would be nice if people told me there were problems!
by XorA
Fri Nov 10, 2023 1:27 am
Forum: General QL Chat
Topic: Quasi QL
Replies: 15
Views: 1675

Re: Quasi QL

Use dosbox to run qpc1 on your tablet on any os you feel like.

sq68ux has suffered from real life itus at the moment. Ive changed jobs twice in the last 6 months.

sQLux will NEVER run smsq/e unless someone else writes that code. I am not interested in doing that!
by XorA
Fri Nov 03, 2023 9:53 pm
Forum: Wanted
Topic: Compact Keyboard SHL
Replies: 16
Views: 1964

Re: Compact Keyboard SHL

Admittedly was *MUCH* more than I planned to spend. Just couldn't find a compact keyboard which worked with SuperHermes Lite. So I gave in finally once XorA pointed me at that one. Now the Aurora Minis-QL system has that keyboard, it'll stay on the desk shared with Q68 and get more regular use. To ...
by XorA
Thu Nov 02, 2023 9:13 pm
Forum: Software & Programming
Topic: IP Network driver
Replies: 18
Views: 1394

Re: IP Network driver

Thanks Graeme and Jan. Just spent the afternoon trying to do a combined driver that will include support for UQLX. Graeme, Doe's my UQLX2018 version of the driver work in sQLux? If so then the the copy I have emailed you should also work. Im just about to head off for a work trip, so might be a cou...
by XorA
Thu Nov 02, 2023 5:10 pm
Forum: Wanted
Topic: Compact Keyboard SHL
Replies: 16
Views: 1964

Re: Compact Keyboard SHL

https://www.ebay.co.uk/itm/195999007024?hash=item2da2738130:g:NqUAAOSwq1dlEZvR&amdata=enc%3AAQAIAAAA8A%2FFkguKXWpUSdfWC%2FGtX0xgaOL03rY6poDhFO%2FNC0s6%2BIn%2BwDhcaUVda9JccVp7R%2FrmYaJ8au6JPD2bksM6iVF%2FJa0%2B78fhUH9wgftJoY9cjMxxq6uZeLOwah58GNoZqHyBnbkXr2cBrA%2FTtGVxcoF4Ewo9NDtD0UMOhiNwP8ocCY3uD...
by XorA
Thu Nov 02, 2023 2:41 pm
Forum: Software & Programming
Topic: IP Network driver
Replies: 18
Views: 1394

Re: IP Network driver

The TCP_ and SCK_ device names are different to QPC2. They are *TCP_ and *SCK_ That is not the case for sQLux. In the routine NDR_BYTES in the source code, there are a few changes which involve preserving a couple of registers that the normal driver does not. I think it was to do with UQLX's IP sys...