Is there any way to 'hack' bB so that only the strip where the score is can have a different background color from the rest of the screen and have it still be compatible with pfcolors?
Thanks.
Edited by Random Terrain, Wed Sep 8, 2010 2:03 AM.
Posted Sun Aug 29, 2010 8:35 AM
Edited by Random Terrain, Wed Sep 8, 2010 2:03 AM.
Posted Sun Aug 29, 2010 11:06 AM
asm
minikernel
sta WSYNC
lda scback
sta COLUBK
rts
end
rem to set a constant score background color do this...
const scback=#$28
rem to assign a variable to the score background color do this...
dim scback=z
scback=$28
Posted Sun Aug 29, 2010 11:38 AM
RevEng, on Sun Aug 29, 2010 11:06 AM, said:
asm
minikernel
sta WSYNC
lda scback
sta COLUBK
rts
end
rem to set a constant score background color do this...
const scback=$28
rem to assign a variable to the score background color do this...
dim scback=z
scback=$28
Posted Sun Aug 29, 2010 12:48 PM
Random Terrain, on Sun Aug 29, 2010 11:38 AM, said:
Posted Wed Oct 6, 2010 6:41 PM
Quote
Posted Wed Oct 6, 2010 6:53 PM
Posted Wed Oct 6, 2010 7:10 PM
0 members, 0 guests, 0 anonymous users