libsidplayfp
1.0.3
|
#include <c64cia.h>
Public Member Functions | |
c64cia1 (c64env *env) | |
void | poke (uint_least16_t address, uint8_t value) |
uint8_t | peek (uint_least16_t address) |
const char * | error () const |
void | reset () |
uint_least16_t | getTimerA () const |
![]() | |
const char * | credits () const |
void | setDayOfTimeRate (unsigned int clock) |
Protected Member Functions | |
void | interrupt (bool state) |
void | portB () |
![]() | |
MOS6526 (EventContext *context) | |
void | bTick () |
void | tod () |
void | trigger () |
void | underflowA () |
void | underflowB () |
void | trigger (uint8_t interruptMask) |
void | clear () |
void | serialPort () |
virtual void | portA () |
uint8_t | read (uint_least8_t addr) |
void | write (uint_least8_t addr, uint8_t data) |
Additional Inherited Members | |
![]() | |
uint8_t | regs [0x10] |
uint8_t & | pra |
uint8_t & | prb |
uint8_t & | ddra |
uint8_t & | ddrb |
TimerA | timerA |
TimerB | timerB |
uint8_t | sdr_out |
bool | sdr_buffered |
int | sdr_count |
uint8_t | icr |
uint8_t | idr |
EventContext & | event_context |
bool | m_todlatched |
bool | m_todstopped |
uint8_t | m_todclock [4] |
uint8_t | m_todalarm [4] |
uint8_t | m_todlatch [4] |
event_clock_t | m_todCycles |
event_clock_t | m_todPeriod |
bool | triggerScheduled |
EventCallback< MOS6526 > | bTickEvent |
EventCallback< MOS6526 > | todEvent |
EventCallback< MOS6526 > | triggerEvent |
CIA 1 Generates IRQs located at $DC00-$DCFF
|
inlineprotectedvirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Reset CIA.
Reimplemented from MOS6526.