|
libsidplayfp
1.0.3
|
#include <c64cia.h>
Public Member Functions | |
| c64cia2 (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) |
CIA 2 Generates NMIs located at $DD00-$DDFF
| void c64cia2::interrupt | ( | bool | state | ) | [inline, protected, virtual] |
| uint8_t c64cia2::peek | ( | uint_least16_t | address | ) | [inline, virtual] |
| void c64cia2::poke | ( | uint_least16_t | address, |
| uint8_t | value | ||
| ) | [inline, virtual] |
1.7.6.1