29 #include "Banks/Bank.h"
30 #include "c64/c64env.h"
31 #include "sidendian.h"
32 #include "VIC_II/mos656x.h"
36 namespace libsidplayfp
50 void interrupt(
bool state)
override
52 m_env.interruptIRQ(state);
55 void setBA(
bool state)
override
65 void poke(uint_least16_t address, uint8_t value)
override
67 write(endian_16lo8(address), value);
70 uint8_t
peek(uint_least16_t address)
override
72 return read(endian_16lo8(address));