Clean at the end.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
parent
ced5c39401
commit
d8d2cc2412
1 changed files with 9 additions and 0 deletions
|
@ -9,10 +9,12 @@
|
|||
#include "Common.h"
|
||||
#include "Applewin.h"
|
||||
#include "Disk.h"
|
||||
#include "Harddisk.h"
|
||||
#include "Log.h"
|
||||
#include "CPU.h"
|
||||
#include "Frame.h"
|
||||
#include "Memory.h"
|
||||
#include "ParallelPrinter.h"
|
||||
#include "Video.h"
|
||||
#include "SaveState.h"
|
||||
|
||||
|
@ -258,6 +260,13 @@ namespace
|
|||
|
||||
VideoUninitialize();
|
||||
|
||||
DiskDestroy();
|
||||
ImageDestroy();
|
||||
HD_Destroy();
|
||||
PrintDestroy();
|
||||
CpuDestroy();
|
||||
MemDestroy();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue