Search found 1349 matches

by XorA
Tue Feb 01, 2022 9:32 am
Forum: Hardware
Topic: Have a Sinclair QL? Please run it for me!
Replies: 20
Views: 4008

Re: Have a Sinclair QL? Please run it for me!

Up to Windows 3.1 at least parts of WIndows were written in Pascal. I could find not a single source for that. Windows 95 was written in Watcom C. God, it was taking hours to compile anything! At that point they had their own C compiler for 10+ years, why would they use the competition? In 98 where...
by XorA
Mon Jan 31, 2022 8:57 pm
Forum: Software & Programming
Topic: Knoware.no
Replies: 219
Views: 54091

Re: Knoware.no

1. Challange of uQLx and sQLux which already have working SCR_XLIM and SCR_YLIM integrated.
and SCR_BASE/SCR_LLEN in sQLux!
by XorA
Sun Jan 30, 2022 8:32 pm
Forum: The Off-Topic Section
Topic: Win in Pascal
Replies: 12
Views: 2813

Re: Win in Pascal

Save a few bytes, really, when there was 640 K and we know an OS with a language can fit in 48 K. I don't go round just claiming stuff, my source is one of the most well known Microsoft developer on the net https://devblogs.microsoft.com/oldnewthing/20040102-00/?p=41213 By the way, he's been postin...
by XorA
Sun Jan 30, 2022 2:48 pm
Forum: Software & Programming
Topic: Assembly eComic - Issue 10, now available!
Replies: 5
Views: 975

Re: Assembly eComic - Issue 10, now available!

AmigaOS 4.1 seems to run natively on costly and unavailable ACUBE hardware.I found a 25 minute Youtube video that describes how to install the OS on a PC, but it did not seem like an activity suitable for a noob. I know its a little counter intuitive, but the latest version of AmigaOS is 3.2.1 and ...
by XorA
Sat Jan 29, 2022 8:22 pm
Forum: Software & Programming
Topic: Assembly eComic - Issue 10, now available!
Replies: 5
Views: 975

Re: Assembly eComic - Issue 10, now available!

It might not be unreasonable to suggest that SMSQE is the last or only serious and fully operational system in/on which it is realistic for a noob to learn how to write a windowing application program in assembly. (By the way is it "in" or is it "on". Could someone please enligh...
by XorA
Sat Jan 29, 2022 12:38 pm
Forum: Help for New Users
Topic: how can we run .bas files from archive.org tosec?
Replies: 14
Views: 9564

Re: how can we run .bas files from archive.org tosec?

Cant help feel sorry for you messing with the poor quality TOSEC archive though.

Have you discovered http://www.dilwyn.me.uk where most of the software is present in better form with in a lot of cases instructions?
by XorA
Sat Jan 29, 2022 12:36 pm
Forum: Help for New Users
Topic: how can we run .bas files from archive.org tosec?
Replies: 14
Views: 9564

Re: how can we run .bas files from archive.org tosec?

nitrofurano wrote:thanks.. and i mount these subdirectories as "imagedisks" somehow? and on which emulators should i do it? (mame/mess? qpc2? qemulator? qlay? or any other emulator?)
If you use Q-Emulator (its well worth paying for) you can just use zip files as disks.
by XorA
Wed Jan 26, 2022 5:47 pm
Forum: QL Emulation
Topic: sQLux v1.0 (The Xmas Turkey)
Replies: 248
Views: 78761

Re: sQLux v1.0 (The Xmas Turkey)

Hi No problems, I just not get it to work. I generally uncompress archive files to a QDOS environment, which preserves the executable header eithout messing about wilth the QDOS file header. Using your own test I have tried. ./x86_64/qem-unzip -d~/test "~/Downloads/flightdeck.zip" with th...
by XorA
Wed Jan 26, 2022 5:16 pm
Forum: QL Emulation
Topic: sQLux v1.0 (The Xmas Turkey)
Replies: 248
Views: 78761

Re: sQLux v1.0 (The Xmas Turkey)

Derek_Stewart wrote:Hi,

How do I get sQLux to execute a QDOS executable file unzipped with qemi-unzip.

I made a DEVICE as qdos-like but the rxecutable file teturns a bad parameter when loaded with EX or EW
It should just work with the latest in git, but its still in development so there might be some bugs!
by XorA
Wed Jan 26, 2022 3:39 pm
Forum: QL Emulation
Topic: New Tool, qemu-unzip
Replies: 17
Views: 12075

Re: New Tool, qemu-unzip

Derek_Stewart wrote:Hi,

I had to put the complete file path to the decompress directory and the zip file.

Maybe I am a little bit out of date.

I will look at an upgrade.
No need, I've just pushed what should fix this for you. Code now does shell expansion of passed filenames!