Removed another leftover debug message; sorry about those. (nw)

This commit is contained in:
Wilbert Pol 2012-10-23 20:26:39 +00:00
parent 5f99ad58c3
commit 1c4060b302

View File

@ -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();
}