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

Function userVideoRomForIIPlus

source/NTSC_CharSet.cpp:237–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237static void userVideoRomForIIPlus(void)
238{
239 const BYTE* pVideoRom;
240 UINT size = GetVideo().GetVideoRom(pVideoRom); // 2K or 4K or 8K
241 if (size != Video::kVideoRomSize2K)
242 return;
243
244 userVideoRom2K(&csbits_a2[0], pVideoRom);
245}
246
247//-------------------------------------
248

Callers 1

make_csbitsFunction · 0.85

Calls 2

userVideoRom2KFunction · 0.85
GetVideoRomMethod · 0.80

Tested by

no test coverage detected