===========================================================================
| 110 | |
| 111 | //=========================================================================== |
| 112 | BYTE KeybGetKeycode () // Used by IORead_C01x() and TapeRead() for Pravets8A |
| 113 | { |
| 114 | return keycode; |
| 115 | } |
| 116 | |
| 117 | //=========================================================================== |
| 118 |
no outgoing calls
no test coverage detected