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

Method GetVideoType

source/Video.cpp:750–753  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

748}
749
750VideoType_e Video::GetVideoType(void)
751{
752 return (VideoType_e) g_eVideoType;
753}
754
755// TODO: Can only do this at start-up (mid-emulation requires a more heavy-weight video reinit)
756void Video::SetVideoType(VideoType_e newVideoType)

Callers 9

updateScreenText80Function · 0.80
NTSC_SetVideoTextModeFunction · 0.80
NTSC_SetVideoModeFunction · 0.80
NTSC_SetVideoStyleFunction · 0.80
CmdNTSCFunction · 0.80
RepeatInitializationFunction · 0.80
ApplyConfigAfterCloseMethod · 0.80
ReloadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected