233 void poke(uint_least16_t address, uint8_t value)
override
245 if ((dir & 0x40) && !(value & 0x40))
246 dataBit6.writeBit(pla.getPhi2Time(), data);
249 if ((dir & 0x80) && !(value & 0x80))
250 dataBit7.writeBit(pla.getPhi2Time(), data);
256 value = pla.getLastReadByte();
263 dataBit6.writeBit(pla.getPhi2Time(), value);
266 dataBit7.writeBit(pla.getPhi2Time(), value);
274 value = pla.getLastReadByte();
280 ramBank.
poke(address, value);