Hi, I found a little glitch in it, probably responsible for some of the mysterious cache, MMU and Qlib problems. The attached SB hack will attempt to fix that, it expects 'smsq_rom'in current dir and writes out smsq298_patched. It should be possible to lrespr the patched image as usually. Bye Richard
10 a=ALCHP(FLEN(\smsq_rom)) 20 LBYTES smsq_rom,a 30 IF PEEK_W(a+1300)<>20091 : GO TO 110 60 IF PEEK_W(a+1306)<>0 : GO TO 110 70 IF PEEK_W(a+1308)<>49152 AND PEEK_W(a+1308)<>-16384: GO TO 110 80 POKE_W 1304+a,8252 90 SBYTES smsq298_patched,a,FLEN(\smsq_rom) 100 STOP 110 PRINT "wromg or already patched rom" 120 STOP 130 DEFine PROCedure sa: SAVE_O win2_patch:END DEFine
