#include <c64cia.h>
|
| c64cia1 (c64env *env) |
|
void | poke (uint_least16_t address, uint8_t value) |
|
uint8_t | peek (uint_least16_t address) |
|
void | reset () |
|
uint_least16_t | getTimerA () const |
|
void | setDayOfTimeRate (unsigned int clock) |
|
CIA 1
Generates IRQs
Located at $DC00-$DCFF
void c64cia1::interrupt |
( |
bool |
state | ) |
|
|
inlineprotectedvirtual |
Signal interrupt.
- Parameters
-
Implements MOS6526.
uint8_t c64cia1::peek |
( |
uint_least16_t |
address | ) |
|
|
inlinevirtual |
Bank read. You probably should override this method, except if the Bank is only used in write context.
- Parameters
-
address | value to read from |
- Returns
- value at address
Implements Bank.
void c64cia1::poke |
( |
uint_least16_t |
address, |
|
|
uint8_t |
value |
|
) |
| |
|
inlinevirtual |
Bank write.
Override this method if you expect write operations on your bank. Leave unimplemented if it's logically/operationally impossible for writes to ever arrive to bank.
- Parameters
-
address | address to write to |
value | value to write |
Implements Bank.
Reset CIA.
Reimplemented from MOS6526.
The documentation for this class was generated from the following file: