Yes, RES_128 was changed in TC v2.18RWAP wrote: Mon Aug 04, 2025 4:39 pm Oddly the Frogger game published in QL World would not work on the original Trump Card, even after RES_128.
It was the only program where I ever found this issue - any other program worked after RES_128 and still had access to the floppy disks.
Reading the comments above, it looks as though RES_128 has been changed since then?
I would not rely on the RESET commands in Beule Tools - without looking at the source code, who knows what it does compared to the Trump Card RES_128?
I 'borrowed" the code from Beule Tools to use in my own toolkit (not sure if I changed much, probably not), but haven't compared it to the TC code
Code: Select all
RESETT move.w CA.GTINT,a2
jsr (a2)
subq.w #1,d3
bne.s FULL_RES
move.w 0(a6,a1.l),d2
divu #64,d2
andi.l #$FFFF,d2
mulu #64,d2
cmpi.l #896,d2
bgt.s ERROR_BP
cmpi.l #128,d2
blt.s ERROR_BP
add.w #128,d2
mulu #1024,d2
move.l d2,a4
trap #0
ori.w #$700,SR
lea $C0000,a1
lea $10000,a0
move.w #$FFF,d0
SHIFT move.l (a0)+,(a1)+
dbf d0,SHIFT
jmp $184
ERROR_BP moveq #ERR.BP,d0
rts
FULL_RES TRAP #0
reset