Tidy debug_track.cpp

This commit is contained in:
Barry Harris 2011-12-08 21:26:50 +00:00
parent 90112e4eeb
commit d4d1f6b692
1 changed files with 0 additions and 4 deletions

View File

@ -63,10 +63,6 @@ UINT8 DebugCPU_ZetInitted;
UINT8 DebugCPU_I8039Initted;
UINT8 DebugCPU_SH2Initted;
#define CHECK_DEVICE_EXIT(DevName) if (DebugDev_##DevName##Initted) bprintf(PRINT_ERROR, _T("Device " #DevName " Not Exited\n"))
#define CHECK_SOUND_EXIT(SndName) if (DebugSnd_##SndName##Initted) bprintf(PRINT_ERROR, _T("Sound Module " #SndName " Not Exited\n"))
#define CHECK_CPU_EXIT(CpuName) if (DebugCPU_##CpuName##Initted) bprintf(PRINT_ERROR, _T("CPU " #CpuName " Not Exited\n"))
void DebugTrackerExit()
{
if (Debug_BurnTransferInitted) bprintf(PRINT_ERROR, _T("BurnTransfer Not Exited\n"));