mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
Removed another leftover debug message; sorry about those. (nw)
This commit is contained in:
parent
5f99ad58c3
commit
1c4060b302
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user