Search found 10 matches
- Sat May 27, 2017 2:01 pm
- Forum: Hardware
- Topic: QSound and QPrint Interface
- Replies: 187
- Views: 94273
Re: QSound and QPrint Interface
OK, I did it the old fashioned way... Took the EPROM out off the QSound board, inserted it to a QEPIII, downloaded the contents to a MDV cartridge (one that still works...), then switched off the QL, connected a Sandy Q-Board and floppy drive, copied the file from MDV to a floppy disk, then took the ...
- Sat May 27, 2017 8:45 am
- Forum: Hardware
- Topic: QSound and QPrint Interface
- Replies: 187
- Views: 94273
Re: QSound and QPrint Interface
I have purchased the QSound/QPrint interface. I will be happy to assist.
Ah that is great! I am so happy you read this and answered. QSound seems to be very rare.
can you read the ROM content and mail it to me?
I will try to find out most of the connections from your photo. May I ask you for ...
Ah that is great! I am so happy you read this and answered. QSound seems to be very rare.
can you read the ROM content and mail it to me?
I will try to find out most of the connections from your photo. May I ask you for ...
- Fri May 26, 2017 9:04 pm
- Forum: Hardware
- Topic: QSound and QPrint Interface
- Replies: 187
- Views: 94273
Re: QSound and QPrint Interface
I have purchased the QSound/QPrint interface. I will be happy to assist.
- Sat Sep 24, 2016 9:01 pm
- Forum: Software & Programming
- Topic: Fractals in SuperBasic
- Replies: 10
- Views: 5491
Re: Fractals in SuperBasic
This was the first Byte I bought back in the 80s. It was like discrovering I new world...
- Sat Sep 24, 2016 8:57 pm
- Forum: Software & Programming
- Topic: Fractals in SuperBasic
- Replies: 10
- Views: 5491
Re: Fractals in SuperBasic
Certainly not Tomas - I just saw the messages.tcat wrote:Hi Ioannis,
Any chance to share the article from BYTE magazine, I hope I did not put you off by my posts?
Many thanks
Tomas
- Sat Sep 24, 2016 8:51 pm
- Forum: Software & Programming
- Topic: Fractals in SuperBasic
- Replies: 10
- Views: 5491
Re: Fractals in SuperBasic
Hello and apologies for taking this long to post the article:
https://1drv.ms/b/s!ArbzNSRfylKKi3bWHYSUm29R8hUH
Ioannis
https://1drv.ms/b/s!ArbzNSRfylKKi3bWHYSUm29R8hUH
Ioannis
- Mon Aug 01, 2016 10:39 am
- Forum: Software & Programming
- Topic: Fractals in SuperBasic
- Replies: 10
- Views: 5491
Re: Fractals in SuperBasic
I will scan the original article from BYTE and send a link. It contains the DATA lines for other shapes. I think the parameters of the code can be adjusted for a higher resolution QL compatible to produce more impressive images. The article also explains how to convert any shape to appropriate ...
- Sun Jul 31, 2016 4:21 pm
- Forum: Software & Programming
- Topic: Fractals in SuperBasic
- Replies: 10
- Views: 5491
Re: Fractals in SuperBasic
Adjusting lines 110 to 160 as follows will produce the Sierpinski triangle:
110 DIM A(3),B(3),C(3),D(3),E(3),F(3),P(3)
120 DATA 3
130 DATA .5,0,0,.5,0,0,.33
140 DATA .5,0,0,.5,1,0,.33
150 DATA .5,0,0,.5,.5,.5,.34
an example is shown here:
https://1drv.ms/i/s!ArbzNSRfylKKiyc8DYM372kE6t49
110 DIM A(3),B(3),C(3),D(3),E(3),F(3),P(3)
120 DATA 3
130 DATA .5,0,0,.5,0,0,.33
140 DATA .5,0,0,.5,1,0,.33
150 DATA .5,0,0,.5,.5,.5,.34
an example is shown here:
https://1drv.ms/i/s!ArbzNSRfylKKiyc8DYM372kE6t49
- Sun Jul 31, 2016 4:11 pm
- Forum: Software & Programming
- Topic: Fractals in SuperBasic
- Replies: 10
- Views: 5491
Fractals in SuperBasic
The following code has been adapted for a standard QL. The original program appeared in an article by Michael Barnsley and Alan Sloan in Byte Magazine, back in January 1988. It can generate a number of different fractal shapes, including a fern and Sierpinski triangle. Lines 120 to 160 control the ...
- Sun Jul 31, 2016 4:05 pm
- Forum: The Welcome Area
- Topic: Hello from Kastoria, Greece
- Replies: 2
- Views: 3486
Hello from Kastoria, Greece
Hello everyone,
I am new to the forum. I have my original QL since 1986.
Ioannis
I am new to the forum. I have my original QL since 1986.
Ioannis