Search found 2697 matches

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: 24
Views: 2067

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: 227

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: 449

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: 449

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: 449

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: 449

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: 133

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: 1339

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.
by tofro
Fri Mar 15, 2024 12:45 pm
Forum: Software & Programming
Topic: Higher traps on Q68
Replies: 2
Views: 133

Higher traps on Q68

On QPC and my QLs, I'm using TRAP #15 instructions with beacon strings to trap into QMON. This works nicely: When QMON sees a TRAP 15, it will break the program at the current PC (I'm using macros to create a TRAP #15 and strings to show me where I am). This, unfortunately, does not work on my Q68 (...
by tofro
Fri Mar 15, 2024 12:32 pm
Forum: Hardware
Topic: RTC Query
Replies: 31
Views: 1339

Re: RTC Query

just as experiment..... For anyone who wants to give it a try.... Arduino code + Superbasic file please ignore the weather tningy.... I am not ready for HTTPS yet :) Would like to see if anyone can add nice things as well... It works perfect on a Q68 I don`t have a cable for my old ql so I couldn't...