| 2650 | //=========================================================================== |
| 2651 | |
| 2652 | bool IsIIeWithoutAuxMem(void) |
| 2653 | { |
| 2654 | return IsAppleIIe(GetApple2Type()) && |
| 2655 | (GetCardMgr().QueryAux() == CT_Empty || GetCardMgr().QueryAux() == CT_80Col); |
| 2656 | } |
| 2657 | |
| 2658 | //=========================================================================== |
| 2659 |
no test coverage detected