A7800Hawk: small cleanup
This commit is contained in:
parent
1173e887ea
commit
84c9f83d28
|
@ -85,7 +85,5 @@ namespace BizHawk.Emulation.Cores.Atari.A7800Hawk
|
|||
{
|
||||
WriteMemory(addr, value);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue