vga graphics
aleks72076
Posts: 2
Help to alter a code to increase the map to 48 х64
· ' make some graphics tiles on the screen
· repeat i from 0 to 7
··· repeat j from 0 to 15
····· array.word [noparse][[/noparse]cols * + i + j]: = display_base + i <<6 + j <<9 + 21
· ' make some graphics tiles on the screen
· repeat i from 0 to 7
··· repeat j from 0 to 15
····· array.word [noparse][[/noparse]cols * + i + j]: = display_base + i <<6 + j <<9 + 21
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
My Prop Info&Apps: ·http://www.rayslogic.com/propeller/propeller.htm
···· For· TV
·" init tile screen"
· repeat dx from 0 to tv_hc - 1
···· repeat dy from 0 to tv_vc - 1
····· · screen [noparse][[/noparse]dy * tv_hc + dx]: = display_base>> 6 + dy + dx * tv_vc + ((dy AND $3F) <<10)