|
libsidplayfp 2.6.0
|
#include <SystemROMBanks.h>


Public Member Functions | |
| void | set (const uint8_t *kernal) |
| void | reset () |
| void | installResetHook (uint_least16_t addr) |
Public Member Functions inherited from libsidplayfp::romBank< 0x2000 > | |
| void | set (const uint8_t *source) |
| void | poke (uint_least16_t, uint8_t) override |
| uint8_t | peek (uint_least16_t address) override |
Additional Inherited Members | |
Protected Member Functions inherited from libsidplayfp::romBank< 0x2000 > | |
| 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 inherited from libsidplayfp::romBank< 0x2000 > | |
| uint8_t | rom [N] |
| The ROM array. | |
Kernal ROM
Located at $E000-$FFFF
|
inline |
Change the RESET vector.
| addr | the new addres to point to |