Search found 2699 matches

by tofro
Thu Mar 21, 2024 10:15 am
Forum: The Off-Topic Section
Topic: Today I Received...
Replies: 642
Views: 288705

Re: Today I Received...

Today I received... this industrial ISA 486 Single Board Computer. I took a chance as the previous owner couldn't get it to display anything but fortunately was able to get it working very easily (by changing the RTC module and fiddling with the RAM socket connectors). I had it running a 486 DX4 10...
by tofro
Wed Mar 20, 2024 8:51 am
Forum: Software & Programming
Topic: Quill Explodes with ptr_gen loaded?
Replies: 13
Views: 313

Re: Quill Explodes with ptr_gen loaded?

Did you try loading quill with the "P" attribute from Hotkey? That should actually work properly: 220 ERT HOT_CHP ('q', 'flp1_quill', 'p', 32) 230 HOT_GO 330 ERT HOT_PICK ('1', 'Quill') This should load quill resident and pressing <ALT>1 should then pull quill into the foreground without a...
by tofro
Wed Mar 20, 2024 7:51 am
Forum: General QL Chat
Topic: Anouncement for the 40th Anniversary of the Sinclair QL in Dormagen (Germany)
Replies: 28
Views: 2169

Re: Anouncement for the 40th Anniversary of the Sinclair QL in Dormagen (Germany)

Hello ! I would be very interested attending this meeting of QL users near Köln, because I will be in Strasburg ( not very far ! ). Do I have to book directly for a room and parking with the hotel, and may I do it early ? meaning NOW to be sure to have a room, but also, is it absolutely sure that t...
by tofro
Sun Mar 17, 2024 2:09 pm
Forum: Help for New Users
Topic: The case dreaded upzip barrier
Replies: 4
Views: 229

Re: The case dreaded upzip barrier

The signal extension should normally not be mandatory - Programs should run fine without.
by tofro
Sat Mar 16, 2024 2:31 pm
Forum: Software & Programming
Topic: Lunar lander and UDG generally
Replies: 14
Views: 451

Re: Lunar lander and UDG generally

How does "doesn't work" look like?

What does (after the program has run)

Code: Select all

FOR i = 127 TO 127 + 15 : PRINT #1,CHR$(i) 
do?
by tofro
Sat Mar 16, 2024 2:24 pm
Forum: Software & Programming
Topic: Lunar lander and UDG generally
Replies: 14
Views: 451

Re: Lunar lander and UDG generally

Looks alright, but the CHAR_USE should (logically, I don't think it matters) come after the font is poked.
by tofro
Sat Mar 16, 2024 1:55 pm
Forum: Software & Programming
Topic: Lunar lander and UDG generally
Replies: 14
Views: 451

Re: Lunar lander and UDG generally

Jbizzel wrote: Sat Mar 16, 2024 1:41 pm When you say font size you mean the size of the data in the data statements?
11*9 bytes, + 2 bytes in the initial data statement, so the frontsize is 808 maybe
yep.

cw/you/your program/ :) No offense meant ;)
by tofro
Sat Mar 16, 2024 12:30 pm
Forum: Software & Programming
Topic: Lunar lander and UDG generally
Replies: 14
Views: 451

Re: Lunar lander and UDG generally

On the QL, "everything is floating". That means that POKEing to fixed addresses is potentially dangerous. Your POKE in line 810 pokes to memory in the free memory area of the QL . This might or might not be what you assume (you seem to assume that it's a font address in a channel definitio...
by tofro
Fri Mar 15, 2024 7:11 pm
Forum: Software & Programming
Topic: Higher traps on Q68
Replies: 2
Views: 136

Re: Higher traps on Q68

A quote from Marcel in https://qlforum.co.uk/viewtopic.php?p=21655#p21655: ... or continue to use "trap #15", the latter however must be enabled by the command "tl 15" (IIRC "Trap Level 15") to enter QMON, otherwise it will be ignored. Foxed me for a while when my trap...
by tofro
Fri Mar 15, 2024 6:59 pm
Forum: Hardware
Topic: RTC Query
Replies: 31
Views: 1356

Re: RTC Query

Peter wrote: Fri Mar 15, 2024 6:43 pm
tofro wrote: Fri Mar 15, 2024 12:32 pm If you simply want an NTP client for the Q68, there's a tiny one here: https://github.com/tofro/Q68NTP
Cool. Which network driver do you use?
Martin's. But as NTP is using UDP, Wolfgang's might possibly work as well - Haven't tried, though.