===========================================================================
| 856 | |
| 857 | //=========================================================================== |
| 858 | INLINE uint16_t getVideoScannerAddressTXT() |
| 859 | { |
| 860 | uint16_t nAddress = (g_aClockVertOffsetsTXT[g_nVideoClockVert/8] |
| 861 | + g_pHorzClockOffset [g_nVideoClockVert/64][g_nVideoClockHorz] |
| 862 | + (g_nTextPage * 0x400)); |
| 863 | return nAddress; |
| 864 | } |
| 865 | |
| 866 | //=========================================================================== |
| 867 | INLINE uint16_t getVideoScannerAddressHGR() |
no outgoing calls
no test coverage detected