From: | Thorsten Will |
Date: | 23 Mar 2001 at 23:44:54 |
Subject: | Re: Crash on A4000 ;( ! |
Am Donnerstag, 22. M�rz 2001 23:08 schrieben Sie:
> Message to..: "blitz-list@netsoc.ucd.ie"
> Message from: "twill@gmx.de"
> Subject.....: "Crash on A4000 ;( !"
>
>
> My litte program works fine on AGA machine (only A1200) with at
> least some FastRam! As you can see, it don't work in BLITZ mode
> to get the feeling of real Multitask!
>
> A friend told me, that my program will be loaded and crash then
> on his A4000/030 with 2MB FastMem (16Bit)... Due why?
>
> He get no TitlePicture or something else... I use in my Code
> SetInt5, and as i know there is a small bug in the Interupt in
> A4000... Does it works, when i set the Interupt two times...!?
>
> Or is there any other command who is buggy on A4000? Please help
> me, because i am going very demotivated ;( !!
>
>
>
> I added some lines of my program, so you can see what i do
>
>
>
> BitMap 0,640,256,8
> BitMap 1,640,256,8
> ;
> ; some code...
> ;
> Screen 0,0,0,640,256,8,$8000,"Works on CGfx?",0,0 ; Crash on A4000 ?
> ;
> ; some code...
> ;
> Use BitMap 0
> ;
> ; some code
> ;
> ShowBitMap 0 ; Show TitlePicture
> ;
> ; some code
> ;
> Use BitMap 1
> ;
> ; some code
> ;
> CopyBitMap 1,0 ; Could this crash on CGfx?
> ;
> ; some code
> ;
> Repeat
> ShowBitMap db:VWait
> ;
> ; some code ; Main
> ;
> Until
>
>
> I really don't understand why this program crash on A4000.. Do
> you have any idea? Could it be, that "Screen" command dont work
> on A4000?
>
> Many thanks to all...
>
> Thorsten
>
>
>
> Update:
>
> Ok, i drived to a friend with an A4000/040/OS3.0/16MB.... It works up to
> mainpart.... then my prog will hang on.... Could really be the SetInt
> Command, i think... cant check it more at mom.... must drive back to home
> and compile again without interupt.... then again back to the friend and
> check it again... if you have any ideas, please tell me.... ;)
>
> thorsten
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: blitz-list/-unsubscribe@netsoc.ucd.ie
> For additional commands, e-mail: blitz-list/-help@netsoc.ucd.ie
---------------------------------------------------------------------
To unsubscribe, e-mail: blitz-list/-unsubscribe@netsoc.ucd.ie
For additional commands, e-mail: blitz-list/-help@netsoc.ucd.ie