disabled allocation logging (nw)

This commit is contained in:
Oliver Stöneberg 2014-05-16 12:46:42 +00:00
parent bf158b642f
commit f2b61c149c

View File

@ -16,7 +16,7 @@
// DEBUGGING
//**************************************************************************
#define LOG_ALLOCS (1)
#define LOG_ALLOCS (0)
// define this to initialize allocated memory to a fixed non-0 value
#ifdef MAME_DEBUG