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

Method GetVideoRom

source/Video.cpp:640–644  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

638}
639
640UINT Video::GetVideoRom(const BYTE*& pVideoRom)
641{
642 pVideoRom = &g_videoRom[0];
643 return g_videoRomSize;
644}
645
646bool Video::GetVideoRomRockerSwitch(void)
647{

Callers 2

userVideoRomForIIeFunction · 0.80
userVideoRomForIIPlusFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected