Merge branch 'master' into feature/sdl3-conversion

This commit is contained in:
Stephen Anthony 2025-06-20 13:54:16 -02:30
commit 6f4c2f7bf6
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@ void TIA::initialize()
myXAtRenderingStart = 0;
myShadowRegisters.fill(0);
for (auto reg: {HMP0, HMP1, HMM0, HMM1, HMBL}) myShadowRegisters[reg] = 0x80;
myBackground.reset();
myPlayfield.reset();