diff --git a/BizHawk.Emulation.Cores/Computers/AppleII/AppleII.cs b/BizHawk.Emulation.Cores/Computers/AppleII/AppleII.cs index 13b8e200fd..4caed10e23 100644 --- a/BizHawk.Emulation.Cores/Computers/AppleII/AppleII.cs +++ b/BizHawk.Emulation.Cores/Computers/AppleII/AppleII.cs @@ -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); }