static int dynablstExit() { VezExit(); free(Mem); Mem = NULL; return 0; }
static INT32 DrvExit() { ToaPalExit(); ToaExitGP9001(); SekExit(); // Deallocate 68000s VezExit(); // Deallocate all used memory if (Mem) { free(Mem); Mem = NULL; } return 0; }
static INT32 DrvExit() { ToaPalExit(); BurnYM2151Exit(); MSM6295Exit(0); ToaExitGP9001(); SekExit(); // Deallocate 68000s VezExit(); BurnFree(Mem); MSM6295ROM = NULL; return 0; }
static int DrvExit() { ToaPalExit(); MSM6295Exit(0); ToaExitGP9001(); SekExit(); // Deallocate 68000s VezExit(); // Deallocate all used memory if (Mem) { free(Mem); Mem = NULL; } MSM6295ROM = NULL; return 0; }