summaryrefslogtreecommitdiffstats
path: root/src/mame/video/midtunit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/midtunit.cpp')
-rw-r--r--src/mame/video/midtunit.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mame/video/midtunit.cpp b/src/mame/video/midtunit.cpp
index b4189bd1d55..5d045ed616c 100644
--- a/src/mame/video/midtunit.cpp
+++ b/src/mame/video/midtunit.cpp
@@ -21,8 +21,8 @@
#include "fileio.h" // Used by PNG logging
#include "png.h" // Used by PNG logging
-#include <rapidjson/prettywriter.h> // Used by JSON logging
-#include <rapidjson/stringbuffer.h> // Used by JSON logging
+//#include <rapidjson/prettywriter.h> // Used by JSON logging
+//#include <rapidjson/stringbuffer.h> // Used by JSON logging
DEFINE_DEVICE_TYPE(MIDTUNIT_VIDEO, midtunit_video_device, "tunitvid", "Midway T-Unit Video")
DEFINE_DEVICE_TYPE(MIDWUNIT_VIDEO, midwunit_video_device, "wunitvid", "Midway W-Unit Video")
@@ -1020,7 +1020,7 @@ void midtunit_video_device::log_bitmap(int command, int bpp, bool Skip)
}
util::png_write_bitmap(file, nullptr, m_log_bitmap, 0, nullptr);
-
+#if 0
if (m_log_json)
{
char hex_buf[11];
@@ -1089,4 +1089,5 @@ void midtunit_video_device::log_bitmap(int command, int bpp, bool Skip)
json.puts(s.GetString());
json.close();
}
+#endif
}