static INT32 DrvExit() { // BurnYM3812Exit(); ToaPalExit(); ToaExitBCU2(); SekExit(); BurnSampleExit(); BurnFree(AllMem); #ifdef TOAPLAN_SOUND_SAMPLES_HACK FadeoutReady = 0; FadeoutStop = 0; Playing1 = 0xff; Playing2 = 0xff; Play1 = 0; Counter1 = 0; Vol1 = 0; Wait = 0; Start = 0; Start2 = 0; #endif return 0; }
static INT32 DrvExit() { ToaPalExit(); ToaExitGP9001(); SekExit(); // Deallocate 68000s BurnSampleExit(); BurnFree(Mem); return 0; }
static INT32 DrvExit() { // BurnYM3812Exit(); ToaPalExit(); ToaExitBCU2(); SekExit(); BurnFree(AllMem); return 0; }
static INT32 DrvExit() { BurnYM3812Exit(); ToaPalExit(); ToaExitBCU2(); ToaZExit(); // Z80 exit SekExit(); // Deallocate 68000s BurnFree(Mem); return 0; }
static int DrvExit() { ToaPalExit(); ToaExitGP9001(); SekExit(); // Deallocate 68000s // Deallocate all used memory free(Mem); Mem = NULL; return 0; }
static INT32 DrvExit() { ToaPalExit(); BurnYM3812Exit(); ToaExitGP9001(); SekExit(); // Deallocate 68000s ZetExit(); BurnFree(Mem); return 0; }
static int DrvExit() { // BurnYM3812Exit(); ToaPalExit(); ToaExitBCU2(); ToaZExit(); SekExit(); free(AllMem); AllMem = NULL; return 0; }
static INT32 DrvExit() { MSM6295Exit(0); BurnYM2151Exit(); ToaPalExit(); ToaExitGP9001(); SekExit(); // Deallocate 68000s BurnFree(Mem); return 0; }
static INT32 DrvExit() { BurnYM3812Exit(); ToaPalExit(); ToaExitBCU2(); ToaZExit(); SekExit(); BurnFree(AllMem); Rallybik = 0; return 0; }
static int DrvExit() { BurnYM3812Exit(); ToaPalExit(); ToaExitBCU2(); ToaZExit(); // Z80 exit SekExit(); // Deallocate 68000s // Deallocate all used memory free(Mem); Mem = NULL; return 0; }
static int DrvExit() { MSM6295Exit(0); BurnYM2151Exit(); ToaPalExit(); ToaExitGP9001(); SekExit(); // Deallocate 68000s // Deallocate all used memory free(Mem); Mem = NULL; return 0; }
static INT32 drvExit() { MSM6295Exit(0); MSM6295Exit(1); BurnYM2151Exit(); ToaPalExit(); ToaExitGP9001(); ToaExtraTextExit(); ToaZExit(); // Z80 exit SekExit(); // Deallocate 68000 BurnFree(Mem); return 0; }
static INT32 DrvExit() { ToaPalExit(); ToaExitGP9001(); SekExit(); // Deallocate 68000s VezExit(); // Deallocate all used memory if (Mem) { free(Mem); Mem = NULL; } return 0; }
static int drvExit() { MSM6295Exit(1); MSM6295Exit(0); BurnYM2151Exit(); ToaPalExit(); ToaExitGP9001(); ToaExtraTextExit(); ToaZExit(); // Z80 exit SekExit(); // Deallocate 68000 free(Mem); Mem = NULL; return 0; }
static INT32 DrvExit() { MSM6295Exit(0); BurnYM2151Exit(); ToaPalExit(); ToaExitGP9001(); ToaExtraTextExit(); ToaZExit(); // Z80 exit SekExit(); // Deallocate 68000s BurnFree(Mem); Bgareggabl = 0; 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; }