A7800: Fix High score SaveRAM

This commit is contained in:
alyosha-tas 2018-03-14 17:10:13 -04:00
parent 053ee9a45e
commit 0cc72f4ee3
1 changed files with 1 additions and 1 deletions
BizHawk.Emulation.Cores/Consoles/Atari/A7800Hawk

View File

@ -19,7 +19,7 @@ namespace BizHawk.Emulation.Cores.Atari.A7800Hawk
{
get
{
return false;
return (_hsbios != null);
}
}
}