A7800Hawk: small cleanup

This commit is contained in:
alyosha-tas 2017-07-29 19:35:45 -04:00 committed by GitHub
parent 1173e887ea
commit 84c9f83d28
2 changed files with 0 additions and 4 deletions

View File

@ -85,7 +85,5 @@ namespace BizHawk.Emulation.Cores.Atari.A7800Hawk
{
WriteMemory(addr, value);
}
}
}

View File

@ -49,8 +49,6 @@ namespace BizHawk.Emulation.Cores.Atari.A7800Hawk
int temp_ret_2 = addr & 0xFF;
return RAM[(temp_ret_1 << 8) + temp_ret_2];
}
else
{