| From: | Thorsten Will |
| Date: | 22 Mar 2001 at 22:11:17 |
| Subject: | Works on CGfx... |
Message to..: "blitz-list@netsoc.ucd.ie"
Message from: "twill@gmx.de"
Subject.....: "Works on CGfx..."
My litte program works fine on any AGA machine with at least some
FastRam! As you can see, it don't work in BLITZ mode to get the
feeling of real Multitask!
When some of my friends try to start it on Graphic-Cards the
TitlePicture appears correctly but then my program crash... Due
why? [Tested on A1200 with OS3.0/3.1, 68020-68060, SomeFastRam]
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
;
; 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 cgfx... Do
you have any idea? Are there any BlitzCommands dont work on Cgfx
like "GetaShape", "Cycle" "InitCycle", "FNSPrint", "Block",
"Zone" ...?
Is there any different between "VWait" and "NVWait" in the
function and/or compatible? (not the exesizze)
Many thanks to all...
Thorsten
Does anyone have a nice startup-code to select the screenmode with hook
maybe..... but hook must not be... only a nice screenmode requester,
standart should be 640x256.... any screenmode available.... Systemfriendly
code (SystemCommands_) would be very nice... thx....!!!
Please send example and exe.....
DëÖ@H;4DëÖ@ù
---------------------------------------------------------------------
To unsubscribe, e-mail: blitz-list/-unsubscribe@netsoc.ucd.ie
For additional commands, e-mail: blitz-list/-help@netsoc.ucd.ie