summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/pet/petuja.cpp
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2016-06-01 01:15:28 +0100
committer smf- <smf-@users.noreply.github.com>2016-06-01 01:34:34 +0100
commit497407358e13f7acc89f825f7a2017d6c61c0768 (patch)
treef480c548f01c8579eedc971894228b456fd36d08 /src/devices/bus/pet/petuja.cpp
parent158f09371d15ce25f57ef9d635df202d93eb3a7a (diff)
silence (nw)
Diffstat (limited to 'src/devices/bus/pet/petuja.cpp')
-rw-r--r--src/devices/bus/pet/petuja.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/pet/petuja.cpp b/src/devices/bus/pet/petuja.cpp
index 4bc335e7dab..fa1c2deea88 100644
--- a/src/devices/bus/pet/petuja.cpp
+++ b/src/devices/bus/pet/petuja.cpp
@@ -87,7 +87,7 @@ void pet_userport_joystick_adapter_device::device_start()
void pet_userport_joystick_adapter_device::update_port1()
{
- printf( "update port1\n" );
+ //printf( "update port1\n" );
output_c(m_up1 && m_fire1);
output_d(m_down1 && m_fire1);
}
@@ -99,7 +99,7 @@ void pet_userport_joystick_adapter_device::update_port1()
void pet_userport_joystick_adapter_device::update_port2()
{
- printf( "update port2\n" );
+ //printf( "update port2\n" );
output_h(m_up2 && m_fire2);
output_j(m_down2 && m_fire2);
}