Remove an unused variable
This commit is contained in:
parent
00a1c1f288
commit
55200588e8
|
@ -93,8 +93,6 @@ namespace BizHawk.Emulation.Cores.Computers.AppleII
|
|||
|
||||
//make a writeable memory stream cloned from the rom.
|
||||
//for junk.dsk the .dsk is important because it determines the format from that
|
||||
|
||||
bool writeProtected = false; //!!!!!!!!!!!!!!!!!!
|
||||
_machine.BootDiskII.Drives[0].InsertDisk("junk.dsk", (byte[])_disk1.Clone(), false);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue