Search found 58 matches

by desin
Wed Mar 13, 2024 3:58 pm
Forum: Software & Programming
Topic: Implement command history
Replies: 15
Views: 4195

Re: Implement command history

boot disk
QPAC1440.zip
(790.97 KiB) Downloaded 40 times
Greetings from Switzerland
Markus
by desin
Fri Mar 08, 2024 9:05 pm
Forum: Hardware
Topic: QIMSI
Replies: 105
Views: 49884

Re: QIMSI

the line is
8 EXEC_W mdv1_abacus

use another name for sub_use
eg.
SUB_USE MDQ

hope it helps
Markus

btw
what´s the point starting these programs from mdv ?
by desin
Mon Mar 04, 2024 9:06 pm
Forum: Help for New Users
Topic: Dev_use how to use?
Replies: 12
Views: 2731

Re: Dev_use how to use?

Hello
there is a other option for dev_use
it chains eight devices together in a closed chain
now ex ¨program¨ searches every link in the chain for the ¨program"
and if found executes it
dev_use SMSQE.png
dev_use SMSQE.png (17.28 KiB) Viewed 1200 times

Greetings from Switzerland
Markus
by desin
Fri Feb 23, 2024 7:38 pm
Forum: Hardware
Topic: SMSQ/E on Atari
Replies: 11
Views: 1978

Re: SMSQ/E on Atari

Hello
it was not so easy
win_drive 1,0,0,0
boils down to
1 = win1_
0 = Atari Hard Disk ASCSI 0 to 7
SCSI 8 to 14
0 = LUN Logical Unit Number
0 = First Parition on the Disk

Greetings from Switzerland
Markus
by desin
Fri Feb 16, 2024 1:22 pm
Forum: General QL Chat
Topic: Nostalgia – TEXT87 & SPELLBOUND
Replies: 9
Views: 2124

Re: Nostalgia – TEXT87 & SPELLBOUND

Hello i am using Text87 on a regular basis for a small business problem today is the lack of printers or printer drivers welcome to the wold of Windows GDI printers after using a HP Deskjet Inkjet printer for more than a decade i had to switch to a HP Laserjet 1060 mono laser for a other decade so i...
by desin
Tue Feb 06, 2024 3:38 pm
Forum: Hardware
Topic: ql+ prototype rebuild ? possible
Replies: 51
Views: 13932

Re: ql+ prototype rebuild ? possible

Paperback version
https://www.orellfuessli.ch/shop/home/a ... 1026727409
Hardback / Hardcover version
https://www.orellfuessli.ch/shop/home/a ... 1028800312

don't know if its really available
the online shop may be not up to date

Greetings from Switzerland
Markus
by desin
Tue Feb 06, 2024 8:51 am
Forum: Software & Programming
Topic: QL Screen View online
Replies: 18
Views: 1411

Re: QL Screen View online

good work !
can you implement some kind of preview so
we can see if the QL screen is mode 4 or mode 8

Greetings from Switzerland
Markus
by desin
Sun Feb 04, 2024 10:36 am
Forum: QL Emulation
Topic: sQLux v1.0 (The Xmas Turkey)
Replies: 259
Views: 94087

Re: sQLux v1.0 (The Xmas Turkey)

Hello for Linux / Debian you can use this bash script #!/bin/bash # clone sources from Github # compile and start sQLux # dependencies # build-essential cmake git libsdl2-dev rm -r sQLux --interactive=never git clone --recursive https://github.com/SinclairQL/sQLux.git cd sQLux cmake -B build/ cd ~/s...
by desin
Sun Jan 07, 2024 9:12 pm
Forum: Software & Programming
Topic: Qlib v3.45 error under QDOS
Replies: 7
Views: 5742

Re: Qlib v3.45 error under QDOS

The QBasic Thing works only under SMSQE

Qdos needs
Loading the program
Liberate dev_program
ex QLib dev_program
Compile

Greetings from Switzerland
Markus
by desin
Fri Jan 05, 2024 1:25 pm
Forum: Software & Programming
Topic: PE Programming for dummies
Replies: 91
Views: 35335

Re: PE Programming for dummies

hello Andrew
Fileinfo2 has it all ready for use
read the doc
https://morloch.hd.free.fr/smsq/Area02/FI2v3e50.zip

FI2_Call "Win1_boot",5

Greetings from Switzerland
Markus