Dammit... So how are you supposed to draw text after the logo them because it looks like the code uses the same stuff anyway..mfro wrote: 08 Dec 2022 15:14 Now it depends on where "appropriate" is. You are calling a GEMDOS function now. That's supposed to fail as well until GEMDOS is fully initialised.
Code: Select all
crcmsg: dc.b 'WARNING: BAD ROM CRC IN CHIP ',0
crcmsg2 dc.b '.',13,10,0
crcfail:
move.l a5,d5
pea.l crcmsg
move.w #9,-(a7)
trap #1
move.b #$45,d0 /* 'E' - even */
btst #0,d5
beq.s chipE
move.b #$4F,d0 /* 'O' - odd */