diff --git a/Cocoa/Document.m b/Cocoa/Document.m index 9e52214..c3a0010 100644 --- a/Cocoa/Document.m +++ b/Cocoa/Document.m @@ -865,6 +865,10 @@ static unsigned *multiplication_table_for_frequency(unsigned frequency) [[NSUserDefaults standardUserDefaults] setInteger:self.mainWindow.frame.size.height forKey:@"LastWindowHeight"]; [self stop]; [self.consoleWindow close]; + [self.memoryWindow close]; + [self.vramWindow close]; + [self.printerFeedWindow close]; + [self.cheatsWindow close]; [super close]; }