67 if ( image->bankAssigned != -1 ) {
82 switch( resource->
type ) {
84 if ( image->bankAssigned != -1 ) {
87 sprintf(alreadyLoadedLabel,
"%salready", label );
90 sprintf( bankWindowId,
"BANKWINDOWID%2.2x", image->residentAssigned );
93 sprintf( bankWindowName,
"BANKWINDOW%2.2x", image->residentAssigned );
130 resource.
realName = strdup( bankWindowName );
133 cpc_flip_image( _environment, &resource, NULL, NULL, image->frameSize, 0, _direction );
139 cpc_flip_image( _environment, resource,
"",
"", image->frameSize, image->frameCount, _direction );
141 cpc_flip_image( _environment, resource, frame->
realName,
"", image->frameSize, image->frameCount, _direction );
145 cpc_flip_image( _environment, resource,
"", sequence->
realName, image->frameSize, image->frameCount, _direction );
153 if ( image->bankAssigned != -1 ) {
156 sprintf(alreadyLoadedLabel,
"%salready", label );
159 sprintf( bankWindowId,
"BANKWINDOWID%2.2x", image->residentAssigned );
162 sprintf( bankWindowName,
"BANKWINDOW%2.2x", image->residentAssigned );
191 resource.
realName = strdup( bankWindowName );
194 cpc_flip_image( _environment, &resource, NULL, NULL, image->frameSize, 0, _direction );
198 cpc_flip_image( _environment, resource,
"", NULL, image->frameSize, 0, _direction );
206 if ( image->residentAssigned ) {
209 sprintf(alreadyLoadedLabel,
"%salready", label );
212 sprintf( bankWindowId,
"BANKWINDOWID%2.2x", image->residentAssigned );
215 sprintf( bankWindowName,
"BANKWINDOW%2.2x", image->residentAssigned );
218 if ( image->uncompressedSize ) {
221 bank_read_semi_var( _environment, image->bankAssigned, image->absoluteAddress, bankWindowName, image->size );
224 cpu_label( _environment, alreadyLoadedLabel );
227 resource.
realName = strdup( bankWindowName );
230 cpc_flip_image( _environment, &resource, NULL, NULL, 0, 0, _direction );
233 cpc_flip_image( _environment, resource, NULL, NULL, 0, 0, _direction );