#include <SystemROMBanks.h>
|
| void | set (const uint8_t *source) |
| |
| void | poke (uint_least16_t, uint8_t) override |
| |
| uint8_t | peek (uint_least16_t address) override |
| |
|
| void | setVal (uint_least16_t address, uint8_t val) |
| |
| uint8_t | getVal (uint_least16_t address) const |
| |
| void * | getPtr (uint_least16_t address) const |
| |
|
|
uint8_t | rom [N] |
| | The ROM array.
|
| |
template<int N>
class libsidplayfp::romBank< N >
ROM bank base class.
◆ getPtr()
Return pointer to memory address.
◆ getVal()
Return value from memory address.
◆ peek()
◆ poke()
◆ set()
Copy content from source buffer.
◆ setVal()
Set value at memory address.
The documentation for this class was generated from the following file: