#include <ExtraSidBank.h>
List of all members.
Detailed Description
Member Function Documentation
Get SID emulation.
- Returns:
- the emulation
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.
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.
Set SID emulation.
- Parameters:
-
Put a SID at desired location.
- Parameters:
-
The documentation for this class was generated from the following file: