nes: remove unused variables in mapper087
This commit is contained in:
parent
91fdad9d45
commit
f734665f67
|
@ -1048,6 +1048,7 @@
|
|||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="tools\NES\NESPPU.resx">
|
||||
<DependentUpon>NESPPU.cs</DependentUpon>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="tools\NES\PatternViewer.resx">
|
||||
<DependentUpon>PatternViewer.cs</DependentUpon>
|
||||
|
|
|
@ -16,7 +16,6 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
|
|||
*/
|
||||
public sealed class JALECO_JF_05_06_07 : NES.NESBoardBase
|
||||
{
|
||||
bool hibit, lowbit;
|
||||
int prg_byte_mask;
|
||||
int chr;
|
||||
int chr_mask_8k;
|
||||
|
|
Loading…
Reference in New Issue