MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / NTSC_VideoInitAppleType

Function NTSC_VideoInitAppleType

source/NTSC.cpp:2443–2454  ·  view source on GitHub ↗

===========================================================================

Source from the content-addressed store, hash-verified

2441
2442//===========================================================================
2443void NTSC_VideoInitAppleType ()
2444{
2445 int model = GetApple2Type();
2446
2447 // anything other than low bit set means not II/II+ (TC: include Pravets machines too?)
2448 if (model & 0xFFFE)
2449 g_pHorzClockOffset = APPLE_IIE_HORZ_CLOCK_OFFSET;
2450 else
2451 g_pHorzClockOffset = APPLE_IIP_HORZ_CLOCK_OFFSET;
2452
2453 set_csbits();
2454}
2455
2456//===========================================================================
2457void NTSC_VideoInitChroma()

Callers 4

IO_AnnunciatorFunction · 0.85
VideoReinitializeMethod · 0.85
CheckVideoTables2Function · 0.85
WndProcMethod · 0.85

Calls 2

GetApple2TypeFunction · 0.85
set_csbitsFunction · 0.85

Tested by

no test coverage detected