25 switch (address & 0x3FFF) {
58 switch (address & 0x3FFF) {
95 if (
controller->peekDTRQ(time)) value &= ~0x80;
99 if ((0x4000 <= address) && (address < 0x8000)) {
116 if ((start & 0x3FF8 & CacheLine::HIGH) == (0x3FF8 & CacheLine::HIGH)) {
118 }
else if ((0x4000 <= start) && (start < 0x8000)) {
130 switch (address & 0x3FFF) {
177 if ((address & 0x3FF8) == (0x3FF8 & CacheLine::HIGH)) {
185 template<
typename Archive>
188 ar.template serializeBase<WD2793BasedFDC>(*this);
189 ar.serialize(
"sideReg", sideReg);
190 ar.serialize(
"driveReg", driveReg);