summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ps2sony.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ps2sony.cpp')
-rw-r--r--src/mame/drivers/ps2sony.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/ps2sony.cpp b/src/mame/drivers/ps2sony.cpp
index 37718479825..932514eb07c 100644
--- a/src/mame/drivers/ps2sony.cpp
+++ b/src/mame/drivers/ps2sony.cpp
@@ -540,7 +540,7 @@ WRITE_LINE_MEMBER(ps2sony_state::iop_timer_irq)
WRITE32_MEMBER(ps2sony_state::iop_debug_w)
{
- printf("%08x ", data);
+ //printf("%08x ", data);
}
READ32_MEMBER(ps2sony_state::unk_iop_r)
@@ -658,7 +658,7 @@ TIMER_CALLBACK_MEMBER(ps2sony_state::vblank)
WRITE8_MEMBER(ps2sony_state::debug_w)
{
- printf("%c", (char)data);
+ //printf("%c", (char)data);
}
WRITE64_MEMBER(ps2sony_state::ee_iop_ram_w)