Search found 633 matches

by tcat
Sat Dec 05, 2015 5:18 pm
Forum: Software & Programming
Topic: Arrakis Software
Replies: 19
Views: 8367

Re: Arrakis Software

Tobias, Thank you for explaining, I have also read pages 17+ from The Technical Guide, now with better understanding. I somehow realised, I also need to put an extra padding right at the assembly end. ... dc.w 0 end To ensure the binary has even byte size, is all in words so to speak. Otherwise job ...
by tcat
Wed Dec 02, 2015 8:19 pm
Forum: Software & Programming
Topic: Arrakis Software
Replies: 19
Views: 8367

Re: Arrakis Software

Tobias, Rich, Thank you for padding suggestions, it now works, I use 100 as a delay in below line, as otherwise it playes really fast moveq #100,d2 ; Play it very fast I am getting binary and when loaded into reserved memory and then called from S*BASIC it works as expected and plays Bach's Prelude....
by tcat
Mon Nov 30, 2015 7:55 pm
Forum: Software & Programming
Topic: Arrakis Software
Replies: 19
Views: 8367

Re: Arrakis Software

They also wrote a machine code routine to play music on the QL which was published in the October 1986 issue of Sinclair QL World - http://sinclairql.speccy.org/archivo/docs/mags/QLWorld_1986-10.pdf Hi, I have typed the assembly as printed in the mag, unfortunately it does not seem to work for me. ...
by tcat
Mon Nov 23, 2015 8:34 pm
Forum: Software & Programming
Topic: Arrakis Software
Replies: 19
Views: 8367

Re: Arrakis Software

Line 2100 does not make much sense, I have all of the magazines, so will see if there is an errata. Otherwise, I will have to work out the logic of the statement Hi, I believe the line 2100 may read PRINT#tab," "(1 TO (mov_num<10));mov_num;".";TO 4;"ABCD"(side+1);"...
by tcat
Sat Nov 14, 2015 10:00 pm
Forum: Software & Programming
Topic: SERial line reset
Replies: 15
Views: 6648

Re: SERial line reset

Derek,

I will try to improve the code further, I am just wondering if it would be also possible to somehow restore system variables after restart.

Tom
by tcat
Sat Nov 14, 2015 9:02 pm
Forum: Software & Programming
Topic: SERial line reset
Replies: 15
Views: 6648

Re: SERial line reset

Dear All, I have hand coded the assembly, compiled and run the binary. Pressing <CTL> <ALT> <7>, resets the machine, goes to the initial screen, but does not clear the RAM, but does reset system variables. I cannot quite make out from the scan, these addresses, so I hope I got them right. WARM_RESTA...
by tcat
Tue Nov 03, 2015 8:04 pm
Forum: Software & Programming
Topic: SERial line reset
Replies: 15
Views: 6648

Re: SERial line reset

Tobias,

Many thanks, I was not aware of "<CTRL><ALT>7" - key combination, I will certainly try. I am just curious, where this trick is documented.

Also, can I somehow achieve <CTRL><ALT>7 by a program?

Many thanks
Tom
by tcat
Tue Nov 03, 2015 6:49 pm
Forum: Software & Programming
Topic: SERial line reset
Replies: 15
Views: 6648

SERial line reset

Hi All, I have a plain QL setup that is, JS ROM, 8049 and TK2. I use SER2 to transfer data, SER1 as mouse port, and seldom SER1 to printer output. I sometimes experience problems with serial line, after exchanging data with PC, while reseting the BAUD will not help, and I need to reboot the machine ...
by tcat
Wed Sep 23, 2015 6:25 pm
Forum: Software & Programming
Topic: QL Commercial Software Preservation
Replies: 161
Views: 69690

Re: QL Commercial Software Preservation

Rich, Derek, All,

I found this link for DEMO download, possibly only GERMAN version.

http://sinclairql.emuunlim.com/QBF05/QLFTCD.zip

As part of this site, not sure if useful or generally known of.

http://sinclairql.emuunlim.com/

Tom
by tcat
Tue Sep 22, 2015 8:48 pm
Forum: Software & Programming
Topic: QL Commercial Software Preservation
Replies: 161
Views: 69690

Re: QL Commercial Software Preservation

Rich,

I have found this archive reference to DI-REN, dates back to 1996-1997, not sure it is of any use.

http://web.archive.org/web/199701232123 ... ts/ftc.htm

Tom