[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Mandelbrot II GS Released (need test)
Thye Chean,
I downloaded your image of Mandelbrot II and am trying to get it to
work on my ROM 01 GS. When I first copied the img file to a 3.5 disk
and inserted it in to my GS the GS didn't recognize the file format
and wanted to either format it or eject it. I used KEGSMAC to copy the
contents of the img file to a 2mg file. Then I transferred that the GS
and opened it in the desktop without a problem. I tried running it and
it crashed during a disk swap of the System disk and the disk I had
the program on. Then I copied the contents of the Mandelbrot II disk
to a Ram disk and tried that way. I got the title up and when I
clicked the mouse it just crashed, with a few symbols in the upper
left hand corner of the screen.
Dean
On Sep 12, 12:36 pm, limtc <thyech...@gmail.com> wrote:
> I just released a much faster and better version of fractal graphics
> program (Mandelbrot II GS), the successor of Mandelbrot GS, to public
> at:
>
> http://virtualgs.larwe.com/Virtual_GS_Programming/Mandelbrot_GS.html
>
> However, I can't get this to work at any emulators. I tested it to
> work when I still owned the Apple IIGS. Can someone help me to verify
> on a real GS?
>
> I have trace down the issue to resolution switching. Whenever I switch
> from 320 mode to 640 mode (shut down and restart QuickDraw), the
> emulated GS will crash. I have already updated a version which is 640
> mode only and works beautifully, but that effectively removed 50% of
> its function. (Anybody wanted to try the 640 only version let me know)
>
> Or can anybody tell me the correct way to switch graphics from 320
> mode to 640 mode and vice versa in Complete Pascal? My codes (written
> in 1993!) says:
>
> QDShutDown
> Graphics(mode)
>
> This is the place where it crash.
>
> Thanks!