libsidplayfp
1.0.3
|
#include <ColorRAMBank.h>
Public Member Functions | |
void | reset () |
void | poke (uint_least16_t address, uint8_t value) |
uint8_t | peek (uint_least16_t address) |
Color RAM. 1K x 4-bit Static RAM that stores text screen color information located at $D800-$DBFF (last 24 bytes are unused)
uint8_t ColorRAMBank::peek | ( | uint_least16_t | address | ) | [inline, virtual] |
void ColorRAMBank::poke | ( | uint_least16_t | address, |
uint8_t | value | ||
) | [inline, virtual] |