0 Members and 1 Guest are viewing this topic.
dim shared as uinteger raster_colours( 0 to 15 )initialize_demo()sub initialize_demo() dim as integer a restore c64_hex_colours for a=0 to 15 read raster_colours( a ) nextend sub c64_hex_colours:data &h000000data &hffffffdata &h68372bdata &h70a4b2data &h6f3d86data &h588d43data &h352879data &hb8c76fdata &h6f4f25data &h433900data &h9a6759data &h444444data &h6c6c6cdata &h9ad284data &h6c5eb5data &h959595