Search found 561 matches
- Tue Aug 05, 2025 3:03 am
- Forum: Hardware
- Topic: Floppy Drives with TrumpMini3 Woes
- Replies: 39
- Views: 1054
Re: Floppy Drives with TrumpMini3 Woes
Older (floppy) drives have had jumpers or micro switches, with which it was possible, to select the driver number (1 to 4/0 to 3) on a Shugart Bus. So no twisting of the cable was needed.
- Tue Aug 05, 2025 12:12 am
- Forum: Help for New Users
- Topic: Graphics progs for Mode 4
- Replies: 8
- Views: 2455
Re: Graphics progs for Mode 4
BTW: There's a nice QL program (unfortunately not yet freeware) from Jörg(?) Schieman(n?) and (R)Alf Biedermann. It's written in SuperBASIC ([R]Alf provided the machine code extensions, IMHO linked into the object file). And if I remember correct, it could run in Mode 4.
Unfortunately I do not have ...
Unfortunately I do not have ...
- Mon Aug 04, 2025 11:56 pm
- Forum: Software & Programming
- Topic: Solution: MASTER SPY without covering whole screen (no other progs visible)
- Replies: 7
- Views: 450
Re: Solution: MASTER SPY without covering whole screen (no other progs visible)
Unfortunately it seems, that 2 different jobs with different windows are not working. I have had misbehaviour in MasterSpy. With just one job (perhaps more, but with the same window size and position) it seems to work (to close the guardian window).
- Mon Aug 04, 2025 11:43 pm
- Forum: Software & Programming
- Topic: Minerva4Q68 v1.70 released
- Replies: 25
- Views: 933
Re: Minerva4Q68 v1.70 released
Hi Jan,
I have backported the HISTORY device from SMSQ/E and implemented it in Minerva's command line editor.
Arrggghhhh... Why did you do that!
The history device has been written by Boris Jakubith from Berlin (a friend of mine) and it's on Dilwyns page (search for history).
This version is ...
I have backported the HISTORY device from SMSQ/E and implemented it in Minerva's command line editor.
Arrggghhhh... Why did you do that!
The history device has been written by Boris Jakubith from Berlin (a friend of mine) and it's on Dilwyns page (search for history).
This version is ...
- Fri Aug 01, 2025 12:39 am
- Forum: Software & Programming
- Topic: Solution: MASTER SPY without covering whole screen (no other progs visible)
- Replies: 7
- Views: 450
Re: Solution: MASTER SPY without covering whole screen (no other progs visible)
Okay I see the advantage (I think i understand what you mean). But I think this must not be used so often (of course it's great!). But what IMHO more often is needed is something like this (and that is possible with my trick, and it seems to work):
ql2MasterSpyC1MonEtc.png
And one improvement ...
ql2MasterSpyC1MonEtc.png
And one improvement ...
- Wed Jul 30, 2025 6:41 pm
- Forum: Software & Programming
- Topic: Solution: MASTER SPY without covering whole screen (no other progs visible)
- Replies: 7
- Views: 450
Re: Solution: MASTER SPY without covering whole screen (no other progs visible)
I have now tried to patch MasterSpy, so that it does not cover the whole screen, but didn't succeed. What I have found in the manual Section 11 is:
"1. Supported screen resolutions now include: 512 x 256. 512 x 288.512 x 384. 512 x 480. 640 x 200. 640
x 288,640 x 320, 640 x 350, 640 x 480, 768 x ...
"1. Supported screen resolutions now include: 512 x 256. 512 x 288.512 x 384. 512 x 480. 640 x 200. 640
x 288,640 x 320, 640 x 350, 640 x 480, 768 x ...
- Wed Jul 30, 2025 4:02 pm
- Forum: QL Emulation
- Topic: Delete in sQLux
- Replies: 9
- Views: 2439
Re: Delete in sQLux
I'm shocked! This is working like a charm :‑D
I've uploaded my normal WIN-file (Minerva-version!) and LRUNed the boot file. IT WORKED!
It looks differently than on my PC, but that's because of the resolution (on my PC I'm using 1024x768).
p.s.: Wow! Even MicroEMACS is running (NOT in the ...
I've uploaded my normal WIN-file (Minerva-version!) and LRUNed the boot file. IT WORKED!
It looks differently than on my PC, but that's because of the resolution (on my PC I'm using 1024x768).
p.s.: Wow! Even MicroEMACS is running (NOT in the ...
- Mon Jul 28, 2025 12:54 am
- Forum: Software & Programming
- Topic: is a pixel lit?
- Replies: 8
- Views: 363
Re: is a pixel lit?
On the ql is there a peek command i can use to find whether a given pixel is lit in mode 4?
I'm afraid, there is not such a function, which can detect the MODE (4 or 8) from a single pixel.
In both modes a pixel is made of 4 bits and in both modes all 4 bits may be set or unset.
So I say: NO ...
- Mon Jul 28, 2025 12:31 am
- Forum: Software & Programming
- Topic: My "from PACKAGE import *" (Python) simulation project (reflection)
- Replies: 85
- Views: 23980
Re: My "from PACKAGE import *" (Python) simulation project (reflection)
QPC_SYNCSCRAP: This looks, as it is only working with QPC2, not with other systems.RalfR wrote: Fri Jul 11, 2025 8:11 am The Scrap extension is part of Jochen's Menu-extension. The scrap menu is synchronized with the Windows clipboard using QPC_SYNCSCRAP.
^^^
- Sun Jul 27, 2025 11:38 pm
- Forum: Software & Programming
- Topic: Solution: MASTER SPY without covering whole screen (no other progs visible)
- Replies: 7
- Views: 450
Solution: MASTER SPY without covering whole screen (no other progs visible)
I want besides MicroEMACS (the most powerful editor for the QL) another small editor. Albeit I formerly (20 years ago) used Metacomco ED (or) compatible editors like The Editor or Jan's QED, I now don't know the commands anymore. So I want an editor with optional menus.
On QPC2 I normally used ...