From 1c4060b3021c46c433984451554533b41f2d1f34 Mon Sep 17 00:00:00 2001 From: Wilbert Pol Date: Tue, 23 Oct 2012 20:26:39 +0000 Subject: [PATCH] Removed another leftover debug message; sorry about those. (nw) --- src/mess/machine/vcs_joybooster.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mess/machine/vcs_joybooster.c b/src/mess/machine/vcs_joybooster.c index eff48d517b1..2ce6bd65d26 100644 --- a/src/mess/machine/vcs_joybooster.c +++ b/src/mess/machine/vcs_joybooster.c @@ -84,7 +84,6 @@ UINT8 vcs_joystick_booster_device::vcs_joy_r() UINT8 vcs_joystick_booster_device::vcs_pot_x_r() { -printf("booster return: %02x\n", ioport("POTX")->read() ); return ioport("POTX")->read(); }