ExtraSidBank Class Reference

#include <ExtraSidBank.h>

Inheritance diagram for ExtraSidBank:

Bank

List of all members.

Public Member Functions

void reset ()
void resetSIDMapper (Bank *bank)
void setSIDMapping (int address)
uint8_t peek (uint_least16_t addr)
void poke (uint_least16_t addr, uint8_t data)
void setSID (sidemu *s)
sidemugetSID () const


Detailed Description

Extra SID bank

Member Function Documentation

sidemu* ExtraSidBank::getSID (  )  const [inline]

Get SID emulation.

Returns:
the emulation

uint8_t ExtraSidBank::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 ExtraSidBank::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.

void ExtraSidBank::setSID ( sidemu s  )  [inline]

Set SID emulation.

Parameters:
s the emulation

void ExtraSidBank::setSIDMapping ( int  address  )  [inline]

Put a SID at desired location.

Parameters:
address the address


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