79 switch( resource->
type ) {
81 if ( image->bankAssigned != -1 ) {
84 sprintf(alreadyLoadedLabel,
"%salready", label );
87 sprintf( bankWindowId,
"BANKWINDOWID%2.2x", image->residentAssigned );
90 sprintf( bankWindowName,
"BANKWINDOW%2.2x", image->residentAssigned );
127 resource.
realName = strdup( bankWindowName );
150 if ( image->bankAssigned != -1 ) {
153 sprintf(alreadyLoadedLabel,
"%salready", label );
156 sprintf( bankWindowId,
"BANKWINDOWID%2.2x", image->residentAssigned );
159 sprintf( bankWindowName,
"BANKWINDOW%2.2x", image->residentAssigned );
177 if ( image->strips ) {
181 outline1(
"LD HL, %sstrip", image->realName );
222 resource.
realName = strdup( bankWindowName );
230 if ( image->strips ) {
234 outline1(
"LD HL, %sstrip", image->realName );
272 if ( image->residentAssigned ) {
275 sprintf(alreadyLoadedLabel,
"%salready", label );
278 sprintf( bankWindowId,
"BANKWINDOWID%2.2x", image->residentAssigned );
281 sprintf( bankWindowName,
"BANKWINDOW%2.2x", image->residentAssigned );
284 if ( image->uncompressedSize ) {
287 bank_read_semi_var( _environment, image->bankAssigned, image->absoluteAddress, bankWindowName, image->size );
290 cpu_label( _environment, alreadyLoadedLabel );
293 resource.
realName = strdup( bankWindowName );
335 if ( !_sequence && !_frame ) {
336 outline1(
"LD HL, (%s)", image->realName );
338 outline1(
"LD HL, (%s)", image->realName );
343 if ( strlen(_sequence) == 0 ) {
352 if ( strlen(_frame) == 0 ) {
367 if ( strlen(_frame) == 0 ) {