Search found 2697 matches

by tofro
Tue Dec 03, 2019 11:03 pm
Forum: Software & Programming
Topic: The Pawn is back. And it's not alone!
Replies: 70
Views: 23338

Re: The Pawn is back. And it's not alone!

And some more QL "MODE8i" pictures from MS adventures: IMG_0953.JPG Mr. Guru seems to have at least partially recovered from his Jalapeño issue... IMG_0952.JPG I think that doesn't look too bad for a QL in MODE 8. I also have one or the other crash/hang when displaying pictures. Needs a bi...
by tofro
Tue Dec 03, 2019 11:00 pm
Forum: Software & Programming
Topic: The Pawn is back. And it's not alone!
Replies: 70
Views: 23338

Re: The Pawn is back. And it's not alone!

Slowly, but steadily, we seem to be gettting somewhere: IMG_0956.JPG IMG_0955.JPG IMG_0954.JPG Unfortunately, I still have this annoying flickering mentioned in the other thread. I put a delay loop into my keyboard loop, which improved things a bit, but the issue is still there. Today, I have not te...
by tofro
Tue Dec 03, 2019 9:56 pm
Forum: The Off-Topic Section
Topic: Today I Received...
Replies: 642
Views: 287218

Re: Today I Received...

Congrats, Norman.

Not on QL topics, but rather something more modern, I suppose?

Tobias
by tofro
Tue Dec 03, 2019 9:54 pm
Forum: Software & Programming
Topic: Automatic re-start on error message.
Replies: 3
Views: 1235

Re: Automatic re-start on error message.

Depending on your ROM version, it might be enough to do a simple

Code: Select all

100 WHEN ERRor
110    CONTINUE
120 END WHEN
somewhere in the program flow. Replace line 110 with whatever you want to have done in case of an error

Tobias
by tofro
Tue Dec 03, 2019 10:24 am
Forum: Software & Programming
Topic: Dithvide on expanded QL
Replies: 4
Views: 1963

Dithvide on expanded QL

For my Magnetic Scrolls interpreter mentioned in this thread , I'm currently trying to implement a 27-color picture display using interlacing first and second screen - much like the method described by Omega here . Up to now, the method works fine on an expanded QL with a Trump Card. It displays (re...
by tofro
Sat Nov 30, 2019 11:41 pm
Forum: Software & Programming
Topic: The Pawn is back. And it's not alone!
Replies: 70
Views: 23338

Re: The Pawn is back. And it's not alone!

How's this? IMG_0947.JPG (Mr. Guru rendered as an interlaced picture - 57 colors - using the dithvide method. Otherwise not modified from original) Still needs a bit of tweaking, apparently. But much better already, I think. The method is actually much easier than I first thought. And My monitors ge...
by tofro
Sat Nov 30, 2019 10:47 am
Forum: Software & Programming
Topic: People's opinions on the best free software
Replies: 11
Views: 4244

Re: People's opinions on the best free software

What's close to a software masterpiece in my opinion is FileInfo II It works silently in the background but lifts QDOS to an entirely new level, allowing workflows that are much more "modern" and closer to for example how Windows or MacOS work. On my systems, it is the main enabler that ma...
by tofro
Sat Nov 23, 2019 2:48 pm
Forum: Software & Programming
Topic: XTC68 C Cross compiler
Replies: 32
Views: 16782

Re: XTC68 C Cross compiler

Stephen, both documentation and source code for the XTC68 libs are part of the C68 distribution (the libraries are the same and built from the very same sources). Check Dilwyn's site. 2.8.9 void do_sound( int duration, int pitch, int pitch2, int wrap, int g_x, int g_y,int fuzz, int random) QDOS call...
by tofro
Thu Nov 21, 2019 1:28 pm
Forum: For Sale
Topic: Intersting item on eBay
Replies: 7
Views: 3823

Re: Intersting item on eBay

Indeed I would reckon this box used to originally hold a Gold or SuperGold card via such a "U" backplane.

I doubt that someone would have gone through all the effort to build such a serious casing and PSU for a simple unexpanded QL.

Tobias
by tofro
Thu Nov 21, 2019 12:11 pm
Forum: General QL Chat
Topic: A private QL Snapshot of 1986-88
Replies: 16
Views: 6433

Re: A private QL Snapshot of 1986-88

_fount _pas (something to do with Pascal I assume) .p (also Pascal?) _lis _cpas .c .pak (just dots, not underscores) _qlp _fount is very probably loadable fonts (you would use with some pokes or machine code, or with TK2's CHAR_USE) _pas Yes, these should be Pascal source code files, either Metacom...