libsidplayfp
2.0.2
|
#include <SystemROMBanks.h>
Public Member Functions | |
void | set (const uint8_t *source) |
void | poke (uint_least16_t, uint8_t) override |
uint8_t | peek (uint_least16_t address) override |
Protected Member Functions | |
void | setVal (uint_least16_t address, uint8_t val) |
uint8_t | getVal (uint_least16_t address) const |
void * | getPtr (uint_least16_t address) const |
Protected Attributes | |
uint8_t | rom [N] |
The ROM array. | |
ROM bank base class. N must be a power of two.
|
inlineprotected |
Return pointer to memory address.
|
inlineprotected |
Return value from memory address.
|
inlineoverridevirtual |
Read from ROM.
Implements libsidplayfp::Bank.
|
inlineoverridevirtual |
Writing to ROM is a no-op.
Implements libsidplayfp::Bank.
|
inline |
Copy content from source buffer.
|
inlineprotected |
Set value at memory address.