Search found 184 matches

by BSJR
Wed Apr 10, 2024 9:46 am
Forum: Software & Programming
Topic: Messing with Morphing
Replies: 39
Views: 3090

Re: Messing with Morphing

stevepoole wrote: Wed Apr 10, 2024 5:46 am ...
To finalise all the graphics, I need a 'pantone' routine to select QPC2 COLOUR_NATIVE hues. Has anyone done such a routine ?
If you mean picking a colour and finding the numbers you can do that with this QL-Colour Picker.
https://home.hccnet.nl/b.spelten/ql/qcp.html

BSJR
by BSJR
Fri Mar 29, 2024 10:29 am
Forum: Hardware
Topic: QIMSI
Replies: 105
Views: 43120

Re: QIMSI (EDIT: Correcture)

Can the HISTORY device from Boris also be used with QPC2? In principle it should be possible, but you may have to write a program that links out the history driver from QPC2 and links in the one from Boris. Normal convention is that any LRESPR'd keyword will overwrite existing keywords with the sam...
by BSJR
Tue Mar 05, 2024 11:34 am
Forum: Software & Programming
Topic: Fast Plot/Draw toolkit / viepoint manual/ PD3 Manual
Replies: 18
Views: 1010

Re: Fast Plot/Draw toolkit / viepoint manual/ PD3 Manual

Andrew wrote: Tue Mar 05, 2024 10:07 am ...
Fast PLOT/DRAW Toolkit
The commands in this toolkit are:
DRAW
PLOT
REFRESH
SCLR
SCRBASE
Accrding to the S*Basic Keywords database (https://www.wlenerz.com/smsqe/addkeys.html#RRR) the REFRESH keyword is part of the GIGA_bin toolkit.
Maybe that's the one you are looking for.

BSJR
by BSJR
Fri Feb 16, 2024 11:00 am
Forum: Software & Programming
Topic: File modified date/time
Replies: 7
Views: 346

Re: File modified date/time

Following on from a previous post it does appear, reading online, that on floppy disks each file does have a “modified date/time” stored Is there any Dir equivalent command or utility that displays this please? Many thanks Toolkit 2 has two functions to do just that. FUPDT(), FBKDT() will read the ...
by BSJR
Mon Jan 22, 2024 12:00 pm
Forum: Compatibles Corner
Topic: Minerva4Q68
Replies: 22
Views: 2071

Re: Minerva4Q68

... I've actually never tried formatting from Minerva. But it's indeed a pity that Minerva's SD card driver is very limited (AFAIK it originated from the original QLSD driver, which was later enhanced by Marcel Kilgus for SMSQ/E). The solution would be to backport the driver from SMSQ/E, which woul...
by BSJR
Thu Jan 18, 2024 11:29 am
Forum: Hardware
Topic: What is this 4 Floppy Drives adapter for?
Replies: 16
Views: 1181

Re: What is this 4 Floppy Drives adapter for?

aalea wrote: Wed Jan 17, 2024 7:03 pm ...
Regarding the DA2, i can't found anywere, I will apreciate if you can post pictured of it "for the record"
This is my Miracle Disk Adapter 2.
DiskAdpt_P0027t1.jpg
DiskAdpt_P0025t1.jpg
BSJR
by BSJR
Wed Jan 17, 2024 12:39 pm
Forum: Hardware
Topic: What is this 4 Floppy Drives adapter for?
Replies: 16
Views: 1181

Re: What is this 4 Floppy Drives adapter for?

... so... what is the history of this no sticker, no resistor adapter? Your Disk Adapter has the a "DA" mark, mine is "DA2" and has these resistors on the component side. Your 2nd PCB seems to be updated to a DA2 standard. There is also a "Gold Card Compatible" printed...
by BSJR
Wed Jan 17, 2024 12:08 pm
Forum: Hardware
Topic: What is this 4 Floppy Drives adapter for?
Replies: 16
Views: 1181

Re: What is this 4 Floppy Drives adapter for?

HI, I think this was to allow the Gold Card, which only supports 2 Floppy Disk Drives, to have an extras 2 Floppy Disks. If you look at the Super Gold Card, the same sort of interface is present on the Floppy Drive connectors. The Trump Card can access 4 Floppy Disk Drives. At the time some new dri...
by BSJR
Fri Dec 29, 2023 11:27 am
Forum: Software & Programming
Topic: QUESTION: Branch Size on QPC2 (68020+)?
Replies: 16
Views: 2422

Re: QUESTION: Branch Size on QPC2 (68020+)?

... So it looks like if we want to use 68020 assembley language, this not recommended. The Assembley Language Mag, used GWASL, whivh is a 68000 assembler, but QPC2 v5 can emulate 68020 CPU, so GWASS can be used. I use GWASS on the Q60, which assembles 68060 assembley op codes, in SMSQ/E. The GWASS ...
by BSJR
Thu Dec 07, 2023 11:58 am
Forum: Software & Programming
Topic: Qptr WMAN simple example
Replies: 21
Views: 4634

Re: Qptr WMAN simple example

Hello everyone. I am trying to get started with QPTR WMAN... Is there a simple example somewhere? I am looking for a simple managed window with only the standerd move and resize LIL Would be super if someone has that or can show that Thank a lot in advance The QPTR package contains some examples th...