libsidplayfp 3.0.0
libsidplayfp::KernalRomBank Class Referencefinal

#include <SystemROMBanks.h>

Inheritance diagram for libsidplayfp::KernalRomBank:
libsidplayfp::romBank< 0x2000 > libsidplayfp::Bank

Public Member Functions

void set (const uint8_t *kernal) override
void reset ()
void installResetHook (uint_least16_t addr)
Public Member Functions inherited from libsidplayfp::romBank< 0x2000 >
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)
void setVal16 (uint_least16_t address, uint_least16_t val)
uint8_t getVal (uint_least16_t address) const
uint_least16_t getVal16 (uint_least16_t address)
uint8_t * getPtr (uint_least16_t address)
Protected Attributes inherited from libsidplayfp::romBank< 0x2000 >
uint8_t rom [N]
 The ROM array.

Detailed Description

Kernal ROM

Located at $E000-$FFFF

Member Function Documentation

◆ installResetHook()

void libsidplayfp::KernalRomBank::installResetHook ( uint_least16_t addr)
inline

Change the RESET vector.

Parameters
addrthe new addres to point to

◆ set()

void libsidplayfp::KernalRomBank::set ( const uint8_t * source)
inlineoverridevirtual

Copy content from source buffer.

Reimplemented from libsidplayfp::romBank< 0x2000 >.


The documentation for this class was generated from the following file: