| |
iAN CooG
Registered: May 2002 Posts: 3187 |
Release id #2483 : No Compromise Touch
"No Compromise Touch.t64" contains a 2nd program, "SEA OF BLOOD_BM'" which seems an intro for another collection or something, crashes while attempting loading from disk. Any more info about this? |
|
| |
Zyron
Registered: Jan 2002 Posts: 2381 |
I think it's the intro for the collection but to be honest I'm not sure, I don't have time to check the code for what it tries to load at the moment. Seems I should not have put the two files in a .t64 though. |
| |
iAN CooG
Registered: May 2002 Posts: 3187 |
Quote: I think it's the intro for the collection but to be honest I'm not sure, I don't have time to check the code for what it tries to load at the moment. Seems I should not have put the two files in a .t64 though.
I had a peek on it, I tought it accessed the disk but I was wrong. After logo fades it jumps here:
.C:1138 10 10 BPL $114A
.C:113a 10 10 BPL $114C
.C:113c 10 10 BPL $114E
.C:113e 10 10 BPL $1150
.C:1140 F6 60 INC $60,X
.C:1142 EA NOP
.C:1143 A8 TAY
.C:1144 A9 02 LDA #$02
.C:1146 85 CD STA $CD
.C:1148 20 24 EA JSR $EA24
.C:114b 98 TYA
.C:114c A4 D3 LDY $D3
.C:114e 91 91 STA ($91),Y
.C:1150 91 91 STA ($91),Y
.C:1152 91 91 STA ($91),Y
.C:1154 91 91 STA ($91),Y
.C:1156 91 91 STA ($91),Y
which is clearly garbage. Probably is an intro for something, but linked to nothing. |
| |
Zyron
Registered: Jan 2002 Posts: 2381 |
I guess it's the intro to the notefile then, probably the file got truncated due to read-errors on the disk. |