Search found 10 matches

by ioannis
Sat May 27, 2017 2:01 pm
Forum: Hardware
Topic: QSound and QPrint Interface
Replies: 185
Views: 66376

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...
by ioannis
Sat May 27, 2017 8:45 am
Forum: Hardware
Topic: QSound and QPrint Interface
Replies: 185
Views: 66376

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 contin...
by ioannis
Fri May 26, 2017 9:04 pm
Forum: Hardware
Topic: QSound and QPrint Interface
Replies: 185
Views: 66376

Re: QSound and QPrint Interface

I have purchased the QSound/QPrint interface. I will be happy to assist.
by ioannis
Sat Sep 24, 2016 9:01 pm
Forum: Software & Programming
Topic: Fractals in SuperBasic
Replies: 10
Views: 5002

Re: Fractals in SuperBasic

This was the first Byte I bought back in the 80s. It was like discrovering I new world...
by ioannis
Sat Sep 24, 2016 8:57 pm
Forum: Software & Programming
Topic: Fractals in SuperBasic
Replies: 10
Views: 5002

Re: Fractals in SuperBasic

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
Certainly not Tomas - I just saw the messages.
by ioannis
Sat Sep 24, 2016 8:51 pm
Forum: Software & Programming
Topic: Fractals in SuperBasic
Replies: 10
Views: 5002

Re: Fractals in SuperBasic

Hello and apologies for taking this long to post the article:

https://1drv.ms/b/s!ArbzNSRfylKKi3bWHYSUm29R8hUH

Ioannis
by ioannis
Mon Aug 01, 2016 10:39 am
Forum: Software & Programming
Topic: Fractals in SuperBasic
Replies: 10
Views: 5002

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 value...
by ioannis
Sun Jul 31, 2016 4:21 pm
Forum: Software & Programming
Topic: Fractals in SuperBasic
Replies: 10
Views: 5002

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
by ioannis
Sun Jul 31, 2016 4:11 pm
Forum: Software & Programming
Topic: Fractals in SuperBasic
Replies: 10
Views: 5002

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 s...
by ioannis
Sun Jul 31, 2016 4:05 pm
Forum: The Welcome Area
Topic: Hello from Kastoria, Greece
Replies: 2
Views: 3300

Hello from Kastoria, Greece

Hello everyone,

I am new to the forum. I have my original QL since 1986.

Ioannis