Отключи, трафик чужим не геморь.:)
Если я не ошибаюсь, то RED SCREEN вроде удаляется в самом роме.
Вот: (Из S1HS)
CheckSumCheck:
; Vladikcomper: The code that checks cheksum is now commented out
; movea.l #ErrorTrap,a0 ; start checking bytes after the header ($200)
; movea.l #RomEndLoc,a1 ; stop at end of ROM
; move.l (a1),d0
; moveq #0,d1
;
;loc_32C:
; add.w (a0)+,d1
; cmp.l a0,d0
; bcc.s loc_32C
; movea.l #Checksum,a1 ; read the checksum
; cmp.w (a1),d1 ; compare correct checksum to the one in ROM
; bne.w CheckSumError ; if they don't match, branch
...
Код закомменчен, поэтому его и нет.