#include <SystemROMBanks.h>
|
void | set (const uint8_t *basic) |
|
void | reset () |
|
void | installTrap (uint_least16_t addr) |
|
void | setSubtune (uint8_t tune) |
|
void | set (const uint8_t *source) |
| Copy content from source buffer.
|
|
void | poke (uint_least16_t address SID_UNUSED, uint8_t value SID_UNUSED) |
| Writing to ROM is a no-op.
|
|
uint8_t | peek (uint_least16_t address) |
|
|
void | setVal (uint_least16_t address, uint8_t val) |
| Set value at memory address.
|
|
uint8_t | getVal (uint_least16_t address) const |
| Return value from memory address.
|
|
void * | getPtr (uint_least16_t address) const |
| Return pointer to memory address.
|
|
uint8_t | rom [N] |
| The ROM array.
|
|
void BasicRomBank::installTrap |
( |
uint_least16_t |
addr) | |
|
|
inline |
Set BASIC Warm Start address
- Parameters
-
The documentation for this class was generated from the following file: