| 235 | } |
| 236 | |
| 237 | static 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 |
no test coverage detected