Search found 2676 matches

by tofro
Sun Mar 17, 2024 2:09 pm
Forum: Help for New Users
Topic: The case dreaded upzip barrier
Replies: 4
Views: 107

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

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

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

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

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

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: 25
Views: 778

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

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: 25
Views: 778

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...
by tofro
Fri Mar 15, 2024 8:07 am
Forum: Hardware
Topic: QIMSI
Replies: 101
Views: 41668

Re: QIMSI

Indeed. I have been using that one for a long time, until I moved all my QLs to SMSQ/E. It basically behaves the same as the history device in the newer OS (some marginal differences that you need to get used to). Recommended. These are indeed "must haves" for non-SMS systems, as long as ...