Search found 4002 matches

by Derek_Stewart
Sun May 12, 2024 11:21 am
Forum: Software & Programming
Topic: Space Invaders Game Released
Replies: 1
Views: 34

Re: Space Invaders Game Released

HI,

Great game, works perfectly on the Q68 no need to slow the game down.

I load the game from a FLP image from a FAT partition on a SD Card with FDI loaded to and configured as FLP1, all works great.

Just need a Joystick on the Q68, maybe that will come in the future...
by Derek_Stewart
Sun May 12, 2024 11:19 am
Forum: Software & Programming
Topic: QSTAR 2
Replies: 18
Views: 397

Re: QSTAR 2

Hi,

while soft loading Toolkit 2 is a reasonable thing to do, how do you know whether Toolkit 2 is not already on the system the game is being played?
by Derek_Stewart
Sun May 12, 2024 11:17 am
Forum: Hardware
Topic: Sick Q68
Replies: 6
Views: 89

Re: Sick Q68

Hi, Whiles the faster SD Card access for the Q68 was a good idea, the feature has caused all sort of problems. Maybe should of not been made available till better testing had been done. I should also remind everyone, that downloading a new copy of SMSQ/E requires configuration of the config blocks. ...
by Derek_Stewart
Sun May 12, 2024 7:54 am
Forum: Hardware
Topic: Sick Q68
Replies: 6
Views: 89

Re: Sick Q68

Hi Derek, thanks for the quick reply, I can send you the Q68, it's still in the box you sent it to me in. Maybe you can 'repair' it and sell it to a deserving member. I have various other projects running at the moment so it's not a problem if you do that. For one of these projects I require a ql c...
by Derek_Stewart
Sun May 12, 2024 7:31 am
Forum: Software & Programming
Topic: Double buffering?
Replies: 10
Views: 149

Re: Double buffering?

Hi, There are references to the Second Screen in: QDOS Companion, Andrew Pennel: Appendix A Doing Without QDOS Link to PDF: https://www.qlforum.co.uk/download/file.php?id=7006 QL Advanced User Guide, Adian Dickens: 10.8 Toggling between screen 0 and 1 No PDF available, I am still awaiting Copyright ...
by Derek_Stewart
Sun May 12, 2024 7:20 am
Forum: Hardware
Topic: Sick Q68
Replies: 6
Views: 89

Re: Sick Q68

HI Ian,

I am sorry that your Q68 is not recognising SD Cards, I can have a look at this problem of you want to return the Q68 to me.

I can also offer a QL Case, with new keyboard Membrane, if you do not want to have the Q68 repaired.
by Derek_Stewart
Sat May 11, 2024 10:53 pm
Forum: Software & Programming
Topic: Double buffering?
Replies: 10
Views: 149

Re: Double buffering?

Hi Minerva implements a second screen that if enabled. Take the memory location of the System Variables. The System Variables are moved to another memory location. There is a QDOS Management Trap: MT.INF that returns the location of of the System Variables. Maybe just calling this Trap will solve th...
by Derek_Stewart
Sat May 11, 2024 8:30 pm
Forum: Software & Programming
Topic: QSTAR 2
Replies: 18
Views: 397

Re: QSTAR 2

Hi, I always create ZIP files with ACP (Archive Control Panel) in a QL environment, with the files stored in a QWA container, which QPC2, SMSQmulator, Qemulator, sQLux all strip off the the executable header, leaving the correct executable header. The zip files should be uncompressed to a QL contain...
by Derek_Stewart
Wed May 08, 2024 7:26 am
Forum: Software & Programming
Topic: SMSQ/E Colour issue!
Replies: 18
Views: 1040

Re: SMSQ/E Colour issue!

The Jan Jones book (Quanta issue) does not fully agree with your picture. Stipple 0: Top Right is contrast Stipple 1: Bottom two are contrast Stipple 2: two Right-hand are contrast Stipple 3: Top Right & Bottom Left are contrast So Jan Jones is right and the QL manual is wrong, at least with QD...
by Derek_Stewart
Wed May 08, 2024 7:24 am
Forum: Software & Programming
Topic: Issues with C Compilers (macOS)
Replies: 6
Views: 299

Re: Issues with xtc68

Hi, I compiled xtc68 and qdos-gcc on Linux Mint 21, Debian 12 on a Core i5 PC and Raspberry Pi-400 with no problems the both compilers work great. There was a problem with the Linux Mint, not support GCC 12 onwards, I reported this as a issue on Github on Jonathan Hudson, who gave to the solution of...