mirror of https://github.com/stella-emu/stella.git
Merge branch 'master' into feature/sdl3-conversion
This commit is contained in:
commit
6f4c2f7bf6
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue