81 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 );
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 );
180 if ( image->strips ) {
184 outline1(
"LD HL, %sstrip", image->realName );
221 resource.
realName = strdup( bankWindowName );
229 if ( image->strips ) {
233 outline1(
"LD HL, %sstrip", image->realName );
267 if ( image->bankAssigned != -1 ) {
270 sprintf(alreadyLoadedLabel,
"%salready", label );
273 sprintf( bankWindowId,
"BANKWINDOWID%2.2x", image->residentAssigned );
276 sprintf( bankWindowName,
"BANKWINDOW%2.2x", image->residentAssigned );
279 if ( image->uncompressedSize ) {
282 bank_read_semi_var( _environment, image->bankAssigned, image->absoluteAddress, bankWindowName, image->size );
285 cpu_label( _environment, alreadyLoadedLabel );
288 resource.
realName = strdup( bankWindowName );
330 if ( !_sequence && !_frame ) {
331 outline1(
"LD HL, (%s)", image->realName );
333 outline1(
"LD HL, (%s)", image->realName );
338 if ( strlen(_sequence) == 0 ) {
346 if ( strlen(_frame) == 0 ) {
360 if ( strlen(_frame) == 0 ) {