remove an unused variable in Colecovision
This commit is contained in:
parent
b4de14657a
commit
b16a9b12ff
|
@ -15,7 +15,6 @@ namespace BizHawk.Emulation.Cores.ColecoVision
|
||||||
{
|
{
|
||||||
// ROM
|
// ROM
|
||||||
private byte[] RomData;
|
private byte[] RomData;
|
||||||
private int RomLength;
|
|
||||||
private byte[] BiosRom;
|
private byte[] BiosRom;
|
||||||
|
|
||||||
// Machine
|
// Machine
|
||||||
|
|
Loading…
Reference in New Issue