|
libsidplayfp
1.0.3
|
#include <c64vic.h>
Public Member Functions | |
| c64vic (c64env *env) | |
| void | poke (uint_least16_t address, uint8_t value) |
| uint8_t | peek (uint_least16_t address) |
| const char * | error () const |
Protected Member Functions | |
| void | interrupt (bool state) |
| void | setBA (bool state) |
VIC-II located at $D000-$D3FF
| uint8_t c64vic::peek | ( | uint_least16_t | address | ) | [inline, virtual] |
| void c64vic::poke | ( | uint_least16_t | address, |
| uint8_t | value | ||
| ) | [inline, virtual] |
1.7.6.1