From d4d1f6b69236d0cce8117fd0768d4aae4f8c5087 Mon Sep 17 00:00:00 2001 From: Barry Harris <44396066+barry65536@users.noreply.github.com> Date: Thu, 8 Dec 2011 21:26:50 +0000 Subject: [PATCH] Tidy debug_track.cpp --- src/burn/debug_track.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/burn/debug_track.cpp b/src/burn/debug_track.cpp index 8e9573487..f999d3834 100644 --- a/src/burn/debug_track.cpp +++ b/src/burn/debug_track.cpp @@ -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"));