libsidplayfp 2.15.0
|
#include <DisconnectedBusBank.h>
Public Member Functions | |
DisconnectedBusBank (PLA &pla) | |
void | poke (uint_least16_t, uint8_t) override |
uint8_t | peek (uint_least16_t) override |
IO1/IO2
memory mapped registers or machine code routines of optional external devices.
I/O Area #1 located at $DE00-$DEFF
I/O Area #2 located at $DF00-$DFFF
|
inlineoverridevirtual |
No device is connected so this should return the value left on the bus.
Implements libsidplayfp::Bank.
|
inlineoverridevirtual |
No device is connected so this is a no-op.
Implements libsidplayfp::Bank.