Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
640
UINT Video::GetVideoRom(const BYTE*& pVideoRom)
641
{
642
pVideoRom = &g_videoRom[0];
643
return g_videoRomSize;
644
}
645
646
bool Video::GetVideoRomRockerSwitch(void)
647
{
Callers
2
userVideoRomForIIe
Function · 0.80
userVideoRomForIIPlus
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected