Here's a new Mandelbrot generator based on an ASCII version I found at "Rosetta Code". See the enclosed Readme.txt for more details.
Regards;
Greg
Mandelbrot Generator
Mandelbrot Generator
Last edited by GCHarder on Fri Aug 19, 2016 9:15 pm, edited 1 time in total.
Re: Mandelbrot Generator
Hi Greg
It's an interesting program and nice to see it supports Chroma colour!
When I run it without Chroma enabled, I need to select 64K RAM else it crashes. Chroma colour uses RAM at 48-64K and so presumably the program relies on having RAM paged here?
It's an interesting program and nice to see it supports Chroma colour!

When I run it without Chroma enabled, I need to select 64K RAM else it crashes. Chroma colour uses RAM at 48-64K and so presumably the program relies on having RAM paged here?
Re: Mandelbrot Generator
Looks like you found a bug...
In the "ZASCIIbrot" program change line 1020 to
1020 LET L=USR IREG
Then add line 1025
1025 IF CHROMA THEN LET L=USR 17146
Luckily, this bug is bypassed when LOADing the pre-rendered files so they work.
Regards;
Greg
In the "ZASCIIbrot" program change line 1020 to
1020 LET L=USR IREG
Then add line 1025
1025 IF CHROMA THEN LET L=USR 17146
Luckily, this bug is bypassed when LOADing the pre-rendered files so they work.
Regards;
Greg
Re: Mandelbrot Generator Update
Fixed a couple bugs and added a new Chroma specific animation key. During the animation the "S" key acts as a "solid color" switch, which as the name implies, displays all the characters in solid colors. This is a switch so you can switch back and forth from solid colors to white characters on the colored background.
Regards;
Greg
Regards;
Greg
- Attachments
-
- ZASCIIbrot.zip
- Updated programs
- (193 KiB) Downloaded 399 times
Re: Mandelbrot Generator
I've added a link to my website on the page that lists software known to directly drive the Chroma colour facilities:
http://www.fruitcake.plus.com/Sinclair/ ... Colour.htm
http://www.fruitcake.plus.com/Sinclair/ ... Colour.htm