mirror of
https://github.com/0ldsk00l/nestopia.git
synced 2025-04-02 10:31:51 -04:00
NstBoardBmc60311c: Improve startup routine
This commit is contained in:
parent
abeff81014
commit
d2aaed4f08
1 changed files with 4 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue