Search found 2697 matches

by tofro
Tue Mar 05, 2024 12:14 pm
Forum: Software & Programming
Topic: Fast Plot/Draw toolkit / viepoint manual/ PD3 Manual
Replies: 18
Views: 1015

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

The "Giga" thing used to be part of nearly every program name that ABC Electronic in Germany sold. So, it's likely it was part of their software line (I do, however, not recall a "Fast Plot" toolkit) As a lot of ABC stuff was distributed in the UK through Digital precision, I t m...
by tofro
Tue Mar 05, 2024 11:43 am
Forum: Software & Programming
Topic: Fast Plot/Draw toolkit / viepoint manual/ PD3 Manual
Replies: 18
Views: 1015

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

That sounds like GIGABasic. Should be on Dilwyn's site.
by tofro
Mon Mar 04, 2024 8:53 pm
Forum: Help for New Users
Topic: Dev_use how to use?
Replies: 12
Views: 698

Re: Dev_use how to use?

Jbizzel wrote: Mon Mar 04, 2024 8:48 pm

EXCEPT....

DEV_USE FLP - does not work.

Any thoughts are most welcome.
Try

DEF_USEN

instead.
by tofro
Mon Mar 04, 2024 8:27 am
Forum: General QL Chat
Topic: Anouncement for the 40th Anniversary of the Sinclair QL in Dormagen (Germany)
Replies: 24
Views: 2071

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

pjw wrote: Sun Mar 03, 2024 11:15 pm Still thinking about it..
Will (very) likely be there.
by tofro
Mon Mar 04, 2024 8:26 am
Forum: Software & Programming
Topic: Joystick/Sound in Supervisor mode?
Replies: 66
Views: 2429

Re: Joystick/Sound in Supervisor mode?

Something I'm still trying to get my head around is the reason behind why, if I compile as file type 2 so that I can use RESPR/Lbytes/Call the QL crashes but if I compile as file type 1 and EXEC or EXEC_w it works fine Is there a particular reason for this please? Many thanks The reason is that whe...
by tofro
Sun Mar 03, 2024 5:59 pm
Forum: Software & Programming
Topic: Joystick/Sound in Supervisor mode?
Replies: 66
Views: 2429

Re: Joystick/Sound in Supervisor mode?

Inside of timerTick, you cannot use a6 to update your variable (it has another value in the polling interrupt routine than in your code and will actually point to the system variables). Instead, you get a pointer in a3, not in a6, to 8 bytes before timerLinkage(a6) - That's because the polling routi...
by tofro
Sun Mar 03, 2024 10:45 am
Forum: Software & Programming
Topic: Joystick/Sound in Supervisor mode?
Replies: 66
Views: 2429

Re: Joystick/Sound in Supervisor mode?

The QL's RTC is only progressing in 1s intervals. You could use it, but it would make your program crawl :) The polling interrupt is really the only way you get a suitably fast tick rate.

If you pack your sources and put them here I could have a look at it.
by tofro
Sat Mar 02, 2024 8:35 pm
Forum: Help for New Users
Topic: Dev_use how to use?
Replies: 12
Views: 698

Re: Dev_use how to use?

The dev_ device us built in SMSQ/E. There is a loadable device driver for the standard QL, that you probably haven't loaded. You'll find that in the Toolkit section on Dilwyyn's site.
by tofro
Sat Mar 02, 2024 7:28 pm
Forum: Software & Programming
Topic: Joystick/Sound in Supervisor mode?
Replies: 66
Views: 2429

Re: Joystick/Sound in Supervisor mode?

That might have been my fault, sorry. Try adding an "OFFSET 0" after "SECTION data"
by tofro
Sat Mar 02, 2024 3:52 pm
Forum: General QL Chat
Topic: Software updates
Replies: 21
Views: 1211

Re: Software updates

Unless there's here's little nasty gremlins changing the wiring every now and then.