111 switch( resource->
type ) {
113 if ( image->bankAssigned != -1 ) {
116 sprintf(alreadyLoadedLabel,
"%salready", label );
119 sprintf( bankWindowId,
"BANKWINDOWID%2.2x", image->residentAssigned );
122 sprintf( bankWindowName,
"BANKWINDOW%2.2x", image->residentAssigned );
159 resource.
realName = strdup( bankWindowName );
167 vic2_put_image( _environment, resource, x1->
name, y1->
name,
"",
"", image->frameSize, image->frameCount, _flags );
181 if ( image->bankAssigned != -1 ) {
184 sprintf(alreadyLoadedLabel,
"%salready", label );
187 sprintf( bankWindowId,
"BANKWINDOWID%2.2x", image->residentAssigned );
190 sprintf( bankWindowName,
"BANKWINDOW%2.2x", image->residentAssigned );
208 if ( image->strips ) {
213 outline1(
"LDA #<%sstrip", image->realName);
215 outline1(
"LDA #>%sstrip", image->realName);
243 resource.
realName = strdup( bankWindowName );
251 if ( image->strips ) {
256 outline1(
"LDA #<%sstrip", image->realName);
258 outline1(
"LDA #>%sstrip", image->realName);
282 if ( image->bankAssigned != -1 ) {
285 sprintf(alreadyLoadedLabel,
"%salready", label );
288 sprintf( bankWindowId,
"BANKWINDOWID%2.2x", image->residentAssigned );
291 sprintf( bankWindowName,
"BANKWINDOW%2.2x", image->residentAssigned );
294 if ( image->uncompressedSize ) {
297 bank_read_semi_var( _environment, image->bankAssigned, image->absoluteAddress, bankWindowName, image->size );
300 cpu_label( _environment, alreadyLoadedLabel );
303 resource.
realName = strdup( bankWindowName );
348 outline1(
"LDA %s", image->realName );
361 if ( strlen(_sequence) == 0 ) {
369 if ( strlen(_frame) == 0 ) {
387 outline1(
"LDA %s", image->realName );
399 if ( strlen(_frame) == 0 ) {
414 outline1(
"LDA %s", image->realName );