c64cia2 Class Reference

#include <c64cia.h>

Inheritance diagram for c64cia2:

MOS6526 Bank

List of all members.

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)


Detailed Description

CIA 2 Generates NMIs located at $DD00-$DDFF

Member Function Documentation

void c64cia2::interrupt ( bool  state  )  [inline, protected, virtual]

Signal interrupt.

Parameters:
state interrupt state

Implements MOS6526.

uint8_t c64cia2::peek ( uint_least16_t  address  )  [inline, virtual]

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 c64cia2::poke ( uint_least16_t  address,
uint8_t  value 
) [inline, virtual]

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.


The documentation for this class was generated from the following file:

Generated on Sun Jul 14 23:12:59 2013 for libsidplayfp by  doxygen 1.5.9