81 switch( resource->
type ) {
83 if ( image->bankAssigned != -1 ) {
86 sprintf(alreadyLoadedLabel,
"%salready", label );
89 sprintf( bankWindowId,
"BANKWINDOWID%2.2x", image->residentAssigned );
92 sprintf( bankWindowName,
"BANKWINDOW%2.2x", image->residentAssigned );
129 resource.
realName = strdup( bankWindowName );
137 vic2_put_image( _environment, resource, x1->
name, y1->
name,
"",
"", image->frameSize, image->frameCount, _flags );
151 if ( image->bankAssigned != -1 ) {
154 sprintf(alreadyLoadedLabel,
"%salready", label );
157 sprintf( bankWindowId,
"BANKWINDOWID%2.2x", image->residentAssigned );
160 sprintf( bankWindowName,
"BANKWINDOW%2.2x", image->residentAssigned );
178 if ( image->strips ) {
183 outline1(
"LDA #<%sstrip", image->realName);
185 outline1(
"LDA #>%sstrip", image->realName);
213 resource.
realName = strdup( bankWindowName );
221 if ( image->strips ) {
226 outline1(
"LDA #<%sstrip", image->realName);
228 outline1(
"LDA #>%sstrip", image->realName);
253 if ( image->bankAssigned != -1 ) {
256 sprintf(alreadyLoadedLabel,
"%salready", label );
259 sprintf( bankWindowId,
"BANKWINDOWID%2.2x", image->residentAssigned );
262 sprintf( bankWindowName,
"BANKWINDOW%2.2x", image->residentAssigned );
265 if ( image->uncompressedSize ) {
268 bank_read_semi_var( _environment, image->bankAssigned, image->absoluteAddress, bankWindowName, image->size );
271 cpu_label( _environment, alreadyLoadedLabel );
274 resource.
realName = strdup( bankWindowName );
319 outline1(
"LDA %s", image->realName );
332 if ( strlen(_sequence) == 0 ) {
340 if ( strlen(_frame) == 0 ) {
358 outline1(
"LDA %s", image->realName );
370 if ( strlen(_frame) == 0 ) {
385 outline1(
"LDA %s", image->realName );