setcolramoffset

Function setcolramoffset 

Source
pub unsafe extern "C" fn setcolramoffset(addr: c_uint)
Expand description

\m65libsummary{setcolramoffset}{Sets the color RAM start offset value} \m65libsyntax {void setcolramoffset(long offset);} \m65libparam {addr}{The offset from the beginning of the color RAM address ($FF80000)} \m65libremarks{No bounds check is performed on the resulting address. Do not exceed the available Color RAM size}