Search found 2770 matches

by dilwyn
Thu May 02, 2024 6:16 pm
Forum: The Off-Topic Section
Topic: Today I Received...
Replies: 647
Views: 299672

Re: Today I Received...

Nice one Steve.
by dilwyn
Wed May 01, 2024 7:17 pm
Forum: Software & Programming
Topic: Pointer Absolute Position
Replies: 7
Views: 199

Re: Pointer Absolute Position

Nice, Dilwyn. INKEY$ need a channel, though, Better use a combination of SUSJB and KEYROW perhaps? Of course, if you close the channels. Only wrote that example to explain how to read absolute pointer positions from S*Basic without resorting to extensions. And your extension is perfect, much easier...
by dilwyn
Wed May 01, 2024 4:02 pm
Forum: Software & Programming
Topic: QSTAR 1
Replies: 4
Views: 260

Re: QSTAR 1

Not had time to try it out (I'm useless at games anyway), but looks absolutely superb.
by dilwyn
Wed May 01, 2024 3:08 pm
Forum: Software & Programming
Topic: Pointer Absolute Position
Replies: 7
Views: 199

Re: Pointer Absolute Position

To explain a little how it's done, and preserve this information for the future, as this is a potentially useful technique for those very rare cases where you need to read the absolute pointer position, here's a small demo of it written in BASIC. It only works on systems with pointer environment - I...
by dilwyn
Wed May 01, 2024 1:17 pm
Forum: Hardware
Topic: CST Ram Plus eproms - CST QDisc v4 issue
Replies: 6
Views: 217

Re: CST Ram Plus eproms - CST QDisc v4 issue

There is a manual for the CST RAM Plus card at https://dilwyn.qlforum.co.uk/docs/manua ... amplus.pdf (in case you didn't get one with it).
by dilwyn
Wed May 01, 2024 11:57 am
Forum: Software & Programming
Topic: Pointer Absolute Position
Replies: 7
Views: 199

Re: Pointer Absolute Position

Thank you Per, saved me time writing an equivalent. Not tried it yet, looks a bit like what I would have done and straightforward enough.
by dilwyn
Tue Apr 30, 2024 10:18 pm
Forum: Software & Programming
Topic: Pointer Absolute Position
Replies: 7
Views: 199

Re: Pointer Absolute Position

The simplest might just be to open a tiny window, eg 0x0a0x0, and read the pointer with RDPT. If you really cant use an open channel for whatever reason there is my S\CRXY and GPT toolkit commands. SCRXY reads the size of the screen and GPT gets the current pointer position - both without the need ...
by dilwyn
Tue Apr 30, 2024 8:57 pm
Forum: Software & Programming
Topic: Pointer Absolute Position
Replies: 7
Views: 199

Pointer Absolute Position

To save me reinventing the wheel, anyone know how (or if?) a program with no open CON channel can monitor the absolute pointer position on the screen? Happy to be told it's not possible or if I'm a fool to even think of trying it. It's for a little personal program which sits quietly in the backgrou...
by dilwyn
Mon Apr 29, 2024 9:46 pm
Forum: Hardware
Topic: To Minerva or not to Minerva...
Replies: 16
Views: 346

Re: To Minerva or not to Minerva...

Nice! Heard about those instore demo boards, but never seen a real live example. Thanks for the picture.
by dilwyn
Mon Apr 29, 2024 9:28 pm
Forum: Hardware
Topic: To Minerva or not to Minerva...
Replies: 16
Views: 346

Re: To Minerva or not to Minerva...

Never seen one of those before - what type is it (or is it homebrew) ? As you say, ties up the expansion slot. And depending on where in the memory map that puts the ROMs, might not allow expansions like Trump Card which use space allocated for ROMs to make up the difference between 640K total RAM a...