NstBoardBmc60311c: Improve startup routine

This commit is contained in:
Rupert Carmichael 2025-03-17 22:34:35 -04:00
parent abeff81014
commit d2aaed4f08

View file

@ -43,12 +43,10 @@ namespace Nes
Map( 0x6001U, &B60311c::Poke_6001 );
Map( 0x8000U, 0xFFFFU, &B60311c::Poke_8000 );
if (hard)
{
regs[0] = 0;
regs[1] = 0;
latch = 0;
}
regs[0] = 0;
regs[1] = 0;
latch = 0;
UpdatePrg();
}
void B60311c::SubLoad(State::Loader& state,const dword baseChunk)