summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/hpc3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/hpc3.cpp')
-rw-r--r--src/mame/machine/hpc3.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/machine/hpc3.cpp b/src/mame/machine/hpc3.cpp
index 8f6f1436edd..4c0c5053f4a 100644
--- a/src/mame/machine/hpc3.cpp
+++ b/src/mame/machine/hpc3.cpp
@@ -207,8 +207,6 @@ void hpc3_base_device::do_pbus_dma(uint32_t channel)
m_ldac->write(stemp16);
else if (channel == 2)
m_rdac->write(stemp16);
- else
- printf("Channel %d\n", channel);
dma.m_cur_ptr += 4;
dma.m_bytes_left -= 4;