oops forgot a line

This commit is contained in:
alyosha-tas 2020-02-23 07:37:38 -05:00
parent 38e9dc02b7
commit e1128e4150
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.GBHawk
}
else
{
regs_enable = false;
RAM_bank = value & RAM_mask;
}
}