From ffce2c3b08f8edbbccf0de439cfda6d24a9ecadf Mon Sep 17 00:00:00 2001 From: "therealmogminer@gmail.com" Date: Tue, 8 Dec 2015 14:31:24 +0100 Subject: [PATCH] Remove debug print --- src/devices/sound/c140.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/devices/sound/c140.cpp b/src/devices/sound/c140.cpp index a111a54d937..7bbc9d44f67 100644 --- a/src/devices/sound/c140.cpp +++ b/src/devices/sound/c140.cpp @@ -115,7 +115,6 @@ void c140_device::device_start() if (m_rom_ptr != NULL) { - printf("asdf\n"); m_pRom = m_rom_ptr; }