From 00897f5cd3ea5bb28b1d4c1349e4d19c62c69ff2 Mon Sep 17 00:00:00 2001 From: Olivier Galibert Date: Wed, 25 May 2016 17:30:43 +0200 Subject: [PATCH] fuck (nw) --- src/mame/machine/atarigen.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mame/machine/atarigen.cpp b/src/mame/machine/atarigen.cpp index 1fdc407d725..6c22710e0d3 100644 --- a/src/mame/machine/atarigen.cpp +++ b/src/mame/machine/atarigen.cpp @@ -1242,8 +1242,6 @@ READ16_MEMBER(atarigen_state::slapstic_r) if (!m_slapstic_device.found()) fatalerror("Slapstic device is missing?\n"); - fprintf(stderr, "slapstic_r %04x\n", offset); - // fetch the result from the current bank first int result = m_slapstic[offset & 0xfff];