libsidplayfp  1.0.1
Public Member Functions
KernalRomBank Class Reference

#include <SystemROMBanks.h>

Inheritance diagram for KernalRomBank:
romBank< 0x2000 > Bank

List of all members.

Public Member Functions

void set (const uint8_t *kernal)
 Copy content from source buffer.
void reset ()
void installResetHook (uint_least16_t addr)
- Public Member Functions inherited from romBank< 0x2000 >
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)

Additional Inherited Members

- Protected Member Functions inherited from romBank< 0x2000 >
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.
- Protected Attributes inherited from romBank< 0x2000 >
uint8_t rom [N]
 The ROM array.

Detailed Description

Kernal ROM


Member Function Documentation

void KernalRomBank::installResetHook ( uint_least16_t  addr)
inline

Change the RESET vector

Parameters:
addrthe new addres to point to

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